diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-08 23:06:40 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-08 23:06:40 +0800 |
commit | 1005318cadcbc9e3397c1192df6b584957bd8958 (patch) | |
tree | d333e061bbd377adf4d3fd5674c05d9b30309507 /www | |
parent | 99a108e1c147a10aeb879f38a49d6fc077b876d4 (diff) | |
download | freebsd-ports-gnome-1005318cadcbc9e3397c1192df6b584957bd8958.tar.gz freebsd-ports-gnome-1005318cadcbc9e3397c1192df6b584957bd8958.tar.zst freebsd-ports-gnome-1005318cadcbc9e3397c1192df6b584957bd8958.zip |
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.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/114395
Submitted by: James Bailie <jimmy at mammothcheese.ca>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drood/Makefile | 22 | ||||
-rw-r--r-- | www/drood/distinfo | 3 | ||||
-rw-r--r-- | www/drood/pkg-descr | 10 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0ff130853efa..a37b3122c4d8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -111,6 +111,7 @@ SUBDIR += dotproject SUBDIR += dotproject-devel SUBDIR += dpsearch + SUBDIR += drood SUBDIR += drraw SUBDIR += drupal4 SUBDIR += drupal4-attachment diff --git a/www/drood/Makefile b/www/drood/Makefile new file mode 100644 index 000000000000..fe4571651fff --- /dev/null +++ b/www/drood/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: drood +# Date created: Sat, 07 Jul 2007 22:47:06 EDT +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= drood +PORTVERSION= 1.8 +CATEGORIES= www +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Lightweight kqueue-based http/1.1 server + +MAN8= drood.8 +MANCOMPRESSED= yes + +PLIST_FILES= bin/drood \ + etc/rc.d/drood + +.include <bsd.port.mk> diff --git a/www/drood/distinfo b/www/drood/distinfo new file mode 100644 index 000000000000..a8e2b20a0c3d --- /dev/null +++ b/www/drood/distinfo @@ -0,0 +1,3 @@ +MD5 (drood-1.8.tar.gz) = ccb842e02e3365f473f3398504807458 +SHA256 (drood-1.8.tar.gz) = 55e8f33a184e24ad4bff036e1ba8f602024f307f5ec4904666b0170f100d7ed9 +SIZE (drood-1.8.tar.gz) = 20578 diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr new file mode 100644 index 000000000000..5a537a90cc75 --- /dev/null +++ b/www/drood/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://www.mammothcheese.ca/munger.html + +-- +James Bailie <jimmy@mammothcheese.ca> +http://www.mammothcheese.ca |