Bug 145998 - New Port: devel/libdombey
Summary: New Port: devel/libdombey
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 20:00 UTC by jimmy
Modified: 2010-04-24 21:10 UTC (History)
0 users

See Also:


Attachments
libdombey.sh (2.31 KB, text/plain)
2010-04-23 20:00 UTC, jimmy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2010-04-23 20:00:12 UTC
Shar for new port:  libdombey SCGI application server library.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-23 20:00:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 jimmy 2010-04-24 00:18:37 UTC
New distfile. Needs new checksums.

-- 
James Bailie
http://www.mammothcheese.ca
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-04-24 21:03:12 UTC
tabthorpe    2010-04-24 20:03:03 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libdombey      Makefile distinfo pkg-descr pkg-plist 
  Log:
  libdombey implements an SCGI application server which is incapable of
  generating responses on its own.  The programmer writes an initialization
  function and a function to generate responses, then compiles and links his
  or her code against the library to create a complete multi-process SCGI
  application server.
  
  libdombey is intended for use in applications where client requests are
  either GET requests or POST requests encoded with x-www-form-urlencoding.
  It drops connections over which it receives POST requests encoded as
  multipart/form-data.
  
  WWW: http://www.mammothcheese.ca/libdombey.html
  
  --
  James Bailie <jimmy@mammothcheese.ca>
  http://www.mammothcheese.ca
  
  PR:             ports/145998
  Submitted by:   James Bailie <jimmy at mammothcheese.ca>
  
  Revision  Changes    Path
  1.3902    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/libdombey/Makefile (new)
  1.1       +3 -0      ports/devel/libdombey/distinfo (new)
  1.1       +16 -0     ports/devel/libdombey/pkg-descr (new)
  1.1       +2 -0      ports/devel/libdombey/pkg-plist (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 4 Thomas Abthorpe freebsd_committer freebsd_triage 2010-04-24 21:03:53 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!