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 EA6457A295 for ; Tue, 24 Jan 2017 13:39:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 64CF88561C; Tue, 24 Jan 2017 13:39:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9FBF85571 for ; Tue, 24 Jan 2017 13:39:42 +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 s0rTJUmQqIDN for ; Tue, 24 Jan 2017 13:39:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C00B84CE7 for ; Tue, 24 Jan 2017 13:39:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67267FBA6; Tue, 24 Jan 2017 13:39:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485265182125960" MIME-Version: 1.0 Date: Tue, 24 Jan 2017 13:39:42 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/p5-XML-RPC To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170124133942.67267FBA6@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. --_----------=_1485265182125960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Jan 24 13:39:42 UTC 2017 Added Files: pkgsrc/net/p5-XML-RPC: DESCR Makefile distinfo pkgsrc/net/p5-XML-RPC/patches: patch-make-dist.sh Log Message: Import p5-XML-RPC-0.9 as net/p5-XML-RPC. XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. Thanks bsiegert@ for suggestion to category. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-XML-RPC/DESCR \ pkgsrc/net/p5-XML-RPC/Makefile pkgsrc/net/p5-XML-RPC/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-XML-RPC/patches/patch-make-dist.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485265182125960 Content-Disposition: inline Content-Length: 2576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/p5-XML-RPC/DESCR diff -u /dev/null pkgsrc/net/p5-XML-RPC/DESCR:1.1 --- /dev/null Tue Jan 24 13:39:42 2017 +++ pkgsrc/net/p5-XML-RPC/DESCR Tue Jan 24 13:39:42 2017 @@ -0,0 +1,3 @@ +XML::RPC module provides simple Pure Perl methods for XML-RPC +communication. It's goals are simplicity and flexibility. XML::RPC uses +XML::TreePP for parsing. Index: pkgsrc/net/p5-XML-RPC/Makefile diff -u /dev/null pkgsrc/net/p5-XML-RPC/Makefile:1.1 --- /dev/null Tue Jan 24 13:39:42 2017 +++ pkgsrc/net/p5-XML-RPC/Makefile Tue Jan 24 13:39:42 2017 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/01/24 13:39:42 mef Exp $ + +DISTNAME= XML-RPC-0.9 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 net +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DA/DAAN/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DA/DAAN/ +COMMENT= Pure Perl implementation for an XML-RPC client and server +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/XML-RPC/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/p5-XML-RPC/distinfo diff -u /dev/null pkgsrc/net/p5-XML-RPC/distinfo:1.1 --- /dev/null Tue Jan 24 13:39:42 2017 +++ pkgsrc/net/p5-XML-RPC/distinfo Tue Jan 24 13:39:42 2017 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2017/01/24 13:39:42 mef Exp $ + +SHA1 (XML-RPC-0.9.tar.gz) = 0d70904c825e8cde1509b2985322feddf2cd2fd0 +RMD160 (XML-RPC-0.9.tar.gz) = 1d00728c9b9a72a5cf8eaeb5360494539026517f +SHA512 (XML-RPC-0.9.tar.gz) = e02be983e2a691563d5b77d6018bbcc41271aeb702e24f8d6f81286e7fc339c44494e1efd47bcc283ee586da1508d1954a9ff1e67d91bf9151b0ab4e393268fc +Size (XML-RPC-0.9.tar.gz) = 4745 bytes +SHA1 (patch-make-dist.sh) = 02c28cbb2bb5d433115c8b71e30ddb0f4cf79c1a Index: pkgsrc/net/p5-XML-RPC/patches/patch-make-dist.sh diff -u /dev/null pkgsrc/net/p5-XML-RPC/patches/patch-make-dist.sh:1.1 --- /dev/null Tue Jan 24 13:39:42 2017 +++ pkgsrc/net/p5-XML-RPC/patches/patch-make-dist.sh Tue Jan 24 13:39:42 2017 @@ -0,0 +1,15 @@ +$NetBSD: patch-make-dist.sh,v 1.1 2017/01/24 13:39:42 mef Exp $ + +ERROR: [check-portability.awk] => Found test ... == ...: + +--- make-dist.sh.orig 2009-01-02 05:42:33.000000000 +0900 ++++ make-dist.sh 2017-01-21 21:49:15.000000000 +0900 +@@ -20,7 +20,7 @@ doit make + doit make disttest + + main=`grep version_from META.yml | cut -f 2 -d :` +-[ "$main" == "" ] && die "version_from is not found in META.yml" ++[ "$main" = "" ] && die "version_from is not found in META.yml" + doit pod2text $main > README + + doit make dist --_----------=_1485265182125960--