pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-XMLRPC-Lite



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan 24 13:45:36 UTC 2017

Added Files:
        pkgsrc/net/p5-XMLRPC-Lite: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-XMLRPC-Lite/DESCR \
    pkgsrc/net/p5-XMLRPC-Lite/Makefile pkgsrc/net/p5-XMLRPC-Lite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/p5-XMLRPC-Lite/DESCR
diff -u /dev/null pkgsrc/net/p5-XMLRPC-Lite/DESCR:1.1
--- /dev/null   Tue Jan 24 13:45:36 2017
+++ pkgsrc/net/p5-XMLRPC-Lite/DESCR     Tue Jan 24 13:45:36 2017
@@ -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.
Index: pkgsrc/net/p5-XMLRPC-Lite/Makefile
diff -u /dev/null pkgsrc/net/p5-XMLRPC-Lite/Makefile:1.1
--- /dev/null   Tue Jan 24 13:45:36 2017
+++ pkgsrc/net/p5-XMLRPC-Lite/Makefile  Tue Jan 24 13:45:36 2017
@@ -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"
Index: pkgsrc/net/p5-XMLRPC-Lite/distinfo
diff -u /dev/null pkgsrc/net/p5-XMLRPC-Lite/distinfo:1.1
--- /dev/null   Tue Jan 24 13:45:36 2017
+++ pkgsrc/net/p5-XMLRPC-Lite/distinfo  Tue Jan 24 13:45:36 2017
@@ -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