diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 13:42:29 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 13:42:29 +0000 |
commit | 799b240470a5b8a149671ee2135a061cfda53576 (patch) | |
tree | 149b19f432e2aac2583acf0113088e2ae24dd38e /www/p5-CGI-SpeedyCGI | |
parent | e3825d7f97fff6f71e8372040cb5a798ca68b88f (diff) | |
download | FreeBSD-ports-799b240470a5b8a149671ee2135a061cfda53576.zip FreeBSD-ports-799b240470a5b8a149671ee2135a061cfda53576.tar.gz |
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>
Diffstat (limited to 'www/p5-CGI-SpeedyCGI')
-rw-r--r-- | www/p5-CGI-SpeedyCGI/Makefile | 20 | ||||
-rw-r--r-- | www/p5-CGI-SpeedyCGI/distinfo | 1 | ||||
-rw-r--r-- | www/p5-CGI-SpeedyCGI/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-CGI-SpeedyCGI/pkg-descr | 12 | ||||
-rw-r--r-- | www/p5-CGI-SpeedyCGI/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/p5-CGI-SpeedyCGI/Makefile b/www/p5-CGI-SpeedyCGI/Makefile new file mode 100644 index 0000000..e333267 --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/Makefile @@ -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> diff --git a/www/p5-CGI-SpeedyCGI/distinfo b/www/p5-CGI-SpeedyCGI/distinfo new file mode 100644 index 0000000..a05554f --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/distinfo @@ -0,0 +1 @@ +MD5 (CGI-SpeedyCGI-2.11.tar.gz) = fce7ed7417d8d4166f5e7b54bfbcac13 diff --git a/www/p5-CGI-SpeedyCGI/pkg-comment b/www/p5-CGI-SpeedyCGI/pkg-comment new file mode 100644 index 0000000..2b6b7b1 --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/pkg-comment @@ -0,0 +1 @@ +Speed up perl CGI scripts by running them persistently diff --git a/www/p5-CGI-SpeedyCGI/pkg-descr b/www/p5-CGI-SpeedyCGI/pkg-descr new file mode 100644 index 0000000..31bc028 --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/pkg-descr @@ -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 diff --git a/www/p5-CGI-SpeedyCGI/pkg-plist b/www/p5-CGI-SpeedyCGI/pkg-plist new file mode 100644 index 0000000..c929744 --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/pkg-plist @@ -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 |