xdebug: Remove xdebug
authorTravis Paul <tr@vispaul.me>
Sat, 11 Apr 2020 06:19:40 +0000 (14:19 +0800)
committerTravis Paul <tr@vispaul.me>
Sat, 11 Apr 2020 06:19:40 +0000 (14:19 +0800)
Newer version exists in pkgsrc as devel/php-xdebug
ok'd by Noud

Makefile
xdebug/DESCR [deleted file]
xdebug/MESSAGE [deleted file]
xdebug/Makefile [deleted file]
xdebug/PLIST [deleted file]
xdebug/distinfo [deleted file]

index edb029bc96387d4b7cdea129b6589ffb1a8d435f..e407259945924234a299c04e811336e3f396c8e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5041,7 +5041,6 @@ SUBDIR+=  xbps
 SUBDIR+=       xbsql
 SUBDIR+=       xcb-util-xrm-git
 SUBDIR+=       xchat2-tcl
-SUBDIR+=       xdebug
 SUBDIR+=       xdiskusage
 SUBDIR+=       xebece
 SUBDIR+=       xentools48
diff --git a/xdebug/DESCR b/xdebug/DESCR
deleted file mode 100644 (file)
index 218b8e4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-The Xdebug extension helps you debugging your script by providing
-a lot of valuable debug information.
-The debug information that Xdebug can provide includes the following:
-
-    * stack traces and function traces in error messages with:
-          o full parameter display for user defined functions
-          o function name, file name and line indications
-          o support for member functions
-    * memory allocation
-    * protection for infinite recursions
-
-Xdebug also provides:
-
-    * profiling information for PHP scripts
-    * code coverage analysis
-    * capabilities to debug your scripts interactively with a debug client
diff --git a/xdebug/MESSAGE b/xdebug/MESSAGE
deleted file mode 100644 (file)
index 0ad7e0d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/07/14 11:48:35 noud4 Exp $
-
-To use Xdebug with PHP,
-Be sure to have the following line in ${PREFIX}/etc/php.ini.
-
-zend_extension="${PREFIX}/${PHP_EXTENSION_DIR}/xdebug.so"
-===========================================================================
diff --git a/xdebug/Makefile b/xdebug/Makefile
deleted file mode 100644 (file)
index 1a39e49..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/02/11 21:04:11 noud4 Exp $
-#
-
-DISTNAME=              xdebug-2.2.3
-CATEGORIES=            devel
-MASTER_SITES=          http://xdebug.org/files/
-EXTRACT_SUFX=          .tgz
-
-MAINTAINER=            noud4@users.sourceforge.net
-HOMEPAGE=              https://xdebug.org/
-COMMENT=               PHP extension for debugging
-LICENSE=               php     # XXX based on php
-
-DIST_SUBDIR=           PHP
-
-MODNAME=               xdebug
-USE_TOOLS+=            automake autoconf
-HAS_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --enable-xdebug
-PHPIZE?=               ${BUILDLINK_PREFIX.php}/bin/phpize
-PLIST_SRC+=            ${.CURDIR}/../../lang/php/PLIST.module
-PLIST_SUBST+=          MODNAME=${MODNAME}
-MESSAGE_SUBST+=                PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
-INSTALLATION_DIRS+=    ${PHP_EXTENSION_DIR}
-
-pre-configure:
-       cd ${WRKSRC} && ${PHPIZE}
-
-pre-install:
-       ${INSTALL_LIB} ${WRKSRC}/modules/xdebug.so ${DESTDIR}${PREFIX}/${PHP_EXTENSION_DIR}
-
-.include "../../lang/php/phpversion.mk"
-.include "${PHPPKGSRCDIR}/Makefile.common"
-.include "${PHPPKGSRCDIR}/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xdebug/PLIST b/xdebug/PLIST
deleted file mode 100644 (file)
index fb42126..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/14 11:48:35 noud4 Exp $
-${PHP_EXTENSION_DIR}/xdebug.so
diff --git a/xdebug/distinfo b/xdebug/distinfo
deleted file mode 100644 (file)
index c3bf316..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/12/09 21:20:45 noud4 Exp $
-
-SHA1 (PHP/xdebug-2.2.3.tgz) = 045dee86f69051d7944da594db648b337a97f48a
-RMD160 (PHP/xdebug-2.2.3.tgz) = 582c39c56c6911506f6066b841feb17dc11fa692
-Size (PHP/xdebug-2.2.3.tgz) = 250543 bytes