From f19113d8652ebb5a860ff22a5fc07a7346769fe3 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 9 Feb 2007 09:11:09 +0000 Subject: Add the PEAR-ified version of Useful Inc's XML-RPC for PHP, since it's not included anymore in base pear installation. It has support for HTTP/HTTPS transport, proxies and authentication. WWW: http://pear.php.net/package/XML_RPC/ --- net/Makefile | 1 + net/pear-XML_RPC/Makefile | 29 +++++++++++++++++++++++++++++ net/pear-XML_RPC/distinfo | 3 +++ net/pear-XML_RPC/pkg-descr | 5 +++++ net/pear-XML_RPC2/Makefile | 29 +++++++++++++++++++++++++++++ net/pear-XML_RPC2/distinfo | 3 +++ net/pear-XML_RPC2/pkg-descr | 5 +++++ 7 files changed, 75 insertions(+) create mode 100644 net/pear-XML_RPC/Makefile create mode 100644 net/pear-XML_RPC/distinfo create mode 100644 net/pear-XML_RPC/pkg-descr create mode 100644 net/pear-XML_RPC2/Makefile create mode 100644 net/pear-XML_RPC2/distinfo create mode 100644 net/pear-XML_RPC2/pkg-descr (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 2367f2b3b86..8a4ccd0aa5b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -579,6 +579,7 @@ SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP + SUBDIR += pear-XML_RPC SUBDIR += pecl-cvsclient SUBDIR += pecl-radius SUBDIR += pecl-yaz diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile new file mode 100644 index 00000000000..e51b87b2c58 --- /dev/null +++ b/net/pear-XML_RPC/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: pear-XML_RPC +# Date created: 7 Feb 2007 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +PORTNAME= XML_RPC +PORTVERSION= 1.5.1 +CATEGORIES= net devel pear + +MAINTAINER= ports@FreeBSD.org +COMMENT= PHP implementation of the XML-RPC protocol + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= XML +FILES= RPC.php RPC/Server.php RPC/Dump.php +TESTS= allgot.inc empty-value-struct.php empty-value.php \ + extra-lines.php protoport.php test_Dump.php types.php + +post-extract: + @${MKDIR} ${WRKSRC}/RPC + @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/net/pear-XML_RPC/distinfo b/net/pear-XML_RPC/distinfo new file mode 100644 index 00000000000..054cbcabdd3 --- /dev/null +++ b/net/pear-XML_RPC/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/XML_RPC-1.5.1.tgz) = 1b516162ad65971b5fd04a7c279627ec +SHA256 (PEAR/XML_RPC-1.5.1.tgz) = a5b517eef799df148d6c85ab19e188715a22c069f4507dcb792e5efb7d0f117e +SIZE (PEAR/XML_RPC-1.5.1.tgz) = 32215 diff --git a/net/pear-XML_RPC/pkg-descr b/net/pear-XML_RPC/pkg-descr new file mode 100644 index 00000000000..2df4a18b393 --- /dev/null +++ b/net/pear-XML_RPC/pkg-descr @@ -0,0 +1,5 @@ +A PEAR-ified version of Useful Inc's XML-RPC for PHP. + +It has support for HTTP/HTTPS transport, proxies and authentication. + +WWW: http://pear.php.net/package/XML_RPC/ diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile new file mode 100644 index 00000000000..e51b87b2c58 --- /dev/null +++ b/net/pear-XML_RPC2/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: pear-XML_RPC +# Date created: 7 Feb 2007 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +PORTNAME= XML_RPC +PORTVERSION= 1.5.1 +CATEGORIES= net devel pear + +MAINTAINER= ports@FreeBSD.org +COMMENT= PHP implementation of the XML-RPC protocol + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= XML +FILES= RPC.php RPC/Server.php RPC/Dump.php +TESTS= allgot.inc empty-value-struct.php empty-value.php \ + extra-lines.php protoport.php test_Dump.php types.php + +post-extract: + @${MKDIR} ${WRKSRC}/RPC + @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/net/pear-XML_RPC2/distinfo b/net/pear-XML_RPC2/distinfo new file mode 100644 index 00000000000..054cbcabdd3 --- /dev/null +++ b/net/pear-XML_RPC2/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/XML_RPC-1.5.1.tgz) = 1b516162ad65971b5fd04a7c279627ec +SHA256 (PEAR/XML_RPC-1.5.1.tgz) = a5b517eef799df148d6c85ab19e188715a22c069f4507dcb792e5efb7d0f117e +SIZE (PEAR/XML_RPC-1.5.1.tgz) = 32215 diff --git a/net/pear-XML_RPC2/pkg-descr b/net/pear-XML_RPC2/pkg-descr new file mode 100644 index 00000000000..2df4a18b393 --- /dev/null +++ b/net/pear-XML_RPC2/pkg-descr @@ -0,0 +1,5 @@ +A PEAR-ified version of Useful Inc's XML-RPC for PHP. + +It has support for HTTP/HTTPS transport, proxies and authentication. + +WWW: http://pear.php.net/package/XML_RPC/ -- cgit