pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-XMLRPC-Lite Import p5-XMLRPC-Lite-0.717 as net/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa98793b7c0a
branches:  trunk
changeset: 357621:aa98793b7c0a
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jan 24 13:45:36 2017 +0000

description:
Import p5-XMLRPC-Lite-0.717 as net/p5-XMLRPC-Lite.

XMLRPC::Lite is a Perl modules which provides a simple nterface to the
XML-RPC protocol both on client and server side. Based on SOAP::Lite
module, it gives you access to all features and transports available in
that module.

See t/26-xmlrpc.t for client examples and examples/XMLRPC/* for server
implementations.

diffstat:

 net/p5-XMLRPC-Lite/DESCR    |   7 +++++++
 net/p5-XMLRPC-Lite/Makefile |  17 +++++++++++++++++
 net/p5-XMLRPC-Lite/distinfo |   6 ++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r e47b0131fc09 -r aa98793b7c0a net/p5-XMLRPC-Lite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XMLRPC-Lite/DESCR  Tue Jan 24 13:45:36 2017 +0000
@@ -0,0 +1,7 @@
+XMLRPC::Lite is a Perl modules which provides a simple nterface to the
+XML-RPC protocol both on client and server side. Based on SOAP::Lite
+module, it gives you access to all features and transports available in
+that module.
+
+See t/26-xmlrpc.t for client examples and examples/XMLRPC/* for server
+implementations.
diff -r e47b0131fc09 -r aa98793b7c0a net/p5-XMLRPC-Lite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XMLRPC-Lite/Makefile       Tue Jan 24 13:45:36 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/01/24 13:45:36 mef Exp $
+
+DISTNAME=      XMLRPC-Lite-0.717
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/
+COMMENT=       Client and server implementation of XML-RPC protocol
+LICENSE=        ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/XMLRPC-Lite/.packlist
+USE_LANGUAGES=  # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e47b0131fc09 -r aa98793b7c0a net/p5-XMLRPC-Lite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-XMLRPC-Lite/distinfo       Tue Jan 24 13:45:36 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/24 13:45:36 mef Exp $
+
+SHA1 (XMLRPC-Lite-0.717.tar.gz) = a88218bf5b3ad5d25a8d19a249f05d26845eec7a
+RMD160 (XMLRPC-Lite-0.717.tar.gz) = 7f3dac2db73d1b890447a9ac77add9082c1fc74d
+SHA512 (XMLRPC-Lite-0.717.tar.gz) = bce50efb0e7fec81834c1fc2cdc987aed8530b11738c713446f6c2cf2bc503f4d05411f630eb78f4e109fe89eaf9bb835e8e0f069548f19c164ba8b182ab8b24
+Size (XMLRPC-Lite-0.717.tar.gz) = 10276 bytes



Home | Main Index | Thread Index | Old Index