Add p5-CGI-SpeedyCGI 2.11,

speed up perl CGI scripts by running them persistently.

PR:		ports/35741
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Jun Kuriyama 2002-03-25 13:42:29 +00:00
parent 756db67be1
commit 4f531b6a14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56633
6 changed files with 42 additions and 0 deletions

View file

@ -248,6 +248,7 @@
SUBDIR += p5-CGI-Cache
SUBDIR += p5-CGI-FastTemplate
SUBDIR += p5-CGI-Minimal
SUBDIR += p5-CGI-SpeedyCGI
SUBDIR += p5-CGI-XMLApplication
SUBDIR += p5-CGI-modules
SUBDIR += p5-CGI.pm

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: CGI-SpeedyCGI
# Date created: Sun Mar 10 16:44:06 CET 2002
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= CGI-SpeedyCGI
PORTVERSION= 2.11
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
#SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (CGI-SpeedyCGI-2.11.tar.gz) = fce7ed7417d8d4166f5e7b54bfbcac13

View file

@ -0,0 +1 @@
Speed up perl CGI scripts by running them persistently

View file

@ -0,0 +1,12 @@
SpeedyCGI is a way to run CGI perl scripts persistently, which usually
makes them run much more quickly. A script can be converted to
SpeedyCGI by changing the interpreter line at the top of the
script. After the script is initially run, instead of exiting,
SpeedyCGI keeps the perl interpreter running. During subsequent runs,
this interpreter is used to handle new requests instead of starting a
new perl interpreter for each execution.
WWW: http://daemoninc.com/SpeedyCGI/
- Lars Thegler
lars@thegler.dk

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI/.packlist
lib/perl5/site_perl/%%PERL_VER%%/CGI/SpeedyCGI.pm
bin/speedy
bin/speedy_backend
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true