ports/145998: New Port: devel/libdombey
James Bailie
jimmy at mammothcheese.ca
Fri Apr 23 19:00:13 UTC 2010
>Number: 145998
>Category: ports
>Synopsis: New Port: devel/libdombey
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 23 19:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: James Bailie
>Release: FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD localhost 8.0-RELEASE FreeBSD 8.0-RELEASE #18: Sat Nov 21 10:49:01 EST 2009 jbailie at localhost:/usr/obj/usr/src/sys/LOCAL amd64
>Description:
Shar for new port: libdombey SCGI application server library.
>How-To-Repeat:
>Fix:
--- libdombey.sh begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# libdombey
# libdombey/Makefile
# libdombey/pkg-plist
# libdombey/pkg-descr
# libdombey/distinfo
#
echo c - libdombey
mkdir -p libdombey > /dev/null 2>&1
echo x - libdombey/Makefile
sed 's/^X//' >libdombey/Makefile << '3dd79b76e62239f0386b5cbc31221bcb'
X# New ports collection makefile for: libdombey
X# Date created: Fri, 23 Apr 2010 14:24:06 EDT
X# Whom: James Bailie <jimmy at mammothcheese.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME= libdombey
XPORTVERSION= 1.0
XCATEGORIES= devel
XMASTER_SITES= http://www.mammothcheese.ca/
X
XMAINTAINER= jimmy at mammothcheese.ca
XCOMMENT= SCGI application server in a library
X
XMAN8= libdombey.8
XMANCOMPRESSED= yes
X
XUSE_LDCONFIG= yes
X
X.include <bsd.port.mk>
3dd79b76e62239f0386b5cbc31221bcb
echo x - libdombey/pkg-plist
sed 's/^X//' >libdombey/pkg-plist << '23f07bef9a8e2f9d0256cf1d42d4a593'
Xlib/libdombey.so.1.0
Xinclude/dombey.h
23f07bef9a8e2f9d0256cf1d42d4a593
echo x - libdombey/pkg-descr
sed 's/^X//' >libdombey/pkg-descr << '88d6f14a9738157a59432052946e875b'
Xlibdombey implements an SCGI application server which is incapable of
Xgenerating responses on its own. The programmer writes an initialization
Xfunction and a function to generate responses, then compiles and links his
Xor her code against the library to create a complete multi-process SCGI
Xapplication server.
X
Xlibdombey is intended for use in applications where client requests are
Xeither GET requests or POST requests encoded with x-www-form-urlencoding.
XIt drops connections over which it receives POST requests encoded as
Xmultipart/form-data.
X
XWWW: http://www.mammothcheese.ca/munger.html
X
X--
XJames Bailie <jimmy at mammothcheese.ca>
Xhttp://www.mammothcheese.ca
88d6f14a9738157a59432052946e875b
echo x - libdombey/distinfo
sed 's/^X//' >libdombey/distinfo << '96f79ece3ade3be8c22f551a86e335d0'
XMD5 (libdombey-1.0.tar.gz) = ee8b4b138ea023a08071aed03c969bc6
XSHA256 (libdombey-1.0.tar.gz) = 9fe44142ae6ac6b804778e55cb7c6655a7d4d932279fed1ac37fb5ed9d8b9f99
XSIZE (libdombey-1.0.tar.gz) = 11690
96f79ece3ade3be8c22f551a86e335d0
exit
--- libdombey.sh ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list