summaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /net/pear-XML_RPC2
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'net/pear-XML_RPC2')
-rw-r--r--net/pear-XML_RPC2/Makefile32
-rw-r--r--net/pear-XML_RPC2/distinfo3
-rw-r--r--net/pear-XML_RPC2/pkg-descr5
3 files changed, 0 insertions, 40 deletions
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile
deleted file mode 100644
index 0185db99486d..000000000000
--- a/net/pear-XML_RPC2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-PORTREVISION= 1
-CATEGORIES= net devel pear
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= PHP implementation of the XML-RPC protocol
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PHP= xml
-
-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>
diff --git a/net/pear-XML_RPC2/distinfo b/net/pear-XML_RPC2/distinfo
deleted file mode 100644
index 054cbcabdd3f..000000000000
--- a/net/pear-XML_RPC2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 2df4a18b393a..000000000000
--- a/net/pear-XML_RPC2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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/