diff options
author | abs <abs@pkgsrc.org> | 2006-06-07 11:44:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-06-07 11:44:22 +0000 |
commit | 5284f6793a964e3068a899d33603cd2ab3923e6f (patch) | |
tree | f696048a7d5e0ea0c5e371bd11e2c605ae4bae36 /www | |
parent | c654ac91193157a56531740d0afe25c911fddf34 (diff) | |
download | pkgsrc-5284f6793a964e3068a899d33603cd2ab3923e6f.tar.gz |
Added www/p5-FCGI-ProcManager-0.17
FCGI-ProcManager is a process manager for FCGI. By implementing
the process manager in perl, we can more finely tune FastCGI
performance, and we can take CPU and memory advantages of fast
forks and copy-on-write UNIX process management characteristics.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-FCGI-ProcManager/DESCR | 4 | ||||
-rw-r--r-- | www/p5-FCGI-ProcManager/Makefile | 15 | ||||
-rw-r--r-- | www/p5-FCGI-ProcManager/PLIST | 1 | ||||
-rw-r--r-- | www/p5-FCGI-ProcManager/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/p5-FCGI-ProcManager/DESCR b/www/p5-FCGI-ProcManager/DESCR new file mode 100644 index 00000000000..0b6d512b246 --- /dev/null +++ b/www/p5-FCGI-ProcManager/DESCR @@ -0,0 +1,4 @@ +FCGI-ProcManager is a process manager for FCGI. By implementing +the process manager in perl, we can more finely tune FastCGI +performance, and we can take CPU and memory advantages of fast +forks and copy-on-write UNIX process management characteristics. diff --git a/www/p5-FCGI-ProcManager/Makefile b/www/p5-FCGI-ProcManager/Makefile new file mode 100644 index 00000000000..3f5c6726ee7 --- /dev/null +++ b/www/p5-FCGI-ProcManager/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:44:22 abs Exp $ + +DISTNAME= FCGI-ProcManager-0.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JU/JURACH/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/FCGI-ProcManager/ +COMMENT= Functions for managing FastCGI applications + +PERL5_PACKLIST= auto/FCGI/ProcManager/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-FCGI-ProcManager/PLIST b/www/p5-FCGI-ProcManager/PLIST new file mode 100644 index 00000000000..5fc288669bc --- /dev/null +++ b/www/p5-FCGI-ProcManager/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:44:22 abs Exp $ diff --git a/www/p5-FCGI-ProcManager/distinfo b/www/p5-FCGI-ProcManager/distinfo new file mode 100644 index 00000000000..15940afea60 --- /dev/null +++ b/www/p5-FCGI-ProcManager/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:44:22 abs Exp $ + +SHA1 (FCGI-ProcManager-0.17.tar.gz) = 8473eecc659412e561cf1ab8b3349bbf04de0696 +RMD160 (FCGI-ProcManager-0.17.tar.gz) = ccc2de5721ed7b1ea2b011ee7031e2801127bbf3 +Size (FCGI-ProcManager-0.17.tar.gz) = 18192 bytes |