Revision: 3150
          http://gar.svn.sourceforge.net/gar/?rev=3150&view=rev
Author:   valholla
Date:     2009-02-17 20:22:18 +0000 (Tue, 17 Feb 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/php5_xdebug/
    csw/mgar/pkg/php5_xdebug/Makefile
    csw/mgar/pkg/php5_xdebug/files/

Added: csw/mgar/pkg/php5_xdebug/Makefile
===================================================================
--- csw/mgar/pkg/php5_xdebug/Makefile                           (rev 0)
+++ csw/mgar/pkg/php5_xdebug/Makefile   2009-02-17 20:22:18 UTC (rev 3150)
@@ -0,0 +1,25 @@
+GARNAME = xdebug
+GARVERSION = 2.0.4
+CATEGORIES = application
+
+DESCRIPTION = Xdebug Extention for PHP
+define BLURB
+The Xdebug extension helps you debugging your script by providing a lot of 
valuable debug information. The debug information that Xdebug can provide 
includes the following:
+
+    * stack traces 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
+endef
+
+MASTER_SITES = http://www.xdebug.org/
+SPKG_SOURCEURL = http://www.xdebug.org/files/
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+post-extract:
+       @( cd $(WORKSRC) ; phpize )
+       $(DONADA)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to