From 07137f65572bc74ee3b409b59f9254575b0391ad Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 10 Apr 2010 19:49:17 +0000 Subject: Initial import of p5-Net-FastCGI version 0.11 in the NetBSD Packages Collection. The Perl 5 module Net::FastCGI aims to provide a complete API for working with the FastCGI protocol. The primary goal is to provide a function oriented and object oriented API which are not tied to a specific I/O model or framework. Secondary goal is to provide higher level tools/API which can be used for debugging and interoperability testing. --- www/p5-Net-FastCGI/DESCR | 6 ++++++ www/p5-Net-FastCGI/Makefile | 23 +++++++++++++++++++++++ www/p5-Net-FastCGI/distinfo | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 www/p5-Net-FastCGI/DESCR create mode 100644 www/p5-Net-FastCGI/Makefile create mode 100644 www/p5-Net-FastCGI/distinfo (limited to 'www') diff --git a/www/p5-Net-FastCGI/DESCR b/www/p5-Net-FastCGI/DESCR new file mode 100644 index 00000000000..159860bdab7 --- /dev/null +++ b/www/p5-Net-FastCGI/DESCR @@ -0,0 +1,6 @@ +The Perl 5 module Net::FastCGI aims to provide a complete API for +working with the FastCGI protocol. The primary goal is to provide +a function oriented and object oriented API which are not tied to +a specific I/O model or framework. Secondary goal is to provide +higher level tools/API which can be used for debugging and +interoperability testing. diff --git a/www/p5-Net-FastCGI/Makefile b/www/p5-Net-FastCGI/Makefile new file mode 100644 index 00000000000..c1bbf955611 --- /dev/null +++ b/www/p5-Net-FastCGI/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 19:49:17 seb Exp $ + +DISTNAME= Net-FastCGI-0.11 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-FastCGI/ +COMMENT= Perl 5 module to build and parse FastCGI messages +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/FastCGI/.packlist + +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-HexString-[0-9]*:../../devel/p5-Test-HexString + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Net-FastCGI/distinfo b/www/p5-Net-FastCGI/distinfo new file mode 100644 index 00000000000..aa5f81b8bf3 --- /dev/null +++ b/www/p5-Net-FastCGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/10 19:49:17 seb Exp $ + +SHA1 (Net-FastCGI-0.11.tar.gz) = 5aecc056768fd7d71d55a6f60dc28700a4116d74 +RMD160 (Net-FastCGI-0.11.tar.gz) = 10c83b036a8e2d46838646056f2e08b4a3517bde +Size (Net-FastCGI-0.11.tar.gz) = 33395 bytes -- cgit v1.2.3