View | Details | Raw Unified | Return to bug 25165
Collapse All | Expand All

(-)p5-XML-Stream/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	XML-Stream
8
PORTNAME=	XML-Stream
9
PORTVERSION=	1.10
9
PORTVERSION=	1.11
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	XML
12
MASTER_SITE_SUBDIR=	XML
Lines 19-24 Link Here
19
PERL_CONFIGURE=	YES
19
PERL_CONFIGURE=	YES
20
20
21
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
21
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
22
MAN3=		XML::Stream.3 XML::Stream::Namespace.3
22
MAN3=		XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Parser.3 XML::Stream::Parser::DTD.3
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)p5-XML-Stream/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70
1
MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a
(-)p5-XML-Stream/pkg-descr (-2 / +5 lines)
Lines 1-12 Link Here
1
XML::Stream v1.10
1
XML::Stream v1.11
2
2
3
This module provides you with access to XML Streams.  An XML Stream
3
This module provides you with access to XML Streams.  An XML Stream
4
is just that.  A stream of XML over a connection between two computers.
4
is just that.  A stream of XML over a connection between two computers.
5
For more information about XML Streams, and the group that created them,
5
For more information about XML Streams, and the group that created them,
6
please visit:
6
please visit:
7
7
8
http://etherx.jabber.org/streams
8
WWW: http://sourceforge.net/projects/xmlstream/
9
9
10
Ryan Eatmon
10
Ryan Eatmon
11
Jabber Perl Team Leader
11
Jabber Perl Team Leader
12
reatmon@jabber.org
12
reatmon@jabber.org
13
14
--
15
Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
(-)p5-XML-Stream/pkg-plist (+3 lines)
Lines 1-6 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm
1
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm
2
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm
2
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm
3
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser.pm
4
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser/DTD.pm
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream
6
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream
7
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream
8
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream
6
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML
9
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML

Return to bug 25165