Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupled
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred times faster in startup cost.
This commit is contained in:
parent
04fe4e33fb
commit
dfb205144d
5 changed files with 36 additions and 0 deletions
18
www/p5-FCGI/Makefile
Normal file
18
www/p5-FCGI/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 1998/10/04 18:24:37 tv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= FCGI-0.42
|
||||
PKGNAME= p5-FCGI-0.42
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= FCGI
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.fastcgi.com/
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
www/p5-FCGI/files/md5
Normal file
3
www/p5-FCGI/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1 1998/10/04 18:24:37 tv Exp $
|
||||
|
||||
MD5 (FCGI-0.42.tar.gz) = 78f36a4a1195d4b6915bad1a3845439b
|
1
www/p5-FCGI/pkg/COMMENT
Normal file
1
www/p5-FCGI/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
perl5 library for FastCGI, a fast startup alternative to CGI.
|
7
www/p5-FCGI/pkg/DESCR
Normal file
7
www/p5-FCGI/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This is a Fast CGI module for perl. It's based on the FCGI module
|
||||
that comes with Open Market's FastCGI Developer's Kit, but does
|
||||
not require you to recompile perl.
|
||||
|
||||
See http://www.fastcgi.com/ for more information about fastcgi.
|
||||
Lincoln D. Stein's perl CGI module also contains some information
|
||||
about fastcgi programming.
|
7
www/p5-FCGI/pkg/PLIST
Normal file
7
www/p5-FCGI/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 1998/10/04 18:24:37 tv Exp $
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/.packlist
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/FCGI.bs
|
||||
lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/FCGI.so
|
||||
lib/perl5/site_perl/FCGI.pm
|
||||
lib/perl5/man/man3/FCGI.3
|
||||
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI
|
Loading…
Reference in a new issue