diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-17 15:31:17 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-17 15:31:17 +0000 |
commit | ee960015a00ba95b12f949035c6033233ba8e0b4 (patch) | |
tree | fc91190357626e9061ed54db26d0edc3cea70c05 /textproc/p5-XML-Stream | |
parent | 98b42e149795bf3244f76292bf6132f28496304e (diff) | |
download | FreeBSD-ports-ee960015a00ba95b12f949035c6033233ba8e0b4.zip FreeBSD-ports-ee960015a00ba95b12f949035c6033233ba8e0b4.tar.gz |
Update to version 1.11
PR: 25165
Submitted by: MAINTAINER
Diffstat (limited to 'textproc/p5-XML-Stream')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-plist | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index e94028a..b4e6bd8 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -16,9 +16,9 @@ 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 +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= XML::Stream.3 XML::Stream::Namespace.3 +MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo index 9fced9a..c53afe5 100644 --- a/textproc/p5-XML-Stream/distinfo +++ b/textproc/p5-XML-Stream/distinfo @@ -1 +1 @@ -MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70 +MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a diff --git a/textproc/p5-XML-Stream/pkg-descr b/textproc/p5-XML-Stream/pkg-descr index e8a7772..95b822e 100644 --- a/textproc/p5-XML-Stream/pkg-descr +++ b/textproc/p5-XML-Stream/pkg-descr @@ -1,12 +1,15 @@ -XML::Stream v1.10 +XML::Stream v1.11 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 +WWW: http://sourceforge.net/projects/xmlstream/ Ryan Eatmon Jabber Perl Team Leader reatmon@jabber.org + +-- +Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> diff --git a/textproc/p5-XML-Stream/pkg-plist b/textproc/p5-XML-Stream/pkg-plist index 8f3a516..ca93ec0 100644 --- a/textproc/p5-XML-Stream/pkg-plist +++ b/textproc/p5-XML-Stream/pkg-plist @@ -1,6 +1,9 @@ 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%%/XML/Stream/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser/DTD.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/Parser @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML |