pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Stream Initial import of p5-XML-Stream...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b179b3099a5
branches:  trunk
changeset: 461600:7b179b3099a5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 18 08:33:12 2003 +0000

description:
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:

 textproc/p5-XML-Stream/DESCR    |   2 ++
 textproc/p5-XML-Stream/Makefile |  21 +++++++++++++++++++++
 textproc/p5-XML-Stream/PLIST    |   1 +
 textproc/p5-XML-Stream/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 9462b574eb1c -r 7b179b3099a5 textproc/p5-XML-Stream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Stream/DESCR      Thu Sep 18 08:33:12 2003 +0000
@@ -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 -r 9462b574eb1c -r 7b179b3099a5 textproc/p5-XML-Stream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Stream/Makefile   Thu Sep 18 08:33:12 2003 +0000
@@ -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@localhost
+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 -r 9462b574eb1c -r 7b179b3099a5 textproc/p5-XML-Stream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Stream/PLIST      Thu Sep 18 08:33:12 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 08:33:12 xtraeme Exp $
diff -r 9462b574eb1c -r 7b179b3099a5 textproc/p5-XML-Stream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Stream/distinfo   Thu Sep 18 08:33:12 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index