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 <peter at vereshagin.org>
This commit is contained in:
parent
73fa0a0073
commit
5836ec21f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204733
5 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
|
22
www/p5-FCGI-ProcManager/Makefile
Normal file
22
www/p5-FCGI-ProcManager/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-FCGI-ProcManager
|
||||
# Date created: 2007-12-28
|
||||
# Whom: Peter <peter@vereshagin.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
www/p5-FCGI-ProcManager/distinfo
Normal file
3
www/p5-FCGI-ProcManager/distinfo
Normal file
|
@ -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
|
7
www/p5-FCGI-ProcManager/pkg-descr
Normal file
7
www/p5-FCGI-ProcManager/pkg-descr
Normal 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/
|
5
www/p5-FCGI-ProcManager/pkg-plist
Normal file
5
www/p5-FCGI-ProcManager/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue