# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-XML-Compile-SOAP # p5-XML-Compile-SOAP/pkg-descr # p5-XML-Compile-SOAP/Makefile # p5-XML-Compile-SOAP/pkg-plist # p5-XML-Compile-SOAP/distinfo # echo c - p5-XML-Compile-SOAP mkdir -p p5-XML-Compile-SOAP > /dev/null 2>&1 echo x - p5-XML-Compile-SOAP/pkg-descr sed 's/^X//' >p5-XML-Compile-SOAP/pkg-descr << 'END-of-p5-XML-Compile-SOAP/pkg-descr' XThis module handles the SOAP protocol. The first implementation is SOAP1.1 X(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often Xused. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite Xdifferent; this module tries to define a sufficiently abstract interface to Xhide the protocol differences. X XBe aware that there are three kinds of SOAP: X X1. Document style (literal) SOAP, where there is a WSDL file which explicitly Xtypes all out-going and incoming messages. Very easy to use. X2. RPC style SOAP literal. The WSDL file is not explicit about the content of Xthe messages, but all messages must be schema defined types. X3. RPC style SOAP encoded. The sent data is nowhere described formally. The data Xis transported in some ad-hoc way. X XWWW: http://search.cpan.org/dist/XML-Compile-SOAP/ END-of-p5-XML-Compile-SOAP/pkg-descr echo x - p5-XML-Compile-SOAP/Makefile sed 's/^X//' >p5-XML-Compile-SOAP/Makefile << 'END-of-p5-XML-Compile-SOAP/Makefile' X# New ports collection makefile for: p5-XML-Compile-SOAP X# Date created: 2008-01-07 X# Whom: Jin-Shan Tseng X# X# $FreeBSD$ X# X XPORTNAME= XML-Compile-SOAP XPORTVERSION= 0.65 XCATEGORIES= net XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= Base-class for SOAP implementations X XRUN_DEPENDS= p5-XML-Compile>=0.61:${PORTSDIR}/textproc/p5-XML-Compile \ X p5-Log-Report>=0.11:${PORTSDIR}/devel/p5-Log-Report \ X ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= 5.8.0+ X XMAN3= XML::Compile::SOAP.3 \ X XML::Compile::SOAP11.3 XML::Compile::SOAP11::Client.3 \ X XML::Compile::SOAP11::Server.3 XML::Compile::SOAP12.3 \ X XML::Compile::SOAP12::Client.3 XML::Compile::SOAP12::Server.3 \ X XML::Compile::SOAP::Client.3 XML::Compile::SOAP::Encoding.3 \ X XML::Compile::SOAP::Server.3 XML::Compile::SOAP::Tester.3 \ X XML::Compile::SOAP::Util.3 XML::Compile::Transport.3 \ X XML::Compile::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3 \ X XML::Compile::WSDL11::Operation.3 X X.include END-of-p5-XML-Compile-SOAP/Makefile echo x - p5-XML-Compile-SOAP/pkg-plist sed 's/^X//' >p5-XML-Compile-SOAP/pkg-plist << 'END-of-p5-XML-Compile-SOAP/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP/.packlist X%%SITE_PERL%%/XML/Compile/SOAP.pm X%%SITE_PERL%%/XML/Compile/SOAP.pod X%%SITE_PERL%%/XML/Compile/SOAP/Client.pm X%%SITE_PERL%%/XML/Compile/SOAP/Client.pod X%%SITE_PERL%%/XML/Compile/SOAP/Encoding.pm X%%SITE_PERL%%/XML/Compile/SOAP/Encoding.pod X%%SITE_PERL%%/XML/Compile/SOAP/Server.pm X%%SITE_PERL%%/XML/Compile/SOAP/Server.pod X%%SITE_PERL%%/XML/Compile/SOAP/Tester.pm X%%SITE_PERL%%/XML/Compile/SOAP/Tester.pod X%%SITE_PERL%%/XML/Compile/SOAP/Util.pm X%%SITE_PERL%%/XML/Compile/SOAP/Util.pod X%%SITE_PERL%%/XML/Compile/SOAP11.pm X%%SITE_PERL%%/XML/Compile/SOAP11.pod X%%SITE_PERL%%/XML/Compile/SOAP11/Client.pm X%%SITE_PERL%%/XML/Compile/SOAP11/Client.pod X%%SITE_PERL%%/XML/Compile/SOAP11/Server.pm X%%SITE_PERL%%/XML/Compile/SOAP11/Server.pod X%%SITE_PERL%%/XML/Compile/SOAP11/xsd/soap-encoding.xsd X%%SITE_PERL%%/XML/Compile/SOAP11/xsd/soap-envelope.xsd X%%SITE_PERL%%/XML/Compile/SOAP12.pm X%%SITE_PERL%%/XML/Compile/SOAP12.pod X%%SITE_PERL%%/XML/Compile/SOAP12/Client.pm X%%SITE_PERL%%/XML/Compile/SOAP12/Client.pod X%%SITE_PERL%%/XML/Compile/SOAP12/Server.pm X%%SITE_PERL%%/XML/Compile/SOAP12/Server.pod X%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-encoding.xsd X%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-envelope.xsd X%%SITE_PERL%%/XML/Compile/SOAP12/xsd/2003-soap-rpc.xsd X%%SITE_PERL%%/XML/Compile/Transport.pm X%%SITE_PERL%%/XML/Compile/Transport.pod X%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP.pm X%%SITE_PERL%%/XML/Compile/Transport/SOAPHTTP.pod X%%SITE_PERL%%/XML/Compile/WSDL11.pm X%%SITE_PERL%%/XML/Compile/WSDL11.pod X%%SITE_PERL%%/XML/Compile/WSDL11/Operation.pm X%%SITE_PERL%%/XML/Compile/WSDL11/Operation.pod X%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-http.xsd X%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-mime.xsd X%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-soap.xsd X%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl-soap12.xsd X%%SITE_PERL%%/XML/Compile/WSDL11/xsd/wsdl.xsd X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile X@dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11/xsd X@dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11 X@dirrmtry %%SITE_PERL%%/XML/Compile/Transport X@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12/xsd X@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12 X@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11/xsd X@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11 X@dirrmtry %%SITE_PERL%%/XML/Compile/SOAP X@dirrmtry %%SITE_PERL%%/XML/Compile END-of-p5-XML-Compile-SOAP/pkg-plist echo x - p5-XML-Compile-SOAP/distinfo sed 's/^X//' >p5-XML-Compile-SOAP/distinfo << 'END-of-p5-XML-Compile-SOAP/distinfo' XMD5 (XML-Compile-SOAP-0.65.tar.gz) = 8d7dd026204003994a7a11913d9ea155 XSHA256 (XML-Compile-SOAP-0.65.tar.gz) = cf383521dceb25eef144018e759c2a07d729279c2f928646a6dda2e3bd51eced XSIZE (XML-Compile-SOAP-0.65.tar.gz) = 85322 END-of-p5-XML-Compile-SOAP/distinfo exit