diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-04-28 22:44:43 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-04-28 22:44:43 +0800 |
commit | 4915ff20ce4e811a16a8f24c5659be7912654cff (patch) | |
tree | b6dd46c2fe589c99830af3422a106225b0bc2986 | |
parent | bc1ff4b56fecb790856b5d6c1d8fef911fcdf705 (diff) | |
download | freebsd-ports-gnome-4915ff20ce4e811a16a8f24c5659be7912654cff.tar.gz freebsd-ports-gnome-4915ff20ce4e811a16a8f24c5659be7912654cff.tar.zst freebsd-ports-gnome-4915ff20ce4e811a16a8f24c5659be7912654cff.zip |
Add p5-HTML-Parser.
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 30 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg-plist | 12 |
5 files changed, 54 insertions, 0 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile new file mode 100644 index 000000000000..d0dc4f34d311 --- /dev/null +++ b/www/p5-HTML-Parser/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-HTML-Parser +# Version required: 2.16 +# Date Created: 28 April 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id:$ +# + +DISTNAME= HTML-Parser-2.16 +PKGNAME= p5-HTML-Parser-2.16 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML + +MAINTAINER= ports@FreeBSD.ORG + +USE_PERL5= yes + +MAN3= HTML::Entities.3 \ + HTML::Filter.3 \ + HTML::HeadParser.3 \ + HTML::LinkExtor.3 \ + HTML::Parser.3 + +MAN3PREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo new file mode 100644 index 000000000000..952b5b40b63b --- /dev/null +++ b/www/p5-HTML-Parser/distinfo @@ -0,0 +1 @@ +MD5 (HTML-Parser-2.16.tar.gz) = 0c74d3b36e417f352f3f637583b5f98a diff --git a/www/p5-HTML-Parser/pkg-comment b/www/p5-HTML-Parser/pkg-comment new file mode 100644 index 000000000000..87dc07b4a2a5 --- /dev/null +++ b/www/p5-HTML-Parser/pkg-comment @@ -0,0 +1 @@ +perl5 module for parse HTML tag. diff --git a/www/p5-HTML-Parser/pkg-descr b/www/p5-HTML-Parser/pkg-descr new file mode 100644 index 000000000000..e35a7d088eae --- /dev/null +++ b/www/p5-HTML-Parser/pkg-descr @@ -0,0 +1,10 @@ +This 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. + +- Vanilla +vanilla@FreeBSD.ORG diff --git a/www/p5-HTML-Parser/pkg-plist b/www/p5-HTML-Parser/pkg-plist new file mode 100644 index 000000000000..01a9f7529374 --- /dev/null +++ b/www/p5-HTML-Parser/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/man/man3/HTML::Entities.3.gz +lib/perl5/man/man3/HTML::Filter.3.gz +lib/perl5/man/man3/HTML::HeadParser.3.gz +lib/perl5/man/man3/HTML::LinkExtor.3.gz +lib/perl5/man/man3/HTML::Parser.3.gz +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/Parser.pm +lib/perl5/site_perl/i386-freebsd/auto/HTML/Parser/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/HTML/Parser |