add p5-FCGI-ProcManager 0.17

Functions for managing FastCGI applications

PR:		61574
Submitted by:	Scott McWhirter <scott@surreytech.co.uk>
This commit is contained in:
Ying-Chieh Liao 2004-01-20 01:24:32 +00:00
parent e35846b662
commit b7b62a4e36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98623
5 changed files with 40 additions and 0 deletions

View File

@ -377,6 +377,7 @@
SUBDIR += p5-CGI_Lite
SUBDIR += p5-FAQ-OMatic
SUBDIR += p5-FastCGI
SUBDIR += p5-FastCGI-ProcManager
SUBDIR += p5-Flash-FLAP
SUBDIR += p5-GtkHTML
SUBDIR += p5-HTML

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-FastCGI-ProcManager
# Date created: 18 January 2004
# Whom: Scott McWhirter <scott@surreytech.co.uk>
#
# $FreeBSD$
#
PORTNAME= FastCGI-ProcManager
PORTVERSION= 0.17
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= FCGI
PKGNAMEPREFIX= p5-
DISTNAME= FCGI-ProcManager-${PORTVERSION}
MAINTAINER= scott@surreytech.co.uk
COMMENT= Functions for managing FastCGI applications
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= FCGI::ProcManager.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (FCGI-ProcManager-0.17.tar.gz) = bd59bf793574d68024060a8a197419f7

View File

@ -0,0 +1,7 @@
FCGI::ProcManager is used to serve as a FastCGI process manager. By
re-implementing it in perl, developers can more finely tune performance in
their web applications, and can take advantage of copy-on-write semantics
prevalent in UNIX kernel process management. The process manager should be
invoked before the caller's request loop.
WWW: http://search.cpan.org/dist/FCGI-ProcManager/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/FCGI/ProcManager.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager
@unexec rmdir %D/%%SITE_PERL%%/FCGI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI 2>/dev/null || true