diff options
author | seb <seb> | 2010-07-29 21:42:43 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-29 21:42:43 +0000 |
commit | f59b0d1aaecaa6476ed359bf8737cc4180febc6d (patch) | |
tree | a6df1fbc9d640c86e747ec514d506a8c3c6ab527 /www | |
parent | fabbc61226d496fd805465776ccd5b506be92a51 (diff) | |
download | pkgsrc-f59b0d1aaecaa6476ed359bf8737cc4180febc6d.tar.gz |
Initial import of p5-WWW-Mechanize-GZip version 0.12 in the NetBSD
Packages Collection.
The Perl 5 module WWW::Mechanize::GZip tries to fetch a URL by
requesting gzip-compression from the webserver. If the response
contains a header with 'Content-Encoding: gzip', it decompresses
the response in order to get the original (uncompressed) content.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize-GZip/DESCR | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-GZip/Makefile | 22 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-GZip/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-WWW-Mechanize-GZip/DESCR b/www/p5-WWW-Mechanize-GZip/DESCR new file mode 100644 index 00000000000..82491b10f4c --- /dev/null +++ b/www/p5-WWW-Mechanize-GZip/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module WWW::Mechanize::GZip tries to fetch a URL by +requesting gzip-compression from the webserver. If the response +contains a header with 'Content-Encoding: gzip', it decompresses +the response in order to get the original (uncompressed) content. diff --git a/www/p5-WWW-Mechanize-GZip/Makefile b/www/p5-WWW-Mechanize-GZip/Makefile new file mode 100644 index 00000000000..eabd6bebab6 --- /dev/null +++ b/www/p5-WWW-Mechanize-GZip/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/29 21:42:43 seb Exp $ + +DISTNAME= WWW-Mechanize-GZip-0.12 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/WWW-Mechanize-GZip/ +COMMENT= Perl 5 module to fetch webpages with gzip-compression +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/WWW/Mechanize/GZip/.packlist + +DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Mechanize-GZip/distinfo b/www/p5-WWW-Mechanize-GZip/distinfo new file mode 100644 index 00000000000..c5c124f733d --- /dev/null +++ b/www/p5-WWW-Mechanize-GZip/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/29 21:42:43 seb Exp $ + +SHA1 (WWW-Mechanize-GZip-0.12.tar.gz) = 712ed008deea7b33fe1cb3da83b9fceef5f96253 +RMD160 (WWW-Mechanize-GZip-0.12.tar.gz) = 638de798f24ace31f85370b6e290495f9c86ed42 +Size (WWW-Mechanize-GZip-0.12.tar.gz) = 3040 bytes |