diff options
author | kleink <kleink@pkgsrc.org> | 2006-01-31 21:05:59 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2006-01-31 21:05:59 +0000 |
commit | 4b4a01e16782daed8b8e66ad1e3d927ec7b1e72c (patch) | |
tree | fd4fa011a4a4781529677c4140bdcab592c8e93f /textproc/p5-XML-Atom-SimpleFeed | |
parent | d3ba5341ee10d5ef9e7752a3af701303e22a1cdf (diff) | |
download | pkgsrc-4b4a01e16782daed8b8e66ad1e3d927ec7b1e72c.tar.gz |
Initial import of p5-XML-Atom-SimpleFeed 0.7
This module exists to generate basic Atom syndication feeds. While it does
not provide a full, object-oriented interface into all the nooks and crannies
of Atom feeds, an Atom parser, or an Atom client API, it should be useful for
people who want to generate valid Atom feeds of their content quickly and
easily.
Diffstat (limited to 'textproc/p5-XML-Atom-SimpleFeed')
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Atom-SimpleFeed/DESCR b/textproc/p5-XML-Atom-SimpleFeed/DESCR new file mode 100644 index 00000000000..a997c4aa590 --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/DESCR @@ -0,0 +1,5 @@ +This module exists to generate basic Atom syndication feeds. While it does +not provide a full, object-oriented interface into all the nooks and crannies +of Atom feeds, an Atom parser, or an Atom client API, it should be useful for +people who want to generate valid Atom feeds of their content quickly and +easily. diff --git a/textproc/p5-XML-Atom-SimpleFeed/Makefile b/textproc/p5-XML-Atom-SimpleFeed/Makefile new file mode 100644 index 00000000000..066d4d29b0f --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/31 21:05:59 kleink Exp $ + +DISTNAME= XML-Atom-SimpleFeed-0.7 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xas +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Atom-SimpleFeed/ +COMMENT= Generate simple Atom syndication feeds + +BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple +DEPENDS+= p5-XML-Simple>=2.10:../../textproc/p5-XML-Simple + +PERL5_PACKLIST= auto/XML/Atom/SimpleFeed/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Atom-SimpleFeed/PLIST b/textproc/p5-XML-Atom-SimpleFeed/PLIST new file mode 100644 index 00000000000..c67e255ea83 --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/31 21:05:59 kleink Exp $ diff --git a/textproc/p5-XML-Atom-SimpleFeed/distinfo b/textproc/p5-XML-Atom-SimpleFeed/distinfo new file mode 100644 index 00000000000..e56be35d4be --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/31 21:05:59 kleink Exp $ + +SHA1 (XML-Atom-SimpleFeed-0.7.tar.gz) = 84157fba51d081d5fe206c7f7cf4d72ddebc1412 +RMD160 (XML-Atom-SimpleFeed-0.7.tar.gz) = e88431466b37234a14da3b5febc11830f1552b2f +Size (XML-Atom-SimpleFeed-0.7.tar.gz) = 6784 bytes |