Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2015 15:04:39 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398435 - in head/net: . p5-SOAP-XML-Client
Message-ID:  <201510021504.t92F4dqk044813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Oct  2 15:04:38 2015
New Revision: 398435
URL: https://svnweb.freebsd.org/changeset/ports/398435

Log:
  New port: net/p5-SOAP-XML-Client:
  
  This package is the base class for talking with web services, there are
  specific modules to use depending on the type of service you are calling,
  e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic
  
  WWW: http://search.cpan.org/dist/SOAP-XML-Client/

Added:
  head/net/p5-SOAP-XML-Client/
  head/net/p5-SOAP-XML-Client/Makefile   (contents, props changed)
  head/net/p5-SOAP-XML-Client/distinfo   (contents, props changed)
  head/net/p5-SOAP-XML-Client/pkg-descr   (contents, props changed)
  head/net/p5-SOAP-XML-Client/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Oct  2 14:25:28 2015	(r398434)
+++ head/net/Makefile	Fri Oct  2 15:04:38 2015	(r398435)
@@ -68,6 +68,7 @@
     SUBDIR += chrony
     SUBDIR += citrix_ica
     SUBDIR += clamz
+    SUBDIR += cli53
     SUBDIR += cloud-init
     SUBDIR += clusterit
     SUBDIR += cnd
@@ -757,6 +758,7 @@
     SUBDIR += p5-SOAP-Data-Builder
     SUBDIR += p5-SOAP-Lite
     SUBDIR += p5-SOAP-MySOAP
+    SUBDIR += p5-SOAP-XML-Client
     SUBDIR += p5-Samba-LDAP
     SUBDIR += p5-Server-Starter
     SUBDIR += p5-Socket

Added: head/net/p5-SOAP-XML-Client/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-XML-Client/Makefile	Fri Oct  2 15:04:38 2015	(r398435)
@@ -0,0 +1,29 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	SOAP-XML-Client
+PORTVERSION=	2.8
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Simple frame work for talking with web services
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Carp>0:${PORTSDIR}/devel/p5-Carp \
+		p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-Encode>0:${PORTSDIR}/converters/p5-Encode \
+		p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-SOAP-Data-Builder>0:${PORTSDIR}/net/p5-SOAP-Data-Builder \
+		p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \
+		p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+		p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net/p5-SOAP-XML-Client/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-XML-Client/distinfo	Fri Oct  2 15:04:38 2015	(r398435)
@@ -0,0 +1,2 @@
+SHA256 (SOAP-XML-Client-2.8.tar.gz) = 8dcc2bf326c7d4660e169677bc715b24dba18f4014509d6f3309024cc7f91dd1
+SIZE (SOAP-XML-Client-2.8.tar.gz) = 18591

Added: head/net/p5-SOAP-XML-Client/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-XML-Client/pkg-descr	Fri Oct  2 15:04:38 2015	(r398435)
@@ -0,0 +1,5 @@
+This package is the base class for talking with web services, there are
+specific modules to use depending on the type of service you are calling,
+e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic
+
+WWW: http://search.cpan.org/dist/SOAP-XML-Client/

Added: head/net/p5-SOAP-XML-Client/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-XML-Client/pkg-plist	Fri Oct  2 15:04:38 2015	(r398435)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/SOAP/XML/Client.pm
+%%SITE_PERL%%/SOAP/XML/Client/DotNet.pm
+%%SITE_PERL%%/SOAP/XML/Client/Generic.pm
+%%PERL5_MAN3%%/SOAP::XML::Client.3.gz
+%%PERL5_MAN3%%/SOAP::XML::Client::DotNet.3.gz
+%%PERL5_MAN3%%/SOAP::XML::Client::Generic.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510021504.t92F4dqk044813>