This module opens a file and performs automatic charset detection
based on the HTML5 algorithm. You can then pass the filehandle to HTML::Parser or a related module (or just read it yourself). required by p5-libwww >= 6.0 Ok landry, sthen
This commit is contained in:
parent
c9ab53d272
commit
5d332e2a74
16
www/p5-IO-HTML/Makefile
Normal file
16
www/p5-IO-HTML/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/26 23:53:57 nigel Exp $
|
||||
|
||||
COMMENT = open an HTML file with automatic charset detection
|
||||
|
||||
DISTNAME = IO-HTML-1.00
|
||||
CATEGORIES = www
|
||||
CPAN_AUTHOR = CJM
|
||||
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-IO-HTML/distinfo
Normal file
2
www/p5-IO-HTML/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (IO-HTML-1.00.tar.gz) = BOKf1fJTXjWp1Hjyd1Rx154tpqPPK9M777Lc14Ea0ho=
|
||||
SIZE (IO-HTML-1.00.tar.gz) = 18759
|
3
www/p5-IO-HTML/pkg/DESCR
Normal file
3
www/p5-IO-HTML/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module opens a file and performs automatic charset detection
|
||||
based on the HTML5 algorithm. You can then pass the filehandle to
|
||||
HTML::Parser or a related module (or just read it yourself).
|
4
www/p5-IO-HTML/pkg/PLIST
Normal file
4
www/p5-IO-HTML/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/26 23:53:57 nigel Exp $
|
||||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/HTML.pm
|
||||
@man man/man3p/IO::HTML.3p
|
Loading…
Reference in New Issue
Block a user