pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Fast Import p5-CGI-Fast-2.01 as www/p5-CGI-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9493b14059b
branches: trunk
changeset: 635134:c9493b14059b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 31 22:20:08 2014 +0000
description:
Import p5-CGI-Fast-2.01 as www/p5-CGI-Fast.
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the FCGI module, which greatly speeds up
CGI scripts by turning them into persistently running server
processes. Scripts that perform time-consuming initialization
processes, such as loading large modules or opening persistent
database connections, will see large performance improvements.
diffstat:
www/p5-CGI-Fast/DESCR | 6 ++++++
www/p5-CGI-Fast/Makefile | 18 ++++++++++++++++++
www/p5-CGI-Fast/distinfo | 5 +++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 03d03abfedd7 -r c9493b14059b www/p5-CGI-Fast/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Fast/DESCR Sat May 31 22:20:08 2014 +0000
@@ -0,0 +1,6 @@
+CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
+specialized to work with the FCGI module, which greatly speeds up
+CGI scripts by turning them into persistently running server
+processes. Scripts that perform time-consuming initialization
+processes, such as loading large modules or opening persistent
+database connections, will see large performance improvements.
diff -r 03d03abfedd7 -r c9493b14059b www/p5-CGI-Fast/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Fast/Makefile Sat May 31 22:20:08 2014 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/05/31 22:20:08 wiz Exp $
+
+DISTNAME= CGI-Fast-2.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/CGI-Fast/
+COMMENT= CGI Interface for Fast CGI
+
+DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI
+DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
+
+PERL5_PACKLIST= auto/CGI/Fast/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 03d03abfedd7 -r c9493b14059b www/p5-CGI-Fast/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Fast/distinfo Sat May 31 22:20:08 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/31 22:20:08 wiz Exp $
+
+SHA1 (CGI-Fast-2.01.tar.gz) = 02c199db1ce673803a1004d70b91f37e970b7404
+RMD160 (CGI-Fast-2.01.tar.gz) = d205e25efef12a13a2ce415f558b3cbc34ef58e6
+Size (CGI-Fast-2.01.tar.gz) = 5914 bytes
Home |
Main Index |
Thread Index |
Old Index