From 5836ec21f4f40a64116508ef42b134fd5e768d09 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 31 Dec 2007 00:28:05 +0000 Subject: 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/ PR: ports/119009 Submitted by: Peter --- www/Makefile | 1 + www/p5-FCGI-ProcManager/Makefile | 22 ++++++++++++++++++++++ www/p5-FCGI-ProcManager/distinfo | 3 +++ www/p5-FCGI-ProcManager/pkg-descr | 7 +++++++ www/p5-FCGI-ProcManager/pkg-plist | 5 +++++ 5 files changed, 38 insertions(+) create mode 100644 www/p5-FCGI-ProcManager/Makefile create mode 100644 www/p5-FCGI-ProcManager/distinfo create mode 100644 www/p5-FCGI-ProcManager/pkg-descr create mode 100644 www/p5-FCGI-ProcManager/pkg-plist diff --git a/www/Makefile b/www/Makefile index 6a91d22bd88f..f2f90565ca37 100644 --- a/www/Makefile +++ b/www/Makefile @@ -694,6 +694,7 @@ SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI-Async + SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FEAR-API SUBDIR += p5-FastCGI SUBDIR += p5-FastCGI-ProcManager diff --git a/www/p5-FCGI-ProcManager/Makefile b/www/p5-FCGI-ProcManager/Makefile new file mode 100644 index 000000000000..591dc25520fd --- /dev/null +++ b/www/p5-FCGI-ProcManager/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-FCGI-ProcManager +# Date created: 2007-12-28 +# Whom: Peter +# +# $FreeBSD$ +# + +PORTNAME= FCGI-ProcManager +PORTVERSION= 0.17 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= FCGI +PKGNAMEPREFIX= p5- + +MAINTAINER= peter@vereshagin.org +COMMENT= Functions for managing FastCGI applications + +PERL_CONFIGURE= yes + +MAN3= FCGI::ProcManager.3 + +.include diff --git a/www/p5-FCGI-ProcManager/distinfo b/www/p5-FCGI-ProcManager/distinfo new file mode 100644 index 000000000000..089a6d24a491 --- /dev/null +++ b/www/p5-FCGI-ProcManager/distinfo @@ -0,0 +1,3 @@ +MD5 (FCGI-ProcManager-0.17.tar.gz) = bd59bf793574d68024060a8a197419f7 +SHA256 (FCGI-ProcManager-0.17.tar.gz) = c323ae1a0f91aebcb8467444e451c0915cd34f0556ccd6433fb7dd360d739486 +SIZE (FCGI-ProcManager-0.17.tar.gz) = 18192 diff --git a/www/p5-FCGI-ProcManager/pkg-descr b/www/p5-FCGI-ProcManager/pkg-descr new file mode 100644 index 000000000000..dfc8dd29a17d --- /dev/null +++ b/www/p5-FCGI-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-FCGI-ProcManager/pkg-plist b/www/p5-FCGI-ProcManager/pkg-plist new file mode 100644 index 000000000000..e0d5d04bdf82 --- /dev/null +++ b/www/p5-FCGI-ProcManager/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/FCGI/ProcManager.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/ProcManager +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI +@dirrmtry %%SITE_PERL%%/FCGI -- cgit v1.2.3