Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2010 20:03:03 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/libdombey Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201004242003.o3OK3307063941@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004242003.o3OK3307063941>