diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-12 01:30:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-12 01:30:02 +0800 |
commit | 8822ce552c667a3fa64af719ab4968b71b0b35d2 (patch) | |
tree | 4b3b428440c8d5277deba64b0adb20a08b46ca59 /www/Makefile | |
parent | c30e05bf3c85ba951032ab72b804e86b58fbff28 (diff) | |
download | freebsd-ports-graphics-8822ce552c667a3fa64af719ab4968b71b0b35d2.tar.gz freebsd-ports-graphics-8822ce552c667a3fa64af719ab4968b71b0b35d2.tar.zst freebsd-ports-graphics-8822ce552c667a3fa64af719ab4968b71b0b35d2.zip |
- Add libhpack 0.0.20140206
libhpack implements HPACK (Header Compression for HTTP/2.0), a format adapted to
efficiently represent HTTP header fields in the context of the upcoming HTTP/2.0
protocol.
WWW: https://github.com/alobbs/libhpack
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4aad8fa2d8c..3d8d3bd87ae 100644 --- a/www/Makefile +++ b/www/Makefile @@ -390,6 +390,7 @@ SUBDIR += libecap SUBDIR += libepc SUBDIR += libgtkhtml + SUBDIR += libhpack SUBDIR += libhtp-suricata SUBDIR += libmicrohttpd SUBDIR += libwww |