diff options
author | clive <clive@FreeBSD.org> | 2000-12-12 15:34:16 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2000-12-12 15:34:16 +0000 |
commit | bcc613de9998c71637b1abaf688bf895e7299ae5 (patch) | |
tree | fea77d7e92b93090da51bf712794569f55bbeb41 /textproc/p5-XML-Stream | |
parent | 616488370cb8b0ef7570badfb383f70e9af57df1 (diff) | |
download | FreeBSD-ports-bcc613de9998c71637b1abaf688bf895e7299ae5.zip FreeBSD-ports-bcc613de9998c71637b1abaf688bf895e7299ae5.tar.gz |
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>
Diffstat (limited to 'textproc/p5-XML-Stream')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-descr | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-plist | 5 |
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 0000000..e94028a --- /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 0000000..9fced9a --- /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 0000000..7d96e03 --- /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 0000000..e8a7772 --- /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 0000000..accccf6 --- /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 |