diff options
Diffstat (limited to 'devel/php-dbg2')
-rw-r--r-- | devel/php-dbg2/Makefile | 37 | ||||
-rw-r--r-- | devel/php-dbg2/distinfo | 2 | ||||
-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, 70 deletions
diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile deleted file mode 100644 index 3a0cab42471d..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= rehsack@liwing.de -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 351efa639f3d..000000000000 --- a/devel/php-dbg2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd -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 b49ec0b6ccab..000000000000 --- a/devel/php-dbg2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/dbg.so -@unexec rmdir %D/lib/php/%%PHP_EXT_DIR%% 2>/dev/null || true |