diff options
-rw-r--r-- | textproc/p5-XML-FeedPP/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-XML-FeedPP/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-FeedPP/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-XML-FeedPP/DESCR b/textproc/p5-XML-FeedPP/DESCR new file mode 100644 index 00000000000..0341045d172 --- /dev/null +++ b/textproc/p5-XML-FeedPP/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module XML::FeedPP is an all-purpose syndication utility +that parses and publishes RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0 +feeds. It allows you to add new content, merge feeds, and convert +among these various formats. It is a pure Perl implementation and +does not require any other module except for XML::TreePP. diff --git a/textproc/p5-XML-FeedPP/Makefile b/textproc/p5-XML-FeedPP/Makefile new file mode 100644 index 00000000000..e8236902283 --- /dev/null +++ b/textproc/p5-XML-FeedPP/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/30 12:23:09 seb Exp $ + +DISTNAME= XML-FeedPP-0.41 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-FeedPP/ +COMMENT= Perl 5 module to parse/write/merge/edit RSS/RDF/Atom syndication feeds +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/XML-FeedPP/.packlist +CHECK_PORTABILITY_SKIP+= make-dist.sh + +DEPENDS+= p5-XML-TreePP>=0.39:../../textproc/p5-XML-TreePP + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-FeedPP/distinfo b/textproc/p5-XML-FeedPP/distinfo new file mode 100644 index 00000000000..bfa62169fb4 --- /dev/null +++ b/textproc/p5-XML-FeedPP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/30 12:23:09 seb Exp $ + +SHA1 (XML-FeedPP-0.41.tar.gz) = 75eab5387e2c739b99cfc53637a2b28a4092dce4 +RMD160 (XML-FeedPP-0.41.tar.gz) = 4c6af03c844deae141f88d374e9aef4188dfb622 +Size (XML-FeedPP-0.41.tar.gz) = 40607 bytes |