From owner-svn-ports-head@freebsd.org Fri Oct 2 15:04:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B01C6A0EBEC; Fri, 2 Oct 2015 15:04:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BF21551; Fri, 2 Oct 2015 15:04:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92F4e6T044818; Fri, 2 Oct 2015 15:04:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92F4dqk044813; Fri, 2 Oct 2015 15:04:39 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201510021504.t92F4dqk044813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Oct 2015 15:04:39 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 15:04:40 -0000 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 +# $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 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