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:
simon 2007-09-23 22:31:28 +00:00
parent 512e47856d
commit fa2e7279f1
4 changed files with 31 additions and 0 deletions

View 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>

View 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

View 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.

View 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