Bug 114395 - New Port: www/drood: Lightweight kqueue-based http/1.1 server
Summary: New Port: www/drood: Lightweight kqueue-based http/1.1 server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-08 04:10 UTC by jimmy
Modified: 2007-07-08 16:10 UTC (History)
0 users

See Also:


Attachments
drood.sh (1.81 KB, text/plain)
2007-07-08 04:10 UTC, jimmy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2007-07-08 04:10:03 UTC

    
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-07-08 13:49:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-08 16:06:43 UTC
rafan       2007-07-08 15:06:40 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/drood            Makefile distinfo pkg-descr 
  Log:
  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>
  
  Revision  Changes    Path
  1.1860    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/drood/Makefile (new)
  1.1       +3 -0      ports/www/drood/distinfo (new)
  1.1       +10 -0     ports/www/drood/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-07-08 16:07:09 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!