From owner-cvs-all@FreeBSD.ORG Sat Apr 24 20:03:03 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECFD9106566B; Sat, 24 Apr 2010 20:03:03 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCB408FC1C; Sat, 24 Apr 2010 20:03:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3OK33SV063942; Sat, 24 Apr 2010 20:03:03 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3OK3307063941; Sat, 24 Apr 2010 20:03:03 GMT (envelope-from tabthorpe) Message-Id: <201004242003.o3OK3307063941@repoman.freebsd.org> From: Thomas Abthorpe Date: Sat, 24 Apr 2010 20:03:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libdombey Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2010 20:03:04 -0000 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 http://www.mammothcheese.ca PR: ports/145998 Submitted by: James Bailie 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)