Index: head/textproc/p5-XML-RSS-Parser/Makefile =================================================================== --- head/textproc/p5-XML-RSS-Parser/Makefile (revision 97073) +++ head/textproc/p5-XML-RSS-Parser/Makefile (revision 97074) @@ -1,24 +1,30 @@ # New ports collection makefile for: p5-XML-RSS-Parser # Date created: 04 Sep 2003 # Whom: Foxfair Hu # # $FreeBSD$ # PORTNAME= XML-RSS-Parser -PORTVERSION= 0.21 +PORTVERSION= 1.01 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@dragon2.net COMMENT= A liberal parser for RSS Feeds -BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser PERL_CONFIGURE= yes MAN3= XML::RSS::Parser.3 -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include Property changes on: head/textproc/p5-XML-RSS-Parser/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/p5-XML-RSS-Parser/distinfo =================================================================== --- head/textproc/p5-XML-RSS-Parser/distinfo (revision 97073) +++ head/textproc/p5-XML-RSS-Parser/distinfo (revision 97074) @@ -1 +1 @@ -MD5 (XML-RSS-Parser-0.21.tar.gz) = d67b7cf3b18bcc1009b4890f99e5be9f +MD5 (XML-RSS-Parser-1.01.tar.gz) = 8cc8051b5d7562db6f4bd830ea0ef8e3 Property changes on: head/textproc/p5-XML-RSS-Parser/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/p5-XML-RSS-Parser/pkg-descr =================================================================== --- head/textproc/p5-XML-RSS-Parser/pkg-descr (revision 97073) +++ head/textproc/p5-XML-RSS-Parser/pkg-descr (revision 97074) @@ -1,10 +1,9 @@ XML::RSS::Parser is a lightweight liberal parser of RSS feeds that is derived from the XML::Parser::LP module the I developed for mt-rssfeed -- a MovableType plugin. This parser is "liberal" in that it does not demand compliance to a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only requirement is that the file is well-formed XML. The module is leaner then XML::RSS -- the majority of code was for generating RSS files. WWW: http://search.cpan.org/dist/XML-RSS-Parser/ - Property changes on: head/textproc/p5-XML-RSS-Parser/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/p5-XML-RSS-Parser/pkg-plist =================================================================== --- head/textproc/p5-XML-RSS-Parser/pkg-plist (revision 97073) +++ head/textproc/p5-XML-RSS-Parser/pkg-plist (revision 97074) @@ -1,7 +1,11 @@ %%SITE_PERL%%/XML/RSS/Parser.pm +%%SITE_PERL%%/XML/RSS/Parser/Block.pm +%%SITE_PERL%%/XML/RSS/Parser/Feed.pm +%%SITE_PERL%%/XML/RSS/Parser/Element.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/Parser @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@dirrm %%SITE_PERL%%/XML/RSS/Parser @unexec rmdir %D/%%SITE_PERL%%/XML/RSS 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true Property changes on: head/textproc/p5-XML-RSS-Parser/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property