diff options
author | pgj <pgj@FreeBSD.org> | 2009-05-14 02:52:45 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-05-14 02:52:45 +0800 |
commit | 0f72dc051dc9880afc012e5bad7091d1ab06b6c2 (patch) | |
tree | 11de14049df809b5697e86581f958d19d61bacbd /www | |
parent | 97f5024515ec9bc85e2fb6126852fb5e6b810751 (diff) | |
download | freebsd-ports-graphics-0f72dc051dc9880afc012e5bad7091d1ab06b6c2.tar.gz freebsd-ports-graphics-0f72dc051dc9880afc012e5bad7091d1ab06b6c2.tar.zst freebsd-ports-graphics-0f72dc051dc9880afc012e5bad7091d1ab06b6c2.zip |
- Update to 1.42
PR: ports/134252
Submitted by: James Bailie <jimmy (at) mammothcheese (dot) ca> (maintainer)
Approved by: gabor (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/drood/Makefile | 2 | ||||
-rw-r--r-- | www/drood/distinfo | 6 | ||||
-rw-r--r-- | www/drood/pkg-descr | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile index aef0232df75..1c68291a1ab 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 1.41 +PORTVERSION= 1.42 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/www/drood/distinfo b/www/drood/distinfo index 0fa5582efc5..3260c6e2182 100644 --- a/www/drood/distinfo +++ b/www/drood/distinfo @@ -1,3 +1,3 @@ -MD5 (drood-1.41.tar.gz) = c4b22239830a437527048bb75241499c -SHA256 (drood-1.41.tar.gz) = 62efbc849e9eaa91fda00b043322e534be0de73293f9d5f9731f9889524966de -SIZE (drood-1.41.tar.gz) = 39179 +MD5 (drood-1.42.tar.gz) = cc61ff7cd249f8a7bd331ab91ab950eb +SHA256 (drood-1.42.tar.gz) = 8d5c479edef5fa5dc5c60ad7f07ada43b17da146fe290dce1396524bc9e30912 +SIZE (drood-1.42.tar.gz) = 39603 diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr index 5a537a90cc7..c20c2d5ec2d 100644 --- a/www/drood/pkg-descr +++ b/www/drood/pkg-descr @@ -1,7 +1,9 @@ -Drood is a lightweight, kqueue-based, connection-multiplexing, HTTP/1.1 -server, intended as an alternative to larger, more complex web servers for -websites where the server requirements are simple. Drood supports -name-based virtual hosting. +Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an +alternative to more complex web servers for websites where the server +requirements are simple. Drood supports name-based virtual hosting, CGI +and SCGI, gzipped content-encoding for static resources, and will service +both IPv4 and IPv6 connections. The HEAD, GET, and POST request methods, +only, are recognized. WWW: http://www.mammothcheese.ca/munger.html |