svn commit: r374508 - in head/net: . p5-XMLRPC-Lite
Kurt Jaeger
pi at FreeBSD.org
Thu Dec 11 05:20:24 UTC 2014
Author: pi
Date: Thu Dec 11 05:13:59 2014
New Revision: 374508
URL: https://svnweb.freebsd.org/changeset/ports/374508
QAT: https://qat.redports.org/buildarchive/r374508/
Log:
New port: net/p5-XMLRPC-Lite
XMLRPC::Lite is a collection of Perl modules which provides a simple
interface to the XML-RPC Protocol (XML-RPC) both on client and
server side. Based on SOAP::Lite module, it gives you access to
all features and transports available in that module.
WWW: http://search.cpan.org/dist/XMLRPC-Lite/
PR: 195008
Submitted by: Vick Khera <vivek at khera.org>
Added:
head/net/p5-XMLRPC-Lite/
head/net/p5-XMLRPC-Lite/Makefile (contents, props changed)
head/net/p5-XMLRPC-Lite/distinfo (contents, props changed)
head/net/p5-XMLRPC-Lite/pkg-descr (contents, props changed)
head/net/p5-XMLRPC-Lite/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Dec 11 01:44:00 2014 (r374507)
+++ head/net/Makefile Thu Dec 11 05:13:59 2014 (r374508)
@@ -753,6 +753,7 @@
SUBDIR += p5-XML-Fast
SUBDIR += p5-XML-RPC
SUBDIR += p5-XML-RPC-Fast
+ SUBDIR += p5-XMLRPC-Lite
SUBDIR += p5-XPC
SUBDIR += p5-ZConf
SUBDIR += p5-ZConf-Bookmarks
Added: head/net/p5-XMLRPC-Lite/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-XMLRPC-Lite/Makefile Thu Dec 11 05:13:59 2014 (r374508)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= XMLRPC-Lite
+PORTVERSION= 0.717
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vivek at khera.org
+COMMENT= XMLRPC::Lite - Client and server side XMLRPC implementation
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-SOAP-Lite>=1.11:${PORTSDIR}/net/p5-SOAP-Lite
+
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+CONFIGURE_ARGS= --noprompt
+INSTALL_TARGET= pure_install
+USE_PERL5= configure
+USES= perl5
+NO_ARCH= yes
+
+#pre-install: test
+
+perl_OLD_CMD= .*perl
+
+.include <bsd.port.mk>
Added: head/net/p5-XMLRPC-Lite/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-XMLRPC-Lite/distinfo Thu Dec 11 05:13:59 2014 (r374508)
@@ -0,0 +1,2 @@
+SHA256 (XMLRPC-Lite-0.717.tar.gz) = 3a9fa5f2cb1faf8b7c66b4c386eab35cac6088afc4dbc757d4f77d284dab4524
+SIZE (XMLRPC-Lite-0.717.tar.gz) = 10276
Added: head/net/p5-XMLRPC-Lite/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-XMLRPC-Lite/pkg-descr Thu Dec 11 05:13:59 2014 (r374508)
@@ -0,0 +1,6 @@
+XMLRPC::Lite is a collection of Perl modules which provides a simple interface
+to the XML-RPC Protocol (XML-RPC) both on client and server side. Based on
+SOAP::Lite module, it gives you access to all features and transports
+available in that module.
+
+WWW: http://search.cpan.org/dist/XMLRPC-Lite/
Added: head/net/p5-XMLRPC-Lite/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/p5-XMLRPC-Lite/pkg-plist Thu Dec 11 05:13:59 2014 (r374508)
@@ -0,0 +1,12 @@
+%%PERL5_MAN3%%/Apache::XMLRPC::Lite.3.gz
+%%PERL5_MAN3%%/XMLRPC::Lite.3.gz
+%%PERL5_MAN3%%/XMLRPC::Test.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::HTTP.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::POP3.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::TCP.3.gz
+%%SITE_PERL%%/Apache/XMLRPC/Lite.pm
+%%SITE_PERL%%/XMLRPC/Lite.pm
+%%SITE_PERL%%/XMLRPC/Test.pm
+%%SITE_PERL%%/XMLRPC/Transport/HTTP.pm
+%%SITE_PERL%%/XMLRPC/Transport/POP3.pm
+%%SITE_PERL%%/XMLRPC/Transport/TCP.pm
More information about the svn-ports-all
mailing list