diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-11 13:26:06 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-11 13:26:06 +0800 |
commit | 8b9dd7ce058668303f3d051127f8b5db5992801a (patch) | |
tree | c6e9c08106dd78e2a2cad0192d877d2195186b14 /textproc/p5-XML-RSS-Liberal | |
parent | 37049a475bd63794b4129678c626cd453682ee12 (diff) | |
download | freebsd-ports-gnome-8b9dd7ce058668303f3d051127f8b5db5992801a.tar.gz freebsd-ports-gnome-8b9dd7ce058668303f3d051127f8b5db5992801a.tar.zst freebsd-ports-gnome-8b9dd7ce058668303f3d051127f8b5db5992801a.zip |
Add p5-XML-RSS-Liberal 0.01, XML::RSS With A Liberal Parser.
PR: ports/99967
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc/p5-XML-RSS-Liberal')
-rw-r--r-- | textproc/p5-XML-RSS-Liberal/Makefile | 32 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Liberal/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Liberal/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Liberal/pkg-plist | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-Liberal/Makefile b/textproc/p5-XML-RSS-Liberal/Makefile new file mode 100644 index 000000000000..e87102f179c9 --- /dev/null +++ b/textproc/p5-XML-RSS-Liberal/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-XML-RSS-Liberal +# Date created: 2006-07-09 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-RSS-Liberal +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= XML::RSS With A Liberal Parser + +BUILD_DEPENDS= ${SITE_PERL}/XML/Liberal.pm:${PORTSDIR}/textproc/p5-XML-Liberal \ + ${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= XML::RSS::Liberal.3 XML::RSS::Liberal::Parser.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 # inherited from textprocs/p5-XML-RSS-LibXML +IGNORE= requires perl 5.7.3 or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-RSS-Liberal/distinfo b/textproc/p5-XML-RSS-Liberal/distinfo new file mode 100644 index 000000000000..c38f323d55f0 --- /dev/null +++ b/textproc/p5-XML-RSS-Liberal/distinfo @@ -0,0 +1,3 @@ +MD5 (XML-RSS-Liberal-0.01.tar.gz) = e2a1a41e38f464d1bcb19908c099fe4b +SHA256 (XML-RSS-Liberal-0.01.tar.gz) = d16167d484d63996ec6fa09fce17c197eb670cf1e3ede1e6d8a690736b65ce6a +SIZE (XML-RSS-Liberal-0.01.tar.gz) = 2023 diff --git a/textproc/p5-XML-RSS-Liberal/pkg-descr b/textproc/p5-XML-RSS-Liberal/pkg-descr new file mode 100644 index 000000000000..829212e6c056 --- /dev/null +++ b/textproc/p5-XML-RSS-Liberal/pkg-descr @@ -0,0 +1,7 @@ +XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you +who want to parse broken RSS files (as they often are). It uses +XML::Liberal as its core parser, and therefore whatever broken XML you +provided, as long as XML::Liberal can tolerate it. + +Author: Daisuke Maki <dmaki@cpan.org>, Tatsuhiko Miyagawa <miyagawa@bulknews.net> +WWW: http://search.cpan.org/dist/XML-RSS-Liberal/ diff --git a/textproc/p5-XML-RSS-Liberal/pkg-plist b/textproc/p5-XML-RSS-Liberal/pkg-plist new file mode 100644 index 000000000000..91d5ab8adecf --- /dev/null +++ b/textproc/p5-XML-RSS-Liberal/pkg-plist @@ -0,0 +1,4 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/XML/RSS/Liberal.pm +%%SITE_PERL%%/XML/RSS/Liberal/Parser.pm +@dirrmtry %%SITE_PERL%%/XML/RSS/Liberal |