ports/119421: [NEW PORT] net/p5-XML-Compile-SOAP: Base-class for SOAP implementations

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Mon Jan 7 15:30:04 UTC 2008


>Number:         119421
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-XML-Compile-SOAP: Base-class for SOAP implementations
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 15:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Thu Dec 27 20:38:31 CST 2007
>Description:
This module handles the SOAP protocol. The first implementation is SOAP1.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.

Be aware that there are three kinds of SOAP:

1. Document style (literal) SOAP, where there is a WSDL file which explicitly
types all out-going and incoming messages. Very easy to use. 
2. RPC style SOAP literal. The WSDL file is not explicit about the content of
the messages, but all messages must be schema defined types. 
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
is transported in some ad-hoc way. 

WWW:	http://search.cpan.org/dist/XML-Compile-SOAP/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-XML-Compile-SOAP-0.65.shar begins here ---
# 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 <tjs at cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-Compile-SOAP
XPORTVERSION=	0.65
XCATEGORIES=	net
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs at 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 <bsd.port.mk>
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 at 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 at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/SOAP
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
X at dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11/xsd
X at dirrmtry %%SITE_PERL%%/XML/Compile/WSDL11
X at dirrmtry %%SITE_PERL%%/XML/Compile/Transport
X at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12/xsd
X at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP12
X at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11/xsd
X at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP11
X at dirrmtry %%SITE_PERL%%/XML/Compile/SOAP
X at 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
--- p5-XML-Compile-SOAP-0.65.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list