Index: head/www/p5-HTML-Parser-Simple/Makefile =================================================================== --- head/www/p5-HTML-Parser-Simple/Makefile (revision 308307) +++ head/www/p5-HTML-Parser-Simple/Makefile (revision 308308) @@ -1,27 +1,27 @@ -# New ports collection makefile for: p5-HTML-Parser-Simple -# Date created: 2011-05-29 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= HTML-Parser-Simple -PORTVERSION= 1.06 +PORTVERSION= 2.00 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 +LICENSE= ART10 + +BUILD_DEPENDS= p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \ + p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAN3= HTML::Parser::Simple.3 \ - HTML::Parser::Simple::Attributes.3 + HTML::Parser::Simple::Attributes.3 \ + HTML::Parser::Simple::Reporter.3 .include Property changes on: head/www/p5-HTML-Parser-Simple/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/p5-HTML-Parser-Simple/distinfo =================================================================== --- head/www/p5-HTML-Parser-Simple/distinfo (revision 308307) +++ head/www/p5-HTML-Parser-Simple/distinfo (revision 308308) @@ -1,2 +1,2 @@ -SHA256 (HTML-Parser-Simple-1.06.tgz) = 5e57dc18d346eff1f743ccd301b16d75d3357bcfc42b6dfb57fd2b7f041b8572 -SIZE (HTML-Parser-Simple-1.06.tgz) = 19945 +SHA256 (HTML-Parser-Simple-2.00.tgz) = 21264928d56aaaee65ac4887139d43312c95d948cc1acfcfa3734c4e734b9859 +SIZE (HTML-Parser-Simple-2.00.tgz) = 26434 Property changes on: head/www/p5-HTML-Parser-Simple/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/p5-HTML-Parser-Simple/pkg-plist =================================================================== --- head/www/p5-HTML-Parser-Simple/pkg-plist (revision 308307) +++ head/www/p5-HTML-Parser-Simple/pkg-plist (revision 308308) @@ -1,9 +1,10 @@ %%SITE_PERL%%/HTML/Parser/Simple.pm %%SITE_PERL%%/HTML/Parser/Simple/Attributes.pm +%%SITE_PERL%%/HTML/Parser/Simple/Reporter.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 Property changes on: head/www/p5-HTML-Parser-Simple/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property