diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-08 19:07:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-08 19:07:38 +0000 |
commit | 9d2547eb4061c4043afd75bdbbd9594e560cbb74 (patch) | |
tree | b6b3b5fa858b71e4b743bd0cf3ae44ce2fb3a59d /devel/pear-XML_RPC | |
parent | e6d51c6e46a4740de13399f6d62faf936d1dede8 (diff) | |
download | ports-9d2547eb4061c4043afd75bdbbd9594e560cbb74.tar.gz ports-9d2547eb4061c4043afd75bdbbd9594e560cbb74.zip |
Notes
Diffstat (limited to 'devel/pear-XML_RPC')
-rw-r--r-- | devel/pear-XML_RPC/Makefile | 8 | ||||
-rw-r--r-- | devel/pear-XML_RPC/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-XML_RPC/pkg-descr | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/devel/pear-XML_RPC/Makefile b/devel/pear-XML_RPC/Makefile index 904075de84ef..ab88ccae58c2 100644 --- a/devel/pear-XML_RPC/Makefile +++ b/devel/pear-XML_RPC/Makefile @@ -6,21 +6,21 @@ # PORTNAME= XML_RPC -PORTVERSION= 1.1.0 +DISTVERSION= 1.2.0RC1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PHP implementation of the XML-RPC protocol USE_PHP= yes WANT_PHP_PEAR= yes CATEGORY= XML -FILES= RPC.php RPC/Server.php +FILES= RPC.php RPC/Server.php RPC/Dump.php post-extract: @${MKDIR} ${WRKSRC}/RPC - @${MV} ${WRKSRC}/Server.php ${WRKSRC}/RPC + @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-XML_RPC/distinfo b/devel/pear-XML_RPC/distinfo index 164cdc41970f..d3fa92bbf2cb 100644 --- a/devel/pear-XML_RPC/distinfo +++ b/devel/pear-XML_RPC/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/XML_RPC-1.1.0.tgz) = b91aed4f660fa67b9f8de5d41177da31 -SIZE (PEAR/XML_RPC-1.1.0.tgz) = 12596 +MD5 (PEAR/XML_RPC-1.2.0RC1.tgz) = 82dc45d18297cd41d1b373c355fb17f0 +SIZE (PEAR/XML_RPC-1.2.0RC1.tgz) = 14926 diff --git a/devel/pear-XML_RPC/pkg-descr b/devel/pear-XML_RPC/pkg-descr index 1efaac2456a5..9fd124f30ba1 100644 --- a/devel/pear-XML_RPC/pkg-descr +++ b/devel/pear-XML_RPC/pkg-descr @@ -1,8 +1,4 @@ -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. +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 +WWW: http://pear.php.net/package/XML_RPC/ |