[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/16: gnu: Add XML::Compile::WSDL11.
From: |
Ricardo Wurmus |
Subject: |
13/16: gnu: Add XML::Compile::WSDL11. |
Date: |
Thu, 24 Dec 2015 09:11:17 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 6a9149489860785869cdded60d1cf31278c23098
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 22 22:15:38 2015 +0100
gnu: Add XML::Compile::WSDL11.
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): New variable.
---
gnu/packages/xml.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c534de4..8288869 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -495,6 +495,32 @@ http://www.w3.org/TR/2000/NOTE-SOAP-20000508/}, which is
still most often
used.")
(license (package-license perl))))
+(define-public perl-xml-compile-wsdl11
+ (package
+ (name "perl-xml-compile-wsdl11")
+ (version "3.04")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
+ "XML-Compile-WSDL11-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0pyikwnfwpangvnkf5dbdagy4z93ag9824f1ax5qaibc3ghca8kv"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-log-report" ,perl-log-report)
+ ("perl-xml-compile" ,perl-xml-compile)
+ ("perl-xml-compile-cache" ,perl-xml-compile-cache)
+ ("perl-xml-compile-soap" ,perl-xml-compile-soap)))
+ (home-page "http://search.cpan.org/dist/XML-Compile-WSDL11";)
+ (synopsis "Create SOAP messages defined by WSDL 1.1")
+ (description
+ "This module understands WSDL version 1.1. A 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.")
+ (license (package-license perl))))
+
(define-public pugixml
(package
(name "pugixml")
- 01/16: gnu: Add MIME::Charset., (continued)
- 01/16: gnu: Add MIME::Charset., Ricardo Wurmus, 2015/12/24
- 05/16: gnu: Add Log::Report., Ricardo Wurmus, 2015/12/24
- 03/16: gnu: Add String::Print., Ricardo Wurmus, 2015/12/24
- 04/16: gnu: Add Log::Report::Optional., Ricardo Wurmus, 2015/12/24
- 02/16: gnu: Add Unicode::LineBreak., Ricardo Wurmus, 2015/12/24
- 09/16: gnu: Add File::Slurp::Tiny., Ricardo Wurmus, 2015/12/24
- 07/16: gnu: Add XML::Compile., Ricardo Wurmus, 2015/12/24
- 06/16: gnu: Add XML::Compile::Tester., Ricardo Wurmus, 2015/12/24
- 10/16: gnu: Add XML::LibXML::Simple., Ricardo Wurmus, 2015/12/24
- 11/16: gnu: Add XML::Compile::Cache., Ricardo Wurmus, 2015/12/24
- 13/16: gnu: Add XML::Compile::WSDL11.,
Ricardo Wurmus <=
- 16/16: gnu: lilypond: Update to 2.19.33., Ricardo Wurmus, 2015/12/24
- 15/16: gnu: lilypond: Build info pages with images., Ricardo Wurmus, 2015/12/24
- 14/16: gnu: Add Yoshimi., Ricardo Wurmus, 2015/12/24
- 12/16: gnu: Add XML::Compile::SOAP., Ricardo Wurmus, 2015/12/24
- 08/16: gnu: Add HTML::Template., Ricardo Wurmus, 2015/12/24