[50447] trunk/dports/php/php5-xdebug/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 30 20:12:02 PDT 2009


Revision: 50447
          http://trac.macports.org/changeset/50447
Author:   ryandesign at macports.org
Date:     2009-04-30 20:12:02 -0700 (Thu, 30 Apr 2009)
Log Message:
-----------
php5-xdebug: whitespace changes only

Modified Paths:
--------------
    trunk/dports/php/php5-xdebug/Portfile

Modified: trunk/dports/php/php5-xdebug/Portfile
===================================================================
--- trunk/dports/php/php5-xdebug/Portfile	2009-05-01 03:09:39 UTC (rev 50446)
+++ trunk/dports/php/php5-xdebug/Portfile	2009-05-01 03:12:02 UTC (rev 50447)
@@ -1,34 +1,39 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup  php5extension 1.0
+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 at 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.
+php5extension.setup     xdebug 2.0.3
+php5extension.type      zend
+revision                1
+categories-append       net devel
+platforms               darwin freebsd openbsd
+maintainers             emory.smith at gmail.com openmaintainer
+homepage                http://www.xdebug.org/index.php
+master_sites            http://www.xdebug.org/files/
 
-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
+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     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/"
-
+    set xdebug_docs     "http://www.xdebug.org/docs/"
+    
     ui_msg "
     ***************************************************************************
     * You can get a list of the available configuration settings for xdebug
@@ -41,5 +46,5 @@
     ***************************************************************************"
 }
 
-livecheck.check regex
-livecheck.regex {Xdebug (\d+(\.\d+)*)}
+livecheck.check         regex
+livecheck.regex         {Xdebug (\d+(\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090430/89d523e9/attachment-0001.html>


More information about the macports-changes mailing list