pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI-PSGI Initial import of p5-CGI-PSGI version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f86df580f6a5
branches: trunk
changeset: 574143:f86df580f6a5
user: seb <seb%pkgsrc.org@localhost>
date: Sun Apr 11 08:42:49 2010 +0000
description:
Initial import of p5-CGI-PSGI version 0.10 in the NetBSD Packages
Collection.
The Perl 5 module CGI::PSGI is for web application framework
developers who currently uses CGI to handle query parameters, and
would like for the frameworks to comply with the PSGI protocol.
diffstat:
www/p5-CGI-PSGI/DESCR | 3 +++
www/p5-CGI-PSGI/Makefile | 20 ++++++++++++++++++++
www/p5-CGI-PSGI/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r ea907c246d0c -r f86df580f6a5 www/p5-CGI-PSGI/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-PSGI/DESCR Sun Apr 11 08:42:49 2010 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module CGI::PSGI is for web application framework
+developers who currently uses CGI to handle query parameters, and
+would like for the frameworks to comply with the PSGI protocol.
diff -r ea907c246d0c -r f86df580f6a5 www/p5-CGI-PSGI/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-PSGI/Makefile Sun Apr 11 08:42:49 2010 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $
+
+DISTNAME= CGI-PSGI-0.10
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/CGI-PSGI/
+COMMENT= Perl 5 module to adapt CGI.pm to the PSGI protocol
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/CGI/PSGI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea907c246d0c -r f86df580f6a5 www/p5-CGI-PSGI/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-PSGI/distinfo Sun Apr 11 08:42:49 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $
+
+SHA1 (CGI-PSGI-0.10.tar.gz) = c9a2cd4d5309ac45ffa690a0e340ac2f1f8d5f1c
+RMD160 (CGI-PSGI-0.10.tar.gz) = 1bd2061e3375319bbbe46c652d70995952a98585
+Size (CGI-PSGI-0.10.tar.gz) = 49173 bytes
Home |
Main Index |
Thread Index |
Old Index