Index: head/devel/php-xdebug/Makefile =================================================================== --- head/devel/php-xdebug/Makefile (revision 175957) +++ head/devel/php-xdebug/Makefile (revision 175958) @@ -1,34 +1,34 @@ # New ports collection makefile for: xdebug # Date created: Thu Apr 3 12:44:57 GMT 2003 # Whom: Jens Rehsack # # $FreeBSD$ # PORTNAME= xdebug -PORTVERSION= 1.3.2 +DISTVERSION= 2.0.0RC1 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Xdebug extension for PHP USE_PHP= yes USE_PHPIZE= yes CONFIGURE_ARGS= --enable-xdebug --with-php-config=${PREFIX}/bin/php-config CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SUB_LIST= PHP_EXT_DIR=${PHP_EXT_DIR} do-install: @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} @${INSTALL_DATA} ${WRKSRC}/modules/xdebug.so \ ${PREFIX}/lib/php/${PHP_EXT_DIR} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/devel/php-xdebug/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/php-xdebug/distinfo =================================================================== --- head/devel/php-xdebug/distinfo (revision 175957) +++ head/devel/php-xdebug/distinfo (revision 175958) @@ -1,3 +1,3 @@ -MD5 (xdebug-1.3.2.tgz) = bf76f41de570da77ab6db67d2c8cbffe -SHA256 (xdebug-1.3.2.tgz) = f3f9d2e60d1e7a2621f546812195bd164174933252b5752b778450449eb3b9bd -SIZE (xdebug-1.3.2.tgz) = 153629 +MD5 (xdebug-2.0.0RC1.tgz) = a048de3dbb5a16489921f2096b8003e1 +SHA256 (xdebug-2.0.0RC1.tgz) = f3b8a65430f2e727460f8fa1ee9c6b2187befa939f99a10d2cf1fa1042bd42f5 +SIZE (xdebug-2.0.0RC1.tgz) = 252286 Property changes on: head/devel/php-xdebug/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/php-xdebug/pkg-descr =================================================================== --- head/devel/php-xdebug/pkg-descr (revision 175957) +++ head/devel/php-xdebug/pkg-descr (revision 175958) @@ -1,5 +1,18 @@ The Xdebug extension helps you debugging your script by providing a lot of -valuable debug information. Xdebug can be used from inside a script or by -a remote debugger. +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: http://www.xdebug.org/ Property changes on: head/devel/php-xdebug/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property