pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xdebug: Remove xdebug
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Sat Apr 11 14:19:40 2020 +0800
Changeset: 872b38a22bf709eb484cd3c9bde47705d27f04f0
Modified Files:
Makefile
Removed Files:
xdebug/DESCR
xdebug/MESSAGE
xdebug/Makefile
xdebug/PLIST
xdebug/distinfo
Log Message:
xdebug: Remove xdebug
Newer version exists in pkgsrc as devel/php-xdebug
ok'd by Noud
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=872b38a22bf709eb484cd3c9bde47705d27f04f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
xdebug/DESCR | 16 ----------------
xdebug/MESSAGE | 8 --------
xdebug/Makefile | 35 -----------------------------------
xdebug/PLIST | 2 --
xdebug/distinfo | 5 -----
6 files changed, 67 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index edb029bc96..e407259945 100644
--- 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
index 218b8e49a0..0000000000
--- a/xdebug/DESCR
+++ /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
index 0ad7e0d172..0000000000
--- a/xdebug/MESSAGE
+++ /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
index 1a39e491df..0000000000
--- a/xdebug/Makefile
+++ /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@localhost
-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
index fb42126375..0000000000
--- a/xdebug/PLIST
+++ /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
index c3bf316237..0000000000
--- a/xdebug/distinfo
+++ /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
Home |
Main Index |
Thread Index |
Old Index