mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-HTML-Parser.
This commit is contained in:
parent
7ca7af7745
commit
7b97e5c633
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10734
30
www/p5-HTML-Parser/Makefile
Normal file
30
www/p5-HTML-Parser/Makefile
Normal file
@ -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>
|
1
www/p5-HTML-Parser/distinfo
Normal file
1
www/p5-HTML-Parser/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTML-Parser-2.16.tar.gz) = 0c74d3b36e417f352f3f637583b5f98a
|
1
www/p5-HTML-Parser/pkg-comment
Normal file
1
www/p5-HTML-Parser/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 module for parse HTML tag.
|
10
www/p5-HTML-Parser/pkg-descr
Normal file
10
www/p5-HTML-Parser/pkg-descr
Normal file
@ -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
|
12
www/p5-HTML-Parser/pkg-plist
Normal file
12
www/p5-HTML-Parser/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user