# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup xdebug 2.0.4 php5extension.type zend categories-append net devel platforms darwin freebsd openbsd maintainers gmail.com:emory.smith openmaintainer homepage http://www.xdebug.org/index.php master_sites http://www.xdebug.org/files/ description php5 extension for php debugging long_description Xdebug is a php extension that helps you debug your \ scripts. It provides valuable debug information, \ including error stack traces and memory allocation \ summaries. It can generate profiling information \ about your php scripts, to be used for script \ execution analysis and optimization. It also supports \ debugging interactively using the dbg debug client. checksums md5 2fd6adb30c338d7667b464506fd58eca \ sha1 6a6d8c9e8c84a8371fd7528b39d7960d936f6000 \ rmd160 56c5484d2453d49ce346d7160d90169ec88bf405 extract.suffix .tgz configure.args --enable-xdebug \ --with-php-config=${prefix}/bin/php-config post-install { set xdebug_docs "http://www.xdebug.org/docs/" ui_msg " *************************************************************************** * You can get a list of the available configuration settings for xdebug * with the following command: * * % php --ri xdebug * * For more information and details about configuration settings, see * ${xdebug_docs} ***************************************************************************" } livecheck.check regex livecheck.regex {Xdebug (\d+(\.\d+)*)}