diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 508adf0e37e1..2ed2183ea4f2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 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 |