diff options
author | ale <ale@FreeBSD.org> | 2004-02-25 07:40:39 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-25 07:40:39 +0800 |
commit | 5880af228583d56986f07c3c3b6cef8a706face3 (patch) | |
tree | a46afb17604f06806da2691da4f36524423ce800 /devel/pear-XML_RPC | |
parent | ebb23eab20b9c4ac3a90d126c97d84bd52cfa8ff (diff) | |
download | freebsd-ports-gnome-5880af228583d56986f07c3c3b6cef8a706face3.tar.gz freebsd-ports-gnome-5880af228583d56986f07c3c3b6cef8a706face3.tar.zst freebsd-ports-gnome-5880af228583d56986f07c3c3b6cef8a706face3.zip |
Add pear-XML_RPC 1.0.4, a PHP implementation of the XML-RPC protocol.
PR: ports/63151
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/pear-XML_RPC')
-rw-r--r-- | devel/pear-XML_RPC/Makefile | 27 | ||||
-rw-r--r-- | devel/pear-XML_RPC/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-XML_RPC/pkg-descr | 8 |
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/pear-XML_RPC/Makefile b/devel/pear-XML_RPC/Makefile new file mode 100644 index 000000000000..efd1e397b2c7 --- /dev/null +++ b/devel/pear-XML_RPC/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pear-XML_RPC +# Date created: 4 October 2003 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= XML_RPC +PORTVERSION= 1.0.4 +CATEGORIES= devel www pear + +MAINTAINER= ports@FreeBSD.org +COMMENT= PHP implementation of the XML-RPC protocol + +USE_PHP= yes +WANT_PHP_PEAR= yes + +CATEGORY= XML +FILES= RPC.php RPC/Server.php + +post-extract: + @${MKDIR} ${WRKSRC}/RPC + @${MV} ${WRKSRC}/Server.php ${WRKSRC}/RPC + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/devel/pear-XML_RPC/distinfo b/devel/pear-XML_RPC/distinfo new file mode 100644 index 000000000000..b8dddd654269 --- /dev/null +++ b/devel/pear-XML_RPC/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/XML_RPC-1.0.4.tgz) = 33cefbc8a78ae111ea122a5581a6167f +SIZE (PEAR/XML_RPC-1.0.4.tgz) = 11991 diff --git a/devel/pear-XML_RPC/pkg-descr b/devel/pear-XML_RPC/pkg-descr new file mode 100644 index 000000000000..1efaac2456a5 --- /dev/null +++ b/devel/pear-XML_RPC/pkg-descr @@ -0,0 +1,8 @@ +XML-RPC is a spec and a set of implementations that allow software running +on disparate operating systems, running in different environments to make +procedure calls over the Internet. + +And this is a PEAR-ified version of useful inc's XML-RPC for PHP. +It has support for HTTP transport, proxies and authentication. + +WWW: http://pear.php.net/package/XML_RPC |