diff options
author | kim <kim> | 1999-01-11 22:22:50 +0000 |
---|---|---|
committer | kim <kim> | 1999-01-11 22:22:50 +0000 |
commit | 795d03e9635f2639ee83191684a5af5558eb21d7 (patch) | |
tree | abcf316127fa3e22e822d2e9c810b5b7a9fc9e47 /www/p5-HTML-Parser | |
parent | b4dbebc1f58c56daa6bf41afe4328d5aa3cd8e40 (diff) | |
download | pkgsrc-795d03e9635f2639ee83191684a5af5558eb21d7.tar.gz |
HTML::Parse for parsing HTML (SGML). Used to be part of libwww-perl.
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 17 | ||||
-rw-r--r-- | www/p5-HTML-Parser/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg/DESCR | 7 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg/PLIST | 16 |
5 files changed, 44 insertions, 0 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile new file mode 100644 index 00000000000..c78ca48c61b --- /dev/null +++ b/www/p5-HTML-Parser/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/01/11 22:22:50 kim Exp $ +# + +PKGNAME= p5-HTML-Parser-2.22 +DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Parser/files/md5 b/www/p5-HTML-Parser/files/md5 new file mode 100644 index 00000000000..77c3cab87ba --- /dev/null +++ b/www/p5-HTML-Parser/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/01/11 22:22:50 kim Exp $ + +MD5 (HTML-Parser-2.22.tar.gz) = 9567da99eeee12c8de10264fc45b0268 diff --git a/www/p5-HTML-Parser/pkg/COMMENT b/www/p5-HTML-Parser/pkg/COMMENT new file mode 100644 index 00000000000..37f84660821 --- /dev/null +++ b/www/p5-HTML-Parser/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to parse HTML text documents diff --git a/www/p5-HTML-Parser/pkg/DESCR b/www/p5-HTML-Parser/pkg/DESCR new file mode 100644 index 00000000000..dd2b5a70fdc --- /dev/null +++ b/www/p5-HTML-Parser/pkg/DESCR @@ -0,0 +1,7 @@ +HTML-Parser is a collection of modules that parse HTML text documents. +These modules used to be part of the libwww-perl distribution, but are +now unbundled in order to facilitate a separate development track. Bug +reports and discussions about these modules can still be sent to the +<libwww-perl@ics.uci.edu> mailing list. Remember to also take a look at +the HTML-Tree module collection that create and extract information from +HTML syntax trees. diff --git a/www/p5-HTML-Parser/pkg/PLIST b/www/p5-HTML-Parser/pkg/PLIST new file mode 100644 index 00000000000..f97388f50c1 --- /dev/null +++ b/www/p5-HTML-Parser/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/11 22:22:50 kim Exp $ +lib/perl5/man/man3/HTML::Parser.3 +lib/perl5/man/man3/HTML::Entities.3 +lib/perl5/man/man3/HTML::Filter.3 +lib/perl5/man/man3/HTML::HeadParser.3 +lib/perl5/man/man3/HTML::TokeParser.3 +lib/perl5/man/man3/HTML::LinkExtor.3 +lib/perl5/site_perl/HTML/Parser.pm +lib/perl5/site_perl/HTML/Entities.pm +lib/perl5/site_perl/HTML/Filter.pm +lib/perl5/site_perl/HTML/HeadParser.pm +lib/perl5/site_perl/HTML/LinkExtor.pm +lib/perl5/site_perl/HTML/TokeParser.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/HTML/Parser/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/HTML/Parser +@dirrm lib/perl5/site_perl/HTML |