Initial import of p5-XML-Stream 1.15.
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.
This commit is contained in:
parent
91c3e11446
commit
1c903b3fac
4 changed files with 28 additions and 0 deletions
2
p5-XML-Stream/DESCR
Normal file
2
p5-XML-Stream/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
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.
|
21
p5-XML-Stream/Makefile
Normal file
21
p5-XML-Stream/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 21:19:34 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Stream-1.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= jrp@hispabsd.org
|
||||
HOMEPAGE= http://sourceforge.net/projects/xmlstream/
|
||||
COMMENT= XML::Stream provides you with access to XML Stream
|
||||
|
||||
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
||||
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Stream/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-XML-Stream/PLIST
Normal file
1
p5-XML-Stream/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/04 21:19:35 xtraeme Exp $
|
4
p5-XML-Stream/distinfo
Normal file
4
p5-XML-Stream/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/04 21:19:35 xtraeme Exp $
|
||||
|
||||
SHA1 (XML-Stream-1.15.tar.gz) = e1e4d5b52baaa07bea365e33f317cdc75d2758e6
|
||||
Size (XML-Stream-1.15.tar.gz) = 52997 bytes
|
Loading…
Reference in a new issue