diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 13:42:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-03-25 13:42:29 +0000 |
commit | 4f531b6a14df5a1ea62628e340bb4d97d0e98636 (patch) | |
tree | bc00f9749410181dd0ab6754ca8d0c66232748b3 | |
parent | 756db67be18e9c479e85793f0137d3dc2a2c393b (diff) | |
download | ports-4f531b6a14df5a1ea62628e340bb4d97d0e98636.tar.gz ports-4f531b6a14df5a1ea62628e340bb4d97d0e98636.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
6 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6ec0d747c860..28c7a409ceb1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-CGI-SpeedyCGI/Makefile b/www/p5-CGI-SpeedyCGI/Makefile new file mode 100644 index 000000000000..e333267c1d0a --- /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 000000000000..a05554f7316b --- /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 000000000000..2b6b7b1b3543 --- /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 000000000000..31bc0286f22e --- /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 000000000000..c92974411c67 --- /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 |