diff options
author | schnoebe <schnoebe> | 2016-05-28 23:09:30 +0000 |
---|---|---|
committer | schnoebe <schnoebe> | 2016-05-28 23:09:30 +0000 |
commit | c9a99c7cc60b08f2c6207d1b7f6dd3299dd2645f (patch) | |
tree | ae4b89a3b0503ab4d896fe4a6d664223eab835d9 /www/Makefile | |
parent | b227bfccd1f4ecb22c265ff755bbc0cdc0909a56 (diff) | |
download | pkgsrc-c9a99c7cc60b08f2c6207d1b7f6dd3299dd2645f.tar.gz |
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).
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d692d9591df..17c0602c508 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1174 2016/05/26 09:35:05 markd Exp $ +# $NetBSD: Makefile,v 1.1175 2016/05/28 23:09:30 schnoebe Exp $ # COMMENT= Packages related to the World Wide Web @@ -142,6 +142,7 @@ SUBDIR+= htmldoc SUBDIR+= htmldoc-x11 SUBDIR+= htmlfix SUBDIR+= htmllint +SUBDIR+= http-parser SUBDIR+= http_load SUBDIR+= icedtea-web SUBDIR+= ies4linux |