pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   schnoebe
Date:           Sat May 28 23:09:30 UTC 2016

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/http-parser: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/www/http-parser/patches: patch-Makefile

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).


To generate a diff of this commit:
cvs rdiff -u -r1.1174 -r1.1175 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/http-parser/DESCR \
    pkgsrc/www/http-parser/Makefile pkgsrc/www/http-parser/PLIST \
    pkgsrc/www/http-parser/buildlink3.mk pkgsrc/www/http-parser/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/http-parser/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index