summaryrefslogtreecommitdiff
path: root/www/p5-CGI-SpeedyCGI
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-03-25 13:42:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-03-25 13:42:29 +0000
commit4f531b6a14df5a1ea62628e340bb4d97d0e98636 (patch)
treebc00f9749410181dd0ab6754ca8d0c66232748b3 /www/p5-CGI-SpeedyCGI
parentfix plist (diff)
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>
Notes
Notes: svn path=/head/; revision=56633
Diffstat (limited to 'www/p5-CGI-SpeedyCGI')
-rw-r--r--www/p5-CGI-SpeedyCGI/Makefile20
-rw-r--r--www/p5-CGI-SpeedyCGI/distinfo1
-rw-r--r--www/p5-CGI-SpeedyCGI/pkg-comment1
-rw-r--r--www/p5-CGI-SpeedyCGI/pkg-descr12
-rw-r--r--www/p5-CGI-SpeedyCGI/pkg-plist7
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 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