1
0
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:
Sunpoet Po-Chuan Hsieh 2011-06-01 15:44:21 +00:00
parent b105016010
commit 7df5d5e9af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274936
5 changed files with 43 additions and 0 deletions

View File

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

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

View File

@ -0,0 +1,2 @@
SHA256 (HTML-Parser-Simple-1.06.tgz) = 5e57dc18d346eff1f743ccd301b16d75d3357bcfc42b6dfb57fd2b7f041b8572
SIZE (HTML-Parser-Simple-1.06.tgz) = 19945

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

View 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