summaryrefslogtreecommitdiff
path: root/www/SpeedyCGI/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-06-22 21:34:50 +0000
committeradrianp <adrianp@pkgsrc.org>2004-06-22 21:34:50 +0000
commit46e0c638d3e34d87d0d4747bbdadff8afc6ab82e (patch)
treee63c435f940e246ff70db765067de4cab3605ff7 /www/SpeedyCGI/Makefile
parentb9ae11728b2a79ebeff7ac9715563deb4e39f500 (diff)
downloadpkgsrc-46e0c638d3e34d87d0d4747bbdadff8afc6ab82e.tar.gz
Import SpeedyCGI v2.22 from pkgsrc-wip
Ok'ed wiz@/snj@ SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!${LOCALBASE}/bin/perl to #!${LOCALBASE}/bin/speedy After the script is initially run, instead of exiting, the perl interpreter is kept running. During subsequent runs, this interpreter is used to handle new executions instead of starting a new perl interpreter each time. A very fast frontend program, written in C, is executed for each request. This fast frontend then contacts the persistent Perl process, which is usually already running, to do the work and return the results.
Diffstat (limited to 'www/SpeedyCGI/Makefile')
-rw-r--r--www/SpeedyCGI/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/SpeedyCGI/Makefile b/www/SpeedyCGI/Makefile
new file mode 100644
index 00000000000..f29cdc4cd73
--- /dev/null
+++ b/www/SpeedyCGI/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/22 21:34:50 adrianp Exp $
+
+DISTNAME= CGI-SpeedyCGI-2.22
+PKGNAME= SpeedyCGI-2.22
+CATEGORIES= www
+MASTER_SITES= http://daemoninc.com/SpeedyCGI/
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://daemoninc.com/speedycgi/
+COMMENT= Speed up perl scripts by running them persistently
+
+USE_PERL5= YES
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/SpeedyCGI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"