Port details |
- p5-XML-Compile-WSDL11 Create SOAP messages defined by WSDL 1.1
- 3.08 net =2 3.08Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-01-15 16:53:07
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5 www
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/XML-Compile-WSDL11
- Description:
- XML::Compile::WSDL11 understands WSDL version 1.1. An WSDL file defines a set of
messages to be send and received over (SOAP) connections. This involves encoding
of the message to be send into XML, sending the message to the server, collect
the answer, and finally decoding the XML to Perl.
As end-user, you do not have to worry about the complex details of the messages
and the way to exchange them: it's all simple Perl for you. Also, faults are
handled automatically. The only complication you have to worry about is to shape
a nested HASH structure to the sending message structure.
XML::Compile::Schema::template() may help you.
When the definitions are spread over multiple files you will need to use
addWSDL() (wsdl) or importDefinitions() (additional schema's) explicitly.
Usually, interreferences between those files are broken. Often they reference
over networks (you should never trust). So, on purpose you must explicitly load
the files you need from local disk! (of course, it is simple to find one-liners
as work-arounds, but I will to tell you how!)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-Compile-WSDL11>0:net/p5-XML-Compile-WSDL11
- To install the port:
- cd /usr/ports/net/p5-XML-Compile-WSDL11/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-XML-Compile-WSDL11
- pkg install p5-XML-Compile-WSDL11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-Compile-WSDL11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632036992
SHA256 (XML-Compile-WSDL11-3.08.tar.gz) = dd687ccf5083fe98fce1dd18540e1d0175042437a986e33eec105eca248f8d42
SIZE (XML-Compile-WSDL11-3.08.tar.gz) = 25706
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Log-Report>=1.05 : devel/p5-Log-Report
- p5-XML-Compile>=1.48 : textproc/p5-XML-Compile
- p5-XML-Compile-Cache>=1.03 : textproc/p5-XML-Compile-Cache
- p5-XML-Compile-SOAP>=3.23 : net/p5-XML-Compile-SOAP
- p5-XML-Compile-Tester>=0 : devel/p5-XML-Compile-Tester
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Log-Report>=1.05 : devel/p5-Log-Report
- p5-XML-Compile>=1.48 : textproc/p5-XML-Compile
- p5-XML-Compile-Cache>=1.03 : textproc/p5-XML-Compile-Cache
- p5-XML-Compile-SOAP>=3.23 : net/p5-XML-Compile-SOAP
- p5-XML-Compile-Tester>=0 : devel/p5-XML-Compile-Tester
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net/p5-XML-Compile-SOAP-Daemon
- www/p5-Catalyst-Controller-SOAP
- for Run
-
- net/p5-XML-Compile-SOAP-Daemon
- www/p5-Catalyst-Controller-SOAP
Configuration Options:
- No options to configure
- Options name:
- net_p5-XML-Compile-WSDL11
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 16
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.08 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.08 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
3.08 21 Sep 2021 03:44:10 |
Po-Chuan Hsieh (sunpoet) |
net/p5-XML-Compile-WSDL11: Update to 3.08
Changes: https://metacpan.org/dist/XML-Compile-WSDL11/changes |
3.07 20 Jun 2021 11:35:28 |
Po-Chuan Hsieh (sunpoet) |
net/p5-XML-Compile-WSDL11: Cosmetic change |
3.07 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.07 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
3.07 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.07 12 May 2018 23:50:19 |
sunpoet |
Update to 3.07
Changes: http://search.cpan.org/dist/XML-Compile-WSDL11/ChangeLog |
3.06 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.06 12 Jan 2017 20:02:27 |
sunpoet |
Update to 3.06
Changes: http://search.cpan.org/dist/XML-Compile-WSDL11/ChangeLog |
3.05 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.05 20 Mar 2016 18:36:42 |
sunpoet |
- Update to 3.05
Changes: http://search.cpan.org/dist/XML-Compile-WSDL11/ChangeLog |
3.04 16 Oct 2015 13:14:44 |
sunpoet |
- Update to 3.04
Changes: http://search.cpan.org/dist/XML-Compile-WSDL11/ChangeLog |
3.03 29 Jun 2015 13:50:48 |
sunpoet |
- Sort *_DEPENDS
- Add NO_ARCH |
3.03 15 Jan 2015 16:51:51 |
sunpoet |
- Add p5-XML-Compile-WSDL11 3.03
XML::Compile::WSDL11 understands WSDL version 1.1. An WSDL file defines a set of
messages to be send and received over (SOAP) connections. This involves encoding
of the message to be send into XML, sending the message to the server, collect
the answer, and finally decoding the XML to Perl.
As end-user, you do not have to worry about the complex details of the messages
and the way to exchange them: it's all simple Perl for you. Also, faults are
handled automatically. The only complication you have to worry about is to shape
a nested HASH structure to the sending message structure.
XML::Compile::Schema::template() may help you.
When the definitions are spread over multiple files you will need to use
addWSDL() (wsdl) or importDefinitions() (additional schema's) explicitly.
Usually, interreferences between those files are broken. Often they reference
over networks (you should never trust). So, on purpose you must explicitly load
the files you need from local disk! (of course, it is simple to find one-liners
as work-arounds, but I will to tell you how!)
WWW: http://search.cpan.org/dist/XML-Compile-WSDL11/ |
Number of commits found: 16
|