aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Stream
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2000-12-12 15:34:16 +0000
committerClive Lin <clive@FreeBSD.org>2000-12-12 15:34:16 +0000
commite8ae5b3323e97df3533ca89bc5749f0953545542 (patch)
tree24920c0492ddef0cec1a440e921caeb62923fbd3 /textproc/p5-XML-Stream
parent2ee0e6e40d8ff3e21745163a5a85e57ef9f55f35 (diff)
downloadports-e8ae5b3323e97df3533ca89bc5749f0953545542.tar.gz
ports-e8ae5b3323e97df3533ca89bc5749f0953545542.zip
XML::Stream provides you with access to XML Stream
and Net::Jabber depends on it. PR: 23246 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Notes
Notes: svn path=/head/; revision=35925
Diffstat (limited to 'textproc/p5-XML-Stream')
-rw-r--r--textproc/p5-XML-Stream/Makefile24
-rw-r--r--textproc/p5-XML-Stream/distinfo1
-rw-r--r--textproc/p5-XML-Stream/pkg-comment1
-rw-r--r--textproc/p5-XML-Stream/pkg-descr12
-rw-r--r--textproc/p5-XML-Stream/pkg-plist5
5 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile
new file mode 100644
index 000000000000..e94028a45180
--- /dev/null
+++ b/textproc/p5-XML-Stream/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-XML-Stream
+# Date created: 28 Augest 2000
+# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Stream
+PORTVERSION= 1.10
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= leeym@cae.ce.ntu.edu.tw
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+PERL_CONFIGURE= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= XML::Stream.3 XML::Stream::Namespace.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo
new file mode 100644
index 000000000000..9fced9adcbfe
--- /dev/null
+++ b/textproc/p5-XML-Stream/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70
diff --git a/textproc/p5-XML-Stream/pkg-comment b/textproc/p5-XML-Stream/pkg-comment
new file mode 100644
index 000000000000..7d96e030f7f9
--- /dev/null
+++ b/textproc/p5-XML-Stream/pkg-comment
@@ -0,0 +1 @@
+XML::Stream provides you with access to XML Stream
diff --git a/textproc/p5-XML-Stream/pkg-descr b/textproc/p5-XML-Stream/pkg-descr
new file mode 100644
index 000000000000..e8a77726aba1
--- /dev/null
+++ b/textproc/p5-XML-Stream/pkg-descr
@@ -0,0 +1,12 @@
+XML::Stream v1.10
+
+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.
+For more information about XML Streams, and the group that created them,
+please visit:
+
+http://etherx.jabber.org/streams
+
+Ryan Eatmon
+Jabber Perl Team Leader
+reatmon@jabber.org
diff --git a/textproc/p5-XML-Stream/pkg-plist b/textproc/p5-XML-Stream/pkg-plist
new file mode 100644
index 000000000000..accccf67e505
--- /dev/null
+++ b/textproc/p5-XML-Stream/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream