pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Response-Encoding Import p5-HTTP-Response-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c6b101c0798
branches:  trunk
changeset: 551501:8c6b101c0798
user:      he <he%pkgsrc.org@localhost>
date:      Tue Dec 16 22:21:16 2008 +0000

description:
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:

 www/p5-HTTP-Response-Encoding/DESCR    |   6 ++++++
 www/p5-HTTP-Response-Encoding/Makefile |  23 +++++++++++++++++++++++
 www/p5-HTTP-Response-Encoding/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 21e7ba92760e -r 8c6b101c0798 www/p5-HTTP-Response-Encoding/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Response-Encoding/DESCR       Tue Dec 16 22:21:16 2008 +0000
@@ -0,0 +1,6 @@
+This module adds the following methods to HTTP::Response objects:
+
+  $res->charset
+  $res->encoder
+  $res->encoding
+
diff -r 21e7ba92760e -r 8c6b101c0798 www/p5-HTTP-Response-Encoding/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Response-Encoding/Makefile    Tue Dec 16 22:21:16 2008 +0000
@@ -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@localhost
+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 -r 21e7ba92760e -r 8c6b101c0798 www/p5-HTTP-Response-Encoding/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Response-Encoding/distinfo    Tue Dec 16 22:21:16 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index