diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-08 15:06:40 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-08 15:06:40 +0000 |
commit | ebab40c1a9f7fc158c77b0b130192d40c8949c46 (patch) | |
tree | ab206020659fc4b381d02f34898f42c6710b08bb /www/Makefile | |
parent | 93d812520507695149810b8ab528f9f1d1d03c26 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=195223
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 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 |