diff options
author | kleink <kleink@pkgsrc.org> | 2006-02-23 20:28:29 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2006-02-23 20:28:29 +0000 |
commit | 2f1bb604634afa8f129a7c9fe65d70b976aaec69 (patch) | |
tree | 2d31090b44dbab53125a41461d2fa68a1793a9c3 | |
parent | 9d781d827e1ce5cf7d40709c15e7417f0fadd7df (diff) | |
download | pkgsrc-2f1bb604634afa8f129a7c9fe65d70b976aaec69.tar.gz |
Initial import of p5-XML-Atom-Stream 0.02.
XML::Atom::Stream is a consumer of AtomStream.
-rw-r--r-- | textproc/p5-XML-Atom-Stream/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Stream/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Stream/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Atom-Stream/DESCR b/textproc/p5-XML-Atom-Stream/DESCR new file mode 100644 index 00000000000..3112c4be590 --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/DESCR @@ -0,0 +1 @@ +XML::Atom::Stream is a consumer of AtomStream. diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile new file mode 100644 index 00000000000..99cd98d9cf2 --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ + +DISTNAME= XML-Atom-Stream-0.02 +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-Stream/ +COMMENT= Client interface for AtomStream + +#really: Test::More >= 0.32 +BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple +DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww +DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX +DEPENDS+= p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees +DEPENDS+= p5-XML-Atom>=0.13:../../textproc/p5-XML-Atom + +PERL5_PACKLIST= auto/XML/Atom/Stream/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Atom-Stream/PLIST b/textproc/p5-XML-Atom-Stream/PLIST new file mode 100644 index 00000000000..f0bead55759 --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ diff --git a/textproc/p5-XML-Atom-Stream/distinfo b/textproc/p5-XML-Atom-Stream/distinfo new file mode 100644 index 00000000000..370a2fee61b --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ + +SHA1 (XML-Atom-Stream-0.02.tar.gz) = 259f1e0247e13c8b8829b57141e79558da835f67 +RMD160 (XML-Atom-Stream-0.02.tar.gz) = 72bc59608d53bb734dd18fbec20b64f35a86fd88 +Size (XML-Atom-Stream-0.02.tar.gz) = 2818 bytes |