aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 04:17:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 04:17:30 +0000
commitf9f6e54419b3e29a296773bdcb2c997d226def26 (patch)
tree731a27c4d73dbe86cc3f666cb54a5efe54958d44 /net
parent649886cced9496017c0d5876b16710c49963ce61 (diff)
downloadports-f9f6e54419b3e29a296773bdcb2c997d226def26.tar.gz
ports-f9f6e54419b3e29a296773bdcb2c997d226def26.zip
Update to 3.25
- Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/XML-Compile-SOAP
Notes
Notes: svn path=/head/; revision=513289
Diffstat (limited to 'net')
-rw-r--r--net/p5-XML-Compile-SOAP/Makefile9
-rw-r--r--net/p5-XML-Compile-SOAP/distinfo6
-rw-r--r--net/p5-XML-Compile-SOAP/pkg-descr18
3 files changed, 16 insertions, 17 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile
index 80fc19b32ff0..df4960a4c83c 100644
--- a/net/p5-XML-Compile-SOAP/Makefile
+++ b/net/p5-XML-Compile-SOAP/Makefile
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= XML-Compile-SOAP
-PORTVERSION= 3.24
+PORTVERSION= 3.25
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base-class for SOAP implementations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-File-Slurp-Tiny>=0:devel/p5-File-Slurp-Tiny \
+RUN_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \
p5-Log-Report>=1.05:devel/p5-Log-Report \
p5-Net-HTTP>=6.16:net/p5-Net-HTTP \
p5-XML-Compile>=1.58:textproc/p5-XML-Compile \
@@ -22,8 +22,9 @@ RUN_DEPENDS= p5-File-Slurp-Tiny>=0:devel/p5-File-Slurp-Tiny \
p5-libwww>=6.08:www/p5-libwww
TEST_DEPENDS= p5-XML-Compile-Tester>=0.90:devel/p5-XML-Compile-Tester
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo
index a6a4adc85a42..b25d34f19249 100644
--- a/net/p5-XML-Compile-SOAP/distinfo
+++ b/net/p5-XML-Compile-SOAP/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520432880
-SHA256 (XML-Compile-SOAP-3.24.tar.gz) = a1b90e3cee51c06bb1f8eabae697c6c2006f362a75534ef3915150610abc6c5e
-SIZE (XML-Compile-SOAP-3.24.tar.gz) = 103114
+TIMESTAMP = 1569809139
+SHA256 (XML-Compile-SOAP-3.25.tar.gz) = 9a9c58d2d4f82650602e9d8f56a6bc90fc3afc42324bed4774080023e8305ed4
+SIZE (XML-Compile-SOAP-3.25.tar.gz) = 103206
diff --git a/net/p5-XML-Compile-SOAP/pkg-descr b/net/p5-XML-Compile-SOAP/pkg-descr
index 844205719221..b10eb649b68b 100644
--- a/net/p5-XML-Compile-SOAP/pkg-descr
+++ b/net/p5-XML-Compile-SOAP/pkg-descr
@@ -1,16 +1,14 @@
-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.
+XML::Compile::SOAP 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 provided
+via the separate distribution XML::Compile::SOAP12.
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.
+ types all out-going and incoming messages. Very easy to use.
+2. RPC style SOAP literal. The body of the message has an extra element wrapper,
+ but the content is also well defined.
3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
-is transported in some ad-hoc way.
+ is constructed in some ad-hoc way.
WWW: https://metacpan.org/release/XML-Compile-SOAP