pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-RPC-XML Initial import of p5-RPC-XML 0.59.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a330073c749b
branches:  trunk
changeset: 528520:a330073c749b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 06 13:25:12 2007 +0000

description:
Initial import of p5-RPC-XML 0.59.

The package was originally created by Roman Kulik in pkgsrc-wip. Very
small changes by me.


The RPC::XML package is an implementation of XML-RPC. The module
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.

diffstat:

 net/p5-RPC-XML/DESCR    |   4 ++++
 net/p5-RPC-XML/Makefile |  24 ++++++++++++++++++++++++
 net/p5-RPC-XML/PLIST    |   1 +
 net/p5-RPC-XML/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 342afc726aeb -r a330073c749b net/p5-RPC-XML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RPC-XML/DESCR      Sun May 06 13:25:12 2007 +0000
@@ -0,0 +1,4 @@
+The RPC::XML package is an implementation of XML-RPC. The module
+provides classes for sample client and server implementations, a
+server designed as an Apache location-handler, and a suite of
+data-manipulation classes that are used by them.
diff -r 342afc726aeb -r a330073c749b net/p5-RPC-XML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RPC-XML/Makefile   Sun May 06 13:25:12 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/06 13:25:12 heinz Exp $
+
+DISTNAME=      RPC-XML-0.59
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=RPC/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.blackperl.com/RPC::XML/
+COMMENT=       XML-RPC client and server library for Perl
+
+DEPENDS+=      p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
+DEPENDS+=      p5-PathTools>=0.8:../../devel/p5-PathTools
+DEPENDS+=      p5-libwww>=5.801:../../www/p5-libwww
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_TOOLS+=            gmake
+USE_LANGUAGES=         # empty
+
+PERL5_PACKLIST=                auto/RPC/XML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 342afc726aeb -r a330073c749b net/p5-RPC-XML/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RPC-XML/PLIST      Sun May 06 13:25:12 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/06 13:25:12 heinz Exp $
diff -r 342afc726aeb -r a330073c749b net/p5-RPC-XML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-RPC-XML/distinfo   Sun May 06 13:25:12 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/06 13:25:12 heinz Exp $
+
+SHA1 (RPC-XML-0.59.tar.gz) = cfc04871cf42b903a12df34b6549f5a9c26dde68
+RMD160 (RPC-XML-0.59.tar.gz) = 8ec17c634766c733ff83efd1624709ad904f4683
+Size (RPC-XML-0.59.tar.gz) = 129765 bytes



Home | Main Index | Thread Index | Old Index