Subject: CVS commit: pkgsrc/www
From: Eric Schnoebelen
Date: 2016-05-29 01:09:30
Message id: 20160528230931.04D0CFBBA@cvs.NetBSD.org

Log Message:
Add www/http-parser 2.7.0.

An parser for HTTP messages written in C, parsing both requests
and responses. It is designed to be used in performance oriented
HTTP applications. It does not make any syscalls nor allocations,
it does not buffer data, it can be interrupted at anytime. Depending
on your architecture, it only requires about 40 bytes of data per
message stream (in a web server that is per connection).

Files:
RevisionActionfile
1.1addpkgsrc/www/http-parser/DESCR
1.1addpkgsrc/www/http-parser/Makefile
1.1addpkgsrc/www/http-parser/PLIST
1.1addpkgsrc/www/http-parser/buildlink3.mk
1.1addpkgsrc/www/http-parser/distinfo
1.1addpkgsrc/www/http-parser/patches/patch-Makefile