From scott@surreytech.co.uk  Mon Jan 19 03:43:08 2004
Return-Path: <scott@surreytech.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3898616A4CE
	for <FreeBSD-Gnats-Submit@freebsd.org>; Mon, 19 Jan 2004 03:43:08 -0800 (PST)
Received: from mail.soreal.co.uk (dev.surreytech.co.uk [213.208.107.129])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8477043D45
	for <FreeBSD-Gnats-Submit@freebsd.org>; Mon, 19 Jan 2004 03:43:03 -0800 (PST)
	(envelope-from scott@surreytech.co.uk)
Received: by mail.soreal.co.uk (Postfix, from userid 1015)
	id 9FF041FC8; Mon, 19 Jan 2004 11:43:02 +0000 (GMT)
Received: from surreytech.co.uk (unknown [192.168.4.76])
	by mail.soreal.co.uk (Postfix) with ESMTP id F33701E70
	for <FreeBSD-Gnats-Submit@freebsd.org>; Mon, 19 Jan 2004 11:43:01 +0000 (GMT)
Message-Id: <400BC2D3.5080504@surreytech.co.uk>
Date: Mon, 19 Jan 2004 11:43:15 +0000
From: Scott McWhirter <scott@surreytech.co.uk>
To: FreeBSD-Gnats-Submit@freebsd.org
Subject: New Port: www/p5-FastCGI-ProcManager, Functions for managing FastCGI
 applications.

>Number:         61574
>Category:       ports
>Synopsis:       New Port: www/p5-FastCGI-ProcManager, Functions for managing FastCGI applications.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 03:50:17 PST 2004
>Closed-Date:    Mon Jan 19 17:24:59 PST 2004
>Last-Modified:  Mon Jan 19 17:24:59 PST 2004
>Originator:     Scott McWhirter
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Surrey Technologies Ltd.	
>Environment:
System: FreeBSD stcws002.stc.surreytech.co.uk 4.9-RELEASE FreeBSD 
4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 
root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386
>Description:
   New Port: www/p5-FastCGI-ProcManager 0.17
	  Functions for managing FastCGI applications.
>How-To-Repeat:
   N/A	
>Fix:

--- p5-FastCGI-ProcManager.shar 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:
#
#	p5-FastCGI-ProcManager
#	p5-FastCGI-ProcManager/Makefile
#	p5-FastCGI-ProcManager/distinfo
#	p5-FastCGI-ProcManager/pkg-descr
#	p5-FastCGI-ProcManager/pkg-plist
#
echo c - p5-FastCGI-ProcManager
mkdir -p p5-FastCGI-ProcManager > /dev/null 2>&1
echo x - p5-FastCGI-ProcManager/Makefile
sed 's/^X//' >p5-FastCGI-ProcManager/Makefile << 
'END-of-p5-FastCGI-ProcManager/Makefile'
X# New ports collection makefile for:	p5-FastCGI-ProcManager
X# Date created:			18 January 2004
X# Whom:				Scott McWhirter <scott@surreytech.co.uk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	FastCGI-ProcManager
XPORTVERSION=	0.17
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	FCGI
XPKGNAMEPREFIX=	p5-
XDISTNAME=	FCGI-ProcManager-${PORTVERSION}
X
XMAINTAINER=	scott@surreytech.co.uk
XCOMMENT=	Functions for managing FastCGI applications
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		FCGI::ProcManager.3
X
X.include <bsd.port.mk>
END-of-p5-FastCGI-ProcManager/Makefile
echo x - p5-FastCGI-ProcManager/distinfo
sed 's/^X//' >p5-FastCGI-ProcManager/distinfo << 
'END-of-p5-FastCGI-ProcManager/distinfo'
XMD5 (FCGI-ProcManager-0.17.tar.gz) = bd59bf793574d68024060a8a197419f7
END-of-p5-FastCGI-ProcManager/distinfo
echo x - p5-FastCGI-ProcManager/pkg-descr
sed 's/^X//' >p5-FastCGI-ProcManager/pkg-descr << 
'END-of-p5-FastCGI-ProcManager/pkg-descr'
XFCGI::ProcManager is used to serve as a FastCGI process manager. By
Xre-implementing it in perl, developers can more finely tune performance in
Xtheir web applications, and can take advantage of copy-on-write semantics
Xprevalent in UNIX kernel process management. The process manager should be
Xinvoked before the caller's request loop.
X
XWWW: http://search.cpan.org/dist/FCGI-ProcManager/
END-of-p5-FastCGI-ProcManager/pkg-descr
echo x - p5-FastCGI-ProcManager/pkg-plist
sed 's/^X//' >p5-FastCGI-ProcManager/pkg-plist << 
'END-of-p5-FastCGI-ProcManager/pkg-plist'
X%%SITE_PERL%%/FCGI/ProcManager.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager
X@unexec rmdir %%SITE_PERL%%/FCGI 2>/dev/null || true
END-of-p5-FastCGI-ProcManager/pkg-plist
exit
--- p5-FastCGI-ProcManager.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Jan 19 17:24:51 PST 2004 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61574 
>Unformatted:
