mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Upgrade to 1.2.0 RC1;
- take maintainership. PR: 75752 Submitted by: Antonio Carlos Venancio Junior
This commit is contained in:
parent
e6d51c6e46
commit
9d2547eb40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125861
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user