pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Imported devel/p5-IO-HTML-0.04



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2e40d06468
branches:  trunk
changeset: 610205:bc2e40d06468
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 21 04:22:25 2012 +0000

description:
Imported devel/p5-IO-HTML-0.04

IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.

diffstat:

 devel/Makefile            |   3 ++-
 devel/p5-IO-HTML/DESCR    |   3 +++
 devel/p5-IO-HTML/Makefile |  19 +++++++++++++++++++
 devel/p5-IO-HTML/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 96ade41fc541 -r bc2e40d06468 devel/Makefile
--- a/devel/Makefile    Sun Oct 21 00:20:27 2012 +0000
+++ b/devel/Makefile    Sun Oct 21 04:22:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1659 2012/10/19 07:51:52 sno Exp $
+# $NetBSD: Makefile,v 1.1660 2012/10/21 04:22:25 wen Exp $
 #
 
 COMMENT=       Development utilities
@@ -820,6 +820,7 @@
 SUBDIR+=       p5-IO-Compress
 SUBDIR+=       p5-IO-Digest
 SUBDIR+=       p5-IO-Handle-Util
+SUBDIR+=       p5-IO-HTML
 SUBDIR+=       p5-IO-InSitu
 SUBDIR+=       p5-IO-Interactive
 SUBDIR+=       p5-IO-LockedFile
diff -r 96ade41fc541 -r bc2e40d06468 devel/p5-IO-HTML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-HTML/DESCR    Sun Oct 21 04:22:25 2012 +0000
@@ -0,0 +1,3 @@
+IO::HTML provides an easy way to open a file containing HTML while
+automatically determining its encoding. It uses the HTML5 encoding
+sniffing algorithm specified in section 8.2.2.1 of the draft standard.
diff -r 96ade41fc541 -r bc2e40d06468 devel/p5-IO-HTML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-HTML/Makefile Sun Oct 21 04:22:25 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/10/21 04:22:26 wen Exp $
+
+DISTNAME=      IO-HTML-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=authors/id/C/CJ/CJM/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/IO-HTML/
+COMMENT=       Open an HTML file with automatic charset detection
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/IO/HTML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 96ade41fc541 -r bc2e40d06468 devel/p5-IO-HTML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-HTML/distinfo Sun Oct 21 04:22:25 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/21 04:22:26 wen Exp $
+
+SHA1 (IO-HTML-0.04.tar.gz) = ca4a02b6af61b3e0a66d97e9e117d423c31bd636
+RMD160 (IO-HTML-0.04.tar.gz) = 2f272b8bd0f2d9e284d0ea3b90bd3ba4af8064b8
+Size (IO-HTML-0.04.tar.gz) = 18582 bytes



Home | Main Index | Thread Index | Old Index