From 1c903b3fac1743faeb4a3531e6b218126d074a13 Mon Sep 17 00:00:00 2001 From: Juan Romero Pardines Date: Fri, 4 Apr 2003 21:19:34 +0000 Subject: [PATCH] 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. --- p5-XML-Stream/DESCR | 2 ++ p5-XML-Stream/Makefile | 21 +++++++++++++++++++++ p5-XML-Stream/PLIST | 1 + p5-XML-Stream/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 p5-XML-Stream/DESCR create mode 100644 p5-XML-Stream/Makefile create mode 100644 p5-XML-Stream/PLIST create mode 100644 p5-XML-Stream/distinfo diff --git a/p5-XML-Stream/DESCR b/p5-XML-Stream/DESCR new file mode 100644 index 0000000000..c894087dd4 --- /dev/null +++ b/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/p5-XML-Stream/Makefile b/p5-XML-Stream/Makefile new file mode 100644 index 0000000000..ade9d50f2b --- /dev/null +++ b/p5-XML-Stream/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 21:19:34 xtraeme Exp $ +# + +DISTNAME= XML-Stream-1.15 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= jrp@hispabsd.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/p5-XML-Stream/PLIST b/p5-XML-Stream/PLIST new file mode 100644 index 0000000000..fbdd5c97fc --- /dev/null +++ b/p5-XML-Stream/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/04 21:19:35 xtraeme Exp $ diff --git a/p5-XML-Stream/distinfo b/p5-XML-Stream/distinfo new file mode 100644 index 0000000000..5d20142278 --- /dev/null +++ b/p5-XML-Stream/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/04 21:19:35 xtraeme Exp $ + +SHA1 (XML-Stream-1.15.tar.gz) = e1e4d5b52baaa07bea365e33f317cdc75d2758e6 +Size (XML-Stream-1.15.tar.gz) = 52997 bytes