Bug 114395

Summary: New Port: www/drood: Lightweight kqueue-based http/1.1 server
Product: Ports & Packages Reporter: jimmy
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
drood.sh none

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!