diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-20 01:24:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-20 01:24:32 +0000 |
commit | b7b62a4e3603106f09d27e9c3cf06c33c182e42d (patch) | |
tree | 5636578776dc6101fb7de5a3fef0c1bab2d8a7ab /www/p5-FastCGI-ProcManager | |
parent | e35846b662f7fce5daa96e14307c10be49767194 (diff) | |
download | ports-b7b62a4e3603106f09d27e9c3cf06c33c182e42d.tar.gz ports-b7b62a4e3603106f09d27e9c3cf06c33c182e42d.zip |
Notes
Diffstat (limited to 'www/p5-FastCGI-ProcManager')
-rw-r--r-- | www/p5-FastCGI-ProcManager/Makefile | 26 | ||||
-rw-r--r-- | www/p5-FastCGI-ProcManager/distinfo | 1 | ||||
-rw-r--r-- | www/p5-FastCGI-ProcManager/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-FastCGI-ProcManager/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-FastCGI-ProcManager/Makefile b/www/p5-FastCGI-ProcManager/Makefile new file mode 100644 index 000000000000..d0abb9217f3b --- /dev/null +++ b/www/p5-FastCGI-ProcManager/Makefile @@ -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> diff --git a/www/p5-FastCGI-ProcManager/distinfo b/www/p5-FastCGI-ProcManager/distinfo new file mode 100644 index 000000000000..2f012fc4a24b --- /dev/null +++ b/www/p5-FastCGI-ProcManager/distinfo @@ -0,0 +1 @@ +MD5 (FCGI-ProcManager-0.17.tar.gz) = bd59bf793574d68024060a8a197419f7 diff --git a/www/p5-FastCGI-ProcManager/pkg-descr b/www/p5-FastCGI-ProcManager/pkg-descr new file mode 100644 index 000000000000..10ba4001e94c --- /dev/null +++ b/www/p5-FastCGI-ProcManager/pkg-descr @@ -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/ diff --git a/www/p5-FastCGI-ProcManager/pkg-plist b/www/p5-FastCGI-ProcManager/pkg-plist new file mode 100644 index 000000000000..a2403f921a7a --- /dev/null +++ b/www/p5-FastCGI-ProcManager/pkg-plist @@ -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 |