diff options
Diffstat (limited to 'devel/pecl-xdebug25')
-rw-r--r-- | devel/pecl-xdebug25/Makefile | 26 | ||||
-rw-r--r-- | devel/pecl-xdebug25/distinfo | 3 | ||||
-rw-r--r-- | devel/pecl-xdebug25/files/patch-xdebug__com.c | 10 | ||||
-rw-r--r-- | devel/pecl-xdebug25/files/pkg-message.in | 15 | ||||
-rw-r--r-- | devel/pecl-xdebug25/pkg-descr | 19 |
5 files changed, 0 insertions, 73 deletions
diff --git a/devel/pecl-xdebug25/Makefile b/devel/pecl-xdebug25/Makefile deleted file mode 100644 index 9e212319dd77..000000000000 --- a/devel/pecl-xdebug25/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Jens Rehsack <rehsack@liwing.de> -# $FreeBSD$ - -PORTNAME= xdebug -PORTVERSION= 2.5.5 -PORTREVISION= 1 -CATEGORIES= devel pear -PKGNAMESUFFIX= 25 - -MAINTAINER= pizzamig@FreeBSD.org -COMMENT= Xdebug extension for PHP - -LICENSE= PHP30 -LICENSE_FILE= ${WRKSRC}/LICENSE - -IGNORE_WITH_PHP= 72 73 - -USES= php:pecl,zend - -CONFIGURE_ARGS= --enable-xdebug - -SUB_FILES= pkg-message - -PORTSCOUT= limit=^2\.5\. - -.include <bsd.port.mk> diff --git a/devel/pecl-xdebug25/distinfo b/devel/pecl-xdebug25/distinfo deleted file mode 100644 index ab2cc250b5ed..000000000000 --- a/devel/pecl-xdebug25/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1515538532 -SHA256 (PECL/xdebug-2.5.5.tgz) = 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4 -SIZE (PECL/xdebug-2.5.5.tgz) = 279491 diff --git a/devel/pecl-xdebug25/files/patch-xdebug__com.c b/devel/pecl-xdebug25/files/patch-xdebug__com.c deleted file mode 100644 index 96256283258a..000000000000 --- a/devel/pecl-xdebug25/files/patch-xdebug__com.c +++ /dev/null @@ -1,10 +0,0 @@ ---- xdebug_com.c.orig 2016-12-28 02:42:57 UTC -+++ xdebug_com.c -@@ -26,6 +26,7 @@ - # include <sys/poll.h> - # include <unistd.h> - # include <sys/socket.h> -+# include <netinet/in.h> - # include <netinet/tcp.h> - # include <netdb.h> - #else diff --git a/devel/pecl-xdebug25/files/pkg-message.in b/devel/pecl-xdebug25/files/pkg-message.in deleted file mode 100644 index d3960b2f56f2..000000000000 --- a/devel/pecl-xdebug25/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -***************************************************************************** -The php debugger 'xdebug' has been installed successful. - -It has been automatically enabled. - -xdebug is not compatible with the extension 'Zend Optimizer' - you're only able -to use one of them. So take care having at least the lesser required extension -disabled by commenting out it's loader line in its %%PREFIX%%/etc/php/ext-* file. - -Add following section to enable profiling: - -xdebug.profiler_enable = 1 -xdebug.profiler_output_dir = /tmp/profiler - -***************************************************************************** diff --git a/devel/pecl-xdebug25/pkg-descr b/devel/pecl-xdebug25/pkg-descr deleted file mode 100644 index afbb8bcb4314..000000000000 --- a/devel/pecl-xdebug25/pkg-descr +++ /dev/null @@ -1,19 +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 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 - * script execution analysis - * capabilities to debug your scripts interactively with a debug client - -WWW: https://www.xdebug.org/ -WWW: https://pecl.php.net/package/xdebug |