import p5-XML-Stream 1.22
This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. ok simon@
This commit is contained in:
parent
ad6d3d0fe3
commit
38f213d83d
19
textproc/p5-XML-Stream/Makefile
Normal file
19
textproc/p5-XML-Stream/Makefile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/05 14:16:57 jasper Exp $
|
||||||
|
|
||||||
|
COMMENT= creates and XML Stream connection and parses return data
|
||||||
|
|
||||||
|
DISTNAME= XML-Stream-1.22
|
||||||
|
CATEGORIES= textproc
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
|
|
||||||
|
# perl
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
RUN_DEPENDS= ::security/p5-Authen-SASL \
|
||||||
|
::security/p5-IO-Socket-SSL
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
textproc/p5-XML-Stream/distinfo
Normal file
5
textproc/p5-XML-Stream/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (XML-Stream-1.22.tar.gz) = rglAD6wX6upMmxIoPbBogQ==
|
||||||
|
RMD160 (XML-Stream-1.22.tar.gz) = jsG/Gpq1GhdX2RdOpCskpIP4nuM=
|
||||||
|
SHA1 (XML-Stream-1.22.tar.gz) = 47YD7ab+uzL4OA6M/0+TP0EhofA=
|
||||||
|
SHA256 (XML-Stream-1.22.tar.gz) = SqBbUwXf/Gg4YQYESWbVkbC7K2BIB+6zL5jXsO4wxpg=
|
||||||
|
SIZE (XML-Stream-1.22.tar.gz) = 80529
|
3
textproc/p5-XML-Stream/pkg/DESCR
Normal file
3
textproc/p5-XML-Stream/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This module provides the user with methods to connect to a remote
|
||||||
|
server, send a stream of XML to the server, and receive/parse an XML
|
||||||
|
stream from the server.
|
21
textproc/p5-XML-Stream/pkg/PLIST
Normal file
21
textproc/p5-XML-Stream/pkg/PLIST
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/05 14:16:57 jasper Exp $
|
||||||
|
${P5SITE}/XML/
|
||||||
|
${P5SITE}/XML/Stream/
|
||||||
|
${P5SITE}/XML/Stream.pm
|
||||||
|
${P5SITE}/XML/Stream/Namespace.pm
|
||||||
|
${P5SITE}/XML/Stream/Node.pm
|
||||||
|
${P5SITE}/XML/Stream/Parser/
|
||||||
|
${P5SITE}/XML/Stream/Parser.pm
|
||||||
|
${P5SITE}/XML/Stream/Parser/DTD.pm
|
||||||
|
${P5SITE}/XML/Stream/Tree.pm
|
||||||
|
${P5SITE}/XML/Stream/XPath/
|
||||||
|
${P5SITE}/XML/Stream/XPath.pm
|
||||||
|
${P5SITE}/XML/Stream/XPath/Op.pm
|
||||||
|
${P5SITE}/XML/Stream/XPath/Query.pm
|
||||||
|
${P5SITE}/XML/Stream/XPath/Value.pm
|
||||||
|
@man man/man3p/XML::Stream.3p
|
||||||
|
@man man/man3p/XML::Stream::Namespace.3p
|
||||||
|
@man man/man3p/XML::Stream::Node.3p
|
||||||
|
@man man/man3p/XML::Stream::Parser.3p
|
||||||
|
@man man/man3p/XML::Stream::Parser::DTD.3p
|
||||||
|
@man man/man3p/XML::Stream::Tree.3p
|
Loading…
Reference in New Issue
Block a user