diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 12403c72ddca..64ab0fbb53c9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -72,6 +72,7 @@ SUBDIR += p5-XML-Parser SUBDIR += p5-XML-RSS SUBDIR += p5-XML-Simple + SUBDIR += p5-XML-Stream SUBDIR += par SUBDIR += perl2html SUBDIR += pspell 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 |