diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-18 08:33:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-18 08:33:12 +0000 |
commit | 571d5d74ce5211b8028ffd7004cfd415949fbb1b (patch) | |
tree | 39f9c2af1131c49a2c070edd8749386e661909da /textproc/p5-XML-Stream | |
parent | dd69ac528823d05ad0cf88ff7f1715fac1376742 (diff) | |
download | pkgsrc-571d5d74ce5211b8028ffd7004cfd415949fbb1b.tar.gz |
Initial import of p5-XML-Stream 1.15.
This module provides you with access to XML Streams. An XML Stream
is just that. A stream of XML over a connection between two computers.
Package imported from pkgsrc-wip.
Diffstat (limited to 'textproc/p5-XML-Stream')
-rw-r--r-- | textproc/p5-XML-Stream/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-XML-Stream/DESCR b/textproc/p5-XML-Stream/DESCR new file mode 100644 index 00000000000..c894087dd45 --- /dev/null +++ b/textproc/p5-XML-Stream/DESCR @@ -0,0 +1,2 @@ +This module provides you with access to XML Streams. An XML Stream +is just that. A stream of XML over a connection between two computers. diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile new file mode 100644 index 00000000000..bba69f38b57 --- /dev/null +++ b/textproc/p5-XML-Stream/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 08:33:12 xtraeme Exp $ +# + +DISTNAME= XML-Stream-1.15 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/xmlstream/ +COMMENT= XML::Stream provides you with access to XML Stream + +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String + +USE_BUILDLINK2= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Stream/.packlist + +.include "../../lang/perl5/module.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Stream/PLIST b/textproc/p5-XML-Stream/PLIST new file mode 100644 index 00000000000..5ccbd82081a --- /dev/null +++ b/textproc/p5-XML-Stream/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 08:33:12 xtraeme Exp $ diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo new file mode 100644 index 00000000000..e3e29edd1b1 --- /dev/null +++ b/textproc/p5-XML-Stream/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/18 08:33:12 xtraeme Exp $ + +SHA1 (XML-Stream-1.15.tar.gz) = e1e4d5b52baaa07bea365e33f317cdc75d2758e6 +Size (XML-Stream-1.15.tar.gz) = 52997 bytes |