pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PHPUnit: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Fri Oct 20 16:43:53 2023 +0200
Changeset:	a7258d496f5882c18255c0a30d47b90ff2534ab4

Modified Files:
	Makefile
Removed Files:
	PHPUnit/DESCR
	PHPUnit/Makefile
	PHPUnit/TODO
	PHPUnit/distinfo
	PHPUnit/options.mk

Log Message:
PHPUnit: remove

broken since at least 2017.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7258d496f5882c18255c0a30d47b90ff2534ab4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 PHPUnit/DESCR      |  2 --
 PHPUnit/Makefile   | 22 ----------------------
 PHPUnit/TODO       |  2 --
 PHPUnit/distinfo   |  4 ----
 PHPUnit/options.mk | 11 -----------
 6 files changed, 42 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b8a69f0700..f3a8037221 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ SUBDIR+=	OpenGLUT
 SUBDIR+=	OpenJK-git
 SUBDIR+=	OpenLara
 SUBDIR+=	OpenTESArena
-SUBDIR+=	PHPUnit
 SUBDIR+=	PPower4
 SUBDIR+=	PatternPaint
 SUBDIR+=	PayloadsAllTheThings
diff --git a/PHPUnit/DESCR b/PHPUnit/DESCR
deleted file mode 100644
index 985e744d22..0000000000
--- a/PHPUnit/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHPUnit is a regression testing framework used by the developer who implements
-unit tests in PHP.
diff --git a/PHPUnit/Makefile b/PHPUnit/Makefile
deleted file mode 100644
index 96eda55888..0000000000
--- a/PHPUnit/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2014/09/27 03:02:25 obache Exp $
-
-DISTNAME=	PHPUnit-3.7.22
-CATEGORIES=	devel
-MASTER_SITES=	http://pear.phpunit.de/get/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.phpunit.de/
-COMMENT=	PHP regression testing framework for unit tests
-LICENSE=	modified-bsd
-
-TOOL_DEPENDS+=	${PHP_PKG_PREFIX}-pear-channel-phpunit-[0-9]*:../../wip/pear-channel-phpunit
-DEPENDS+=	${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
-DEPENDS+=	${PHP_PKG_PREFIX}-pear-PHP_CodeCoverage>=1.2.7:../../wip/pear-PHP_CodeCoverage
-DEPENDS+=	${PHP_PKG_PREFIX}-pear-PHP_Timer>=1.0.4:../../wip/pear-PHP_Timer
-DEPENDS+=	${PHP_PKG_PREFIX}-pear-PHPUnit_MockObject>=1.2.2:../../wip/pear-PHPUnit_MockObject
-DEPENDS+=	${PHP_PKG_PREFIX}-pear-Yaml>=2.0.1:../../wip/pear-Yaml
-
-.include "options.mk"
-
-.include "../../lang/php/pear.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/PHPUnit/TODO b/PHPUnit/TODO
deleted file mode 100644
index b69ed25a9d..0000000000
--- a/PHPUnit/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- This package has known vulnerabilities, please investigate and fix if possible:
-   CVE-2017-9841
diff --git a/PHPUnit/distinfo b/PHPUnit/distinfo
deleted file mode 100644
index a9417e53c8..0000000000
--- a/PHPUnit/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/07/14 12:59:00 noud4 Exp $
-
-RMD160 (pear/PHPUnit-3.7.22.tgz) = 3ff9547dfa6cb2f473790d062c96f0ca2302cdc1
-Size (pear/PHPUnit-3.7.22.tgz) = 116042 bytes
diff --git a/PHPUnit/options.mk b/PHPUnit/options.mk
deleted file mode 100644
index 77d6b3bfbc..0000000000
--- a/PHPUnit/options.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2013/07/14 12:59:00 noud4 Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.pear-PHPUnit
-PKG_SUPPORTED_OPTIONS=	invoker
-PKG_SUGGESTED_OPTIONS=	invoker
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdom)
-DEPENDS+=	${PHP_PKG_PREFIX}-pear-PHP_Invoker>=1.1.2:../../wip/pear-PHP_Invoker
-.endif


Home | Main Index | Thread Index | Old Index