diff options
author | he <he@pkgsrc.org> | 2008-12-16 22:21:16 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-16 22:21:16 +0000 |
commit | 605a4706892cae94529655fffdfad632fb544f6d (patch) | |
tree | 5cc13bfb3f091702331f230fb5f42f68b96cfb12 /www | |
parent | ae5db21188b5a042ad17751806e13f1d59145954 (diff) | |
download | pkgsrc-605a4706892cae94529655fffdfad632fb544f6d.tar.gz |
Import p5-HTTP-Response-Encoding version 0.05.
This module adds the following methods to HTTP::Response objects:
$res->charset
$res->encoder
$res->encoding
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Response-Encoding/DESCR | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/Makefile | 23 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-HTTP-Response-Encoding/DESCR b/www/p5-HTTP-Response-Encoding/DESCR new file mode 100644 index 00000000000..b43ca78eee5 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/DESCR @@ -0,0 +1,6 @@ +This module adds the following methods to HTTP::Response objects: + + $res->charset + $res->encoder + $res->encoding + diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile new file mode 100644 index 00000000000..00cba5e1051 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/16 22:21:16 he Exp $ +# + +DISTNAME= HTTP-Response-Encoding-0.05 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5hre +CATEGORIES= www net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTTP-Response-Encoding/ +COMMENT= Perl5 module to add encoding() to HTTP::Response + +DEPENDS+= p5-libwww>=0:../../www/p5-libwww + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/HTTP/Response/Encoding/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Response-Encoding/distinfo b/www/p5-HTTP-Response-Encoding/distinfo new file mode 100644 index 00000000000..a90a244c6f7 --- /dev/null +++ b/www/p5-HTTP-Response-Encoding/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/16 22:21:16 he Exp $ + +SHA1 (HTTP-Response-Encoding-0.05.tar.gz) = 16893e20d0d943c7e5317d2f9d85c9bbfc16dba3 +RMD160 (HTTP-Response-Encoding-0.05.tar.gz) = 3a46c671b4e37abd279ef6183bd5e52467251d87 +Size (HTTP-Response-Encoding-0.05.tar.gz) = 5199 bytes |