Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 23E9C7A328 for ; Wed, 23 Nov 2016 09:23:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C29D0855D2; Wed, 23 Nov 2016 09:23:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51251855B2 for ; Wed, 23 Nov 2016 09:23:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id N_NNGosJDkpC for ; Wed, 23 Nov 2016 09:23:37 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B7FA784C86 for ; Wed, 23 Nov 2016 09:23:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9960FBA6; Wed, 23 Nov 2016 09:23:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479893017119480" MIME-Version: 1.0 Date: Wed, 23 Nov 2016 09:23:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-XML-Compile-SOAP To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161123092337.A9960FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479893017119480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 23 09:23:37 UTC 2016 Added Files: pkgsrc/textproc/p5-XML-Compile-SOAP: DESCR Makefile distinfo Log Message: Import p5-XML-Compile-SOAP-3.20 as textproc/p5-XML-Compile-SOAP. This perl module handles the SOAP protocol. The first implementation is SOAP1.1, which is still most often used. The SOAP1.2 definition is provided via the separate distribution XML::Compile::SOAP12. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-XML-Compile-SOAP/DESCR \ pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile \ pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479893017119480 Content-Disposition: inline Content-Length: 2302 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/p5-XML-Compile-SOAP/DESCR diff -u /dev/null pkgsrc/textproc/p5-XML-Compile-SOAP/DESCR:1.1 --- /dev/null Wed Nov 23 09:23:37 2016 +++ pkgsrc/textproc/p5-XML-Compile-SOAP/DESCR Wed Nov 23 09:23:37 2016 @@ -0,0 +1,3 @@ +This perl module handles the SOAP protocol. The first implementation +is SOAP1.1, which is still most often used. The SOAP1.2 definition +is provided via the separate distribution XML::Compile::SOAP12. Index: pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile diff -u /dev/null pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile:1.1 --- /dev/null Wed Nov 23 09:23:37 2016 +++ pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile Wed Nov 23 09:23:37 2016 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2016/11/23 09:23:37 wiz Exp $ + +DISTNAME= XML-Compile-SOAP-3.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Compile-SOAP/ +COMMENT= SOAP 1.1 implementation for perl +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Log-Report-[0-9]*:../../devel/p5-Log-Report +DEPENDS+= p5-XML-Compile-[0-9]*:../../textproc/p5-XML-Compile +DEPENDS+= p5-XML-Compile-Cache-[0-9]*:../../textproc/p5-XML-Compile-Cache +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester + +PERL5_PACKLIST= auto/XML/Compile/SOAP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo diff -u /dev/null pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo:1.1 --- /dev/null Wed Nov 23 09:23:37 2016 +++ pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo Wed Nov 23 09:23:37 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/11/23 09:23:37 wiz Exp $ + +SHA1 (XML-Compile-SOAP-3.20.tar.gz) = d5454868d2e0db52250808e443a63255f482ae3f +RMD160 (XML-Compile-SOAP-3.20.tar.gz) = 7aad43b6aa7d4a27e03f21a02e021dcb96f62328 +SHA512 (XML-Compile-SOAP-3.20.tar.gz) = 72f322fed07f8d4d82002975924c7774934b8f1b199f3f197113a00f48a42e0723b7e2af0219a26b842f49bb691f8aa9280a5d9dfda2e38f8fc6820331172ff5 +Size (XML-Compile-SOAP-3.20.tar.gz) = 100249 bytes --_----------=_1479893017119480--