import p5-HTML-SimpleParse
This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a couple of important ways. ok merdely@
This commit is contained in:
parent
512e47856d
commit
fa2e7279f1
19
www/p5-HTML-SimpleParse/Makefile
Normal file
19
www/p5-HTML-SimpleParse/Makefile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/23 22:31:28 simon Exp $
|
||||||
|
|
||||||
|
COMMENT= bare-bones HTML parser
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
|
DISTNAME= HTML-SimpleParse-0.12
|
||||||
|
CATEGORIES= www
|
||||||
|
|
||||||
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||||
|
|
||||||
|
# Perl
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= modbuild
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
www/p5-HTML-SimpleParse/distinfo
Normal file
5
www/p5-HTML-SimpleParse/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (HTML-SimpleParse-0.12.tar.gz) = 9VeBjXiTJlT5yo3+riVmsQ==
|
||||||
|
RMD160 (HTML-SimpleParse-0.12.tar.gz) = l+JtLo/l2muJepztaBXrrwN5IkI=
|
||||||
|
SHA1 (HTML-SimpleParse-0.12.tar.gz) = RoI+Q0SrbKkQeKIeFkNKJqr+X50=
|
||||||
|
SHA256 (HTML-SimpleParse-0.12.tar.gz) = wQOhnPmYAUic4j5NqGpfnfefAy8fHHG4Ew0NP/luYwQ=
|
||||||
|
SIZE (HTML-SimpleParse-0.12.tar.gz) = 8486
|
3
www/p5-HTML-SimpleParse/pkg/DESCR
Normal file
3
www/p5-HTML-SimpleParse/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This module is a simple HTML parser. It is similar in concept to
|
||||||
|
HTML::Parser, but it differs from HTML::TreeBuilder in a couple of
|
||||||
|
important ways.
|
4
www/p5-HTML-SimpleParse/pkg/PLIST
Normal file
4
www/p5-HTML-SimpleParse/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/23 22:31:28 simon Exp $
|
||||||
|
${P5SITE}/HTML/
|
||||||
|
${P5SITE}/HTML/SimpleParse.pm
|
||||||
|
@man man/man3p/HTML::SimpleParse.3p
|
Loading…
Reference in New Issue
Block a user