# $Id: Portfile 50446 2009-05-01 03:09:39Z ryandesign@macports.org $ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup xdebug 2.0.3 php5extension.type zend revision 1 categories-append net devel platforms darwin freebsd openbsd maintainers emory.smith@gmail.com openmaintainer homepage http://www.xdebug.org/index.php 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. master_sites http://www.xdebug.org/files/ checksums md5 0735584168c8c9f111252128d0076d7c \ sha1 fb172b0a48203759facd499f6825527c6112e275 \ rmd160 e34dc1cb9c86d59bad18f8ef39c15f540c99f183 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+)*)}