diff options
Diffstat (limited to 'devel/php-dbg2')
| -rw-r--r-- | devel/php-dbg2/Makefile | 37 | ||||
| -rw-r--r-- | devel/php-dbg2/distinfo | 3 | ||||
| -rw-r--r-- | devel/php-dbg2/pkg-descr | 4 | ||||
| -rw-r--r-- | devel/php-dbg2/pkg-message | 25 | ||||
| -rw-r--r-- | devel/php-dbg2/pkg-plist | 2 |
5 files changed, 0 insertions, 71 deletions
diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile deleted file mode 100644 index 443b78e7c92a..000000000000 --- a/devel/php-dbg2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: dbg_php4 -# Date created: Sun Jan 26 20:47:49 GMT 2003 -# Whom: Jens Rehsack <rehsack@liwing.de> -# -# $FreeBSD$ -# - -PORTNAME= dbg -PORTVERSION= 2.11.30 -CATEGORIES= devel -MASTER_SITES= http://dd.cron.ru/dbg/dnld/ -PKGNAMEPREFIX= php- -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Debugger for PHP4 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PHP= yes -USE_PHPIZE= yes -CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler -#CONFIGURE_ENV= with_dbg_trace=1 -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-build: - @${SED} "s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - -do-install: - @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} - @${INSTALL_DATA} ${WRKSRC}/modules/dbg.so \ - ${PREFIX}/lib/php/${PHP_EXT_DIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/php-dbg2/distinfo b/devel/php-dbg2/distinfo deleted file mode 100644 index a7de2aa6fdda..000000000000 --- a/devel/php-dbg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd -SHA256 (dbg-2.11.30-src.tar.gz) = 0727581bbd0e1e7bc17fcac23608878449dacda8c6d3200a964291d19c9c1f9b -SIZE (dbg-2.11.30-src.tar.gz) = 39409 diff --git a/devel/php-dbg2/pkg-descr b/devel/php-dbg2/pkg-descr deleted file mode 100644 index b3e997fbe21d..000000000000 --- a/devel/php-dbg2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The DBG Php Debugger is a comprehensive software tool that helps you -debugging your php scripts. - -WWW: http://dd.cron.ru/dbg/ diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message deleted file mode 100644 index 4dc33b88f56d..000000000000 --- a/devel/php-dbg2/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -***************************************************************************** -This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, -2002 Nusphere Corporation, http://www.nusphere.com/dbg - -The php debugger has been installed successful. -Add a line containing - - extension=dbg.so - -to your %%LOCALBASE%%/etc/php/extensions.ini to load it. -If you have the Zend Optimizer installed, add the line - - zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so - -to your [zend] section in the php.ini file, too. -Add following section to enable/disable whatever you need from the debugger: - - [Debugger] - debugger.enabled=on - debugger.profiler_enabled=on - debugger.enable_session_cookie=on - debugger.JIT_enabled=on - debugger.JIT_port=7869 - -***************************************************************************** diff --git a/devel/php-dbg2/pkg-plist b/devel/php-dbg2/pkg-plist deleted file mode 100644 index ab9d144b978b..000000000000 --- a/devel/php-dbg2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/dbg.so -@dirrmtry lib/php/%%PHP_EXT_DIR%% |
