Import p5-FCGI-ProcManager - perl functions for managing FastCGI

applications

ok steven@
This commit is contained in:
dassow 2006-12-17 09:25:11 +00:00
parent 171a417988
commit a3e24452bf
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1 2006/12/17 09:25:11 dassow Exp $
COMMENT= "functions for managing FastCGI applications"
MODULES= cpan
DISTNAME= FCGI-ProcManager-0.17
CATEGORIES= www
MAINTAINER= Simon Dassow <dassow@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (FCGI-ProcManager-0.17.tar.gz) = bd59bf793574d68024060a8a197419f7
RMD160 (FCGI-ProcManager-0.17.tar.gz) = ccc2de5721ed7b1ea2b011ee7031e2801127bbf3
SHA1 (FCGI-ProcManager-0.17.tar.gz) = 8473eecc659412e561cf1ab8b3349bbf04de0696
SIZE (FCGI-ProcManager-0.17.tar.gz) = 18192

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1 2006/12/17 09:25:11 dassow Exp $
${P5SITE}/FCGI/
${P5SITE}/FCGI/ProcManager.pm
@man man/man3p/FCGI::ProcManager.3p