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/
This commit is contained in:
Alex Dupre 2007-02-09 09:11:09 +00:00
parent 430097dc13
commit 362febc85c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184700
7 changed files with 75 additions and 0 deletions

View File

@ -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

29
net/pear-XML_RPC/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-XML_RPC
# Date created: 7 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-XML_RPC
# Date created: 7 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -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

View File

@ -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/