mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add p5-HTML-Parser-Simple 1.06
HTML::Parser::Simple is a pure Perl module. It parses HTML4 files, and generates a tree of nodes per HTML tag. WWW: http://search.cpan.org/dist/HTML-Parser-Simple/
This commit is contained in:
parent
b105016010
commit
7df5d5e9af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274936
@ -981,6 +981,7 @@
|
||||
SUBDIR += p5-HTML-Mason
|
||||
SUBDIR += p5-HTML-Pager
|
||||
SUBDIR += p5-HTML-Parser
|
||||
SUBDIR += p5-HTML-Parser-Simple
|
||||
SUBDIR += p5-HTML-Perlinfo
|
||||
SUBDIR += p5-HTML-PrettyPrinter
|
||||
SUBDIR += p5-HTML-Prototype
|
||||
|
27
www/p5-HTML-Parser-Simple/Makefile
Normal file
27
www/p5-HTML-Parser-Simple/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-HTML-Parser-Simple
|
||||
# Date created: 2011-05-29
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Parser-Simple
|
||||
PORTVERSION= 1.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Parse nice HTML files without needing a compiler
|
||||
|
||||
BUILD_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
|
||||
RUN_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::Parser::Simple.3 \
|
||||
HTML::Parser::Simple::Attributes.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-Parser-Simple/distinfo
Normal file
2
www/p5-HTML-Parser-Simple/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (HTML-Parser-Simple-1.06.tgz) = 5e57dc18d346eff1f743ccd301b16d75d3357bcfc42b6dfb57fd2b7f041b8572
|
||||
SIZE (HTML-Parser-Simple-1.06.tgz) = 19945
|
4
www/p5-HTML-Parser-Simple/pkg-descr
Normal file
4
www/p5-HTML-Parser-Simple/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
HTML::Parser::Simple is a pure Perl module. It parses HTML4 files, and
|
||||
generates a tree of nodes per HTML tag.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Parser-Simple/
|
9
www/p5-HTML-Parser-Simple/pkg-plist
Normal file
9
www/p5-HTML-Parser-Simple/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/HTML/Parser/Simple.pm
|
||||
%%SITE_PERL%%/HTML/Parser/Simple/Attributes.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrm %%SITE_PERL%%/HTML/Parser/Simple
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Parser
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Reference in New Issue
Block a user