diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-27 00:11:33 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-27 00:11:33 +0800 |
commit | b29ce1310970711e1e0e01cfe6717b2a9e2857f0 (patch) | |
tree | 67518261c7c23a36c99393fb2a4e5cbc7532d89c /textproc | |
parent | ab7b168e687af73635ff06217713328b5f3fb4d7 (diff) | |
download | freebsd-ports-graphics-b29ce1310970711e1e0e01cfe6717b2a9e2857f0.tar.gz freebsd-ports-graphics-b29ce1310970711e1e0e01cfe6717b2a9e2857f0.tar.zst freebsd-ports-graphics-b29ce1310970711e1e0e01cfe6717b2a9e2857f0.zip |
Update to 0.30.
Changes: http://search.cpan.org/dist/XML-Liberal/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-XML-Liberal/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Liberal/pkg-plist | 6 |
3 files changed, 14 insertions, 13 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index f7f9f51446c..ef3ed99d817 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-XML-Liberal -# Date created: 2006-07-09 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= XML-Liberal -PORTVERSION= 0.22 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Super liberal XML parser that parses broken XML -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-HTML-Entities-Numbered>=0.04:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \ +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \ p5-Module-Pluggable-Fast>=0.16:${PORTSDIR}/devel/p5-Module-Pluggable-Fast \ p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::Liberal.3 +MAN3= XML::Liberal.3 XML::Liberal::Error.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Liberal/distinfo b/textproc/p5-XML-Liberal/distinfo index 8105f2b09a0..1d2f6fabb28 100644 --- a/textproc/p5-XML-Liberal/distinfo +++ b/textproc/p5-XML-Liberal/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Liberal-0.22.tar.gz) = fcfcc610b65e317277cb1256f82e520f01630db12c4138086fffb9cacab6e2f8 -SIZE (XML-Liberal-0.22.tar.gz) = 86973 +SHA256 (XML-Liberal-0.30.tar.gz) = 3cea179da95e598d042866d522ef48306b468b7d02fd91860e2115c9fce3aed9 +SIZE (XML-Liberal-0.30.tar.gz) = 130082 diff --git a/textproc/p5-XML-Liberal/pkg-plist b/textproc/p5-XML-Liberal/pkg-plist index 2bf28e82d69..e4443a5fc72 100644 --- a/textproc/p5-XML-Liberal/pkg-plist +++ b/textproc/p5-XML-Liberal/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Liberal/.packlist %%SITE_PERL%%/XML/Liberal.pm +%%SITE_PERL%%/XML/Liberal/Error.pm %%SITE_PERL%%/XML/Liberal/LibXML.pm -%%SITE_PERL%%/XML/Liberal/Remedy.pm %%SITE_PERL%%/XML/Liberal/Remedy/ControlCode.pm %%SITE_PERL%%/XML/Liberal/Remedy/Declaration.pm %%SITE_PERL%%/XML/Liberal/Remedy/DeprecatedDTD.pm @@ -9,8 +9,12 @@ %%SITE_PERL%%/XML/Liberal/Remedy/HTMLEntity.pm %%SITE_PERL%%/XML/Liberal/Remedy/InvalidEncoding.pm %%SITE_PERL%%/XML/Liberal/Remedy/LowAsciiChars.pm +%%SITE_PERL%%/XML/Liberal/Remedy/NestedCDATA.pm %%SITE_PERL%%/XML/Liberal/Remedy/NotUTF8.pm %%SITE_PERL%%/XML/Liberal/Remedy/StandaloneAttribute.pm +%%SITE_PERL%%/XML/Liberal/Remedy/TrailingDoctype.pm +%%SITE_PERL%%/XML/Liberal/Remedy/TrailingElements.pm +%%SITE_PERL%%/XML/Liberal/Remedy/UnclosedHTML.pm %%SITE_PERL%%/XML/Liberal/Remedy/UndeclaredNS.pm %%SITE_PERL%%/XML/Liberal/Remedy/UnquotedAttribute.pm %%SITE_PERL%%/XML/Liberal/Remedy/XHTMLEmptyTag.pm |