diff options
author | seb <seb@pkgsrc.org> | 2010-07-30 12:23:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-30 12:23:09 +0000 |
commit | 0a5c0c566c1c016d3d7696470a4139123db2ea11 (patch) | |
tree | 73fc3a02d8495942ba5a7b5143e076a41e1a0cb5 /textproc/p5-XML-FeedPP | |
parent | 49f8ad5ff868eb8dd1945f58728d7f8edc84cdcb (diff) | |
download | pkgsrc-0a5c0c566c1c016d3d7696470a4139123db2ea11.tar.gz |
Initial import of p5-XML-FeedPP version 0.41 in the NetBSD Packages
Collection.
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.
Diffstat (limited to 'textproc/p5-XML-FeedPP')
-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 |