aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED2
-rw-r--r--devel/Makefile2
-rw-r--r--devel/pear-PHPUnit/Makefile27
-rw-r--r--devel/pear-PHPUnit/distinfo2
-rw-r--r--devel/pear-PHPUnit/pkg-descr4
-rw-r--r--devel/pear-PHPUnit2/Makefile43
-rw-r--r--devel/pear-PHPUnit2/distinfo2
-rw-r--r--devel/pear-PHPUnit2/pkg-descr5
8 files changed, 2 insertions, 85 deletions
diff --git a/MOVED b/MOVED
index 0bbea8432a03..dec2d4cbd61d 100644
--- a/MOVED
+++ b/MOVED
@@ -5120,3 +5120,5 @@ german/bugzilla|german/bugzilla40|2013-10-17|Reflect PORTNAME
japanese/bugzilla|japanese/bugzilla40|2013-10-17|Reflect PORTNAME
russian/bugzilla|russian/bugzilla40|2013-10-17|Reflect PORTNAME
x11/silo||2013-10-18|Has expired: Upstream has disappeared
+devel/pear-PHPUnit|devel/pear-PHPUnit3|2013-10-18|Removed, EOLed upstream
+devel/pear-PHPUnit2|devel/pear-PHPUnit3|2013-10-18|Removed, EOLed upstream
diff --git a/devel/Makefile b/devel/Makefile
index 33b4a7866fd0..96bedc6a992a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3153,8 +3153,6 @@
SUBDIR += pear-PEAR_PackageFileManager_Plugins
SUBDIR += pear-PHPDoc
SUBDIR += pear-PHPTAL
- SUBDIR += pear-PHPUnit
- SUBDIR += pear-PHPUnit2
SUBDIR += pear-PHPUnit3
SUBDIR += pear-PHPUnit_MockObject
SUBDIR += pear-PHP_ArrayOf
diff --git a/devel/pear-PHPUnit/Makefile b/devel/pear-PHPUnit/Makefile
deleted file mode 100644
index 1b797cec37a4..000000000000
--- a/devel/pear-PHPUnit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Gerrit Beine (<gerrit@beine-computer.de>)
-# $FreeBSD$
-
-PORTNAME= PHPUnit
-PORTVERSION= 1.3.3
-CATEGORIES= devel www pear
-MASTER_SITES= http://pear.phpunit.de/get/
-PKGNAMEPREFIX= pear-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PEAR regression testing framework for unit tests
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
-
-CONFLICTS= pear-PHPUnit-[23]*
-NO_LATEST_LINK= yes
-
-PEAR_CHANNEL= phpunit
-PEAR_AUTOINSTALL= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
diff --git a/devel/pear-PHPUnit/distinfo b/devel/pear-PHPUnit/distinfo
deleted file mode 100644
index 2e29634708c9..000000000000
--- a/devel/pear-PHPUnit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PEAR/PHPUnit-1.3.3.tgz) = d309ce39a6c23158e923fcf458ff15df701d3a1278e490f159dc6f08f2f1f80f
-SIZE (PEAR/PHPUnit-1.3.3.tgz) = 20553
diff --git a/devel/pear-PHPUnit/pkg-descr b/devel/pear-PHPUnit/pkg-descr
deleted file mode 100644
index cb7b9fe341aa..000000000000
--- a/devel/pear-PHPUnit/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-PHPUnit is a regression testing framework used by the developer who implements
-unit tests in PHP. This is the version to be used with PHP 4.
-
-WWW: http://pear.php.net/package/PHPUnit/
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile
deleted file mode 100644
index d6fd10153672..000000000000
--- a/devel/pear-PHPUnit2/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-# $FreeBSD$
-
-PORTNAME= PHPUnit
-PORTVERSION= 2.3.6
-CATEGORIES= devel www pear
-MASTER_SITES= http://pear.phpunit.de/get/
-PKGNAMEPREFIX= pear-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PEAR regression testing framework for unit tests
-
-CONFLICTS= pear-PHPUnit-[13]*
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
-
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit \
- ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark
-
-PEAR_CHANNEL= phpunit
-PEAR_AUTOINSTALL= yes
-
-LATEST_LINK= pear-PHPUnit2
-
-OPTIONS_DEFINE= PEAR_LOG
-PEAR_LOG_DESC= PEAR::Log support
-
-USE_PHP= dom pcre
-
-DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MPEAR_LOG}
-RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-.endif
-
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
diff --git a/devel/pear-PHPUnit2/distinfo b/devel/pear-PHPUnit2/distinfo
deleted file mode 100644
index 4b4f9579ba6a..000000000000
--- a/devel/pear-PHPUnit2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PEAR/PHPUnit-2.3.6.tgz) = 2bb09189cf88d75f8487d4caf583eec7e38e31dea5a5741b44932b1e301a7b41
-SIZE (PEAR/PHPUnit-2.3.6.tgz) = 41548
diff --git a/devel/pear-PHPUnit2/pkg-descr b/devel/pear-PHPUnit2/pkg-descr
deleted file mode 100644
index 2cd6120a72d6..000000000000
--- a/devel/pear-PHPUnit2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-PHPUnit is a regression testing framework used by the developer
-who implements unit tests in PHP. It is based upon JUnit, which
-can be found at http://www.junit.org/.
-
-WWW: http://pear.php.net/package/PHPUnit2/