pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-XML-RPC Import p5-XML-RPC-0.9 as net/p5-XML-RPC.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4dbb5dfaa42e
branches: trunk
changeset: 357619:4dbb5dfaa42e
user: mef <mef%pkgsrc.org@localhost>
date: Tue Jan 24 13:39:42 2017 +0000
description:
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.
diffstat:
net/p5-XML-RPC/DESCR | 3 +++
net/p5-XML-RPC/Makefile | 17 +++++++++++++++++
net/p5-XML-RPC/distinfo | 7 +++++++
net/p5-XML-RPC/patches/patch-make-dist.sh | 15 +++++++++++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 9b73a53eda8f -r 4dbb5dfaa42e net/p5-XML-RPC/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XML-RPC/DESCR Tue Jan 24 13:39:42 2017 +0000
@@ -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.
diff -r 9b73a53eda8f -r 4dbb5dfaa42e net/p5-XML-RPC/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XML-RPC/Makefile Tue Jan 24 13:39:42 2017 +0000
@@ -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@localhost
+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"
diff -r 9b73a53eda8f -r 4dbb5dfaa42e net/p5-XML-RPC/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XML-RPC/distinfo Tue Jan 24 13:39:42 2017 +0000
@@ -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
diff -r 9b73a53eda8f -r 4dbb5dfaa42e net/p5-XML-RPC/patches/patch-make-dist.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XML-RPC/patches/patch-make-dist.sh Tue Jan 24 13:39:42 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index