[csw-devel] SF.net SVN: gar:[3406] csw/mgar/pkg/php5_xdebug

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Feb 23 05:41:13 CET 2009


Revision: 3406
          http://gar.svn.sourceforge.net/gar/?rev=3406&view=rev
Author:   valholla
Date:     2009-02-23 04:41:12 +0000 (Mon, 23 Feb 2009)

Log Message:
-----------
fix directory structure

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

Removed Paths:
-------------
    csw/mgar/pkg/php5_xdebug/Makefile
    csw/mgar/pkg/php5_xdebug/checksums
    csw/mgar/pkg/php5_xdebug/files/

Deleted: csw/mgar/pkg/php5_xdebug/Makefile
===================================================================
--- csw/mgar/pkg/php5_xdebug/Makefile	2009-02-23 04:41:01 UTC (rev 3405)
+++ csw/mgar/pkg/php5_xdebug/Makefile	2009-02-23 04:41:12 UTC (rev 3406)
@@ -1,49 +0,0 @@
-GARNAME = xdebug
-GARVERSION = 2.0.4
-CATEGORIES = lang
-
-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
-
-
-INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
-PHP_PREFIX = $(prefix)/php5
-PHP_BIN = $(PHP_PREFIX)/bin
-
-PHP5ROOT    = $(DESTDIR)/$(PHP_PREFIX)
-STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/
-STRIP_DIRS += $(PHP5ROOT)/bin
-
-
-PACKAGES = CSWphp5xdebug
-
-MASTER_SITES = http://www.xdebug.org/
-SPKG_SOURCEURL = http://www.xdebug.org/files/
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
-
-DISTFILES = $(DISTNAME).tgz
-
-CATALOGNAME_CSWphp5xdebug = php5_xdebug
-SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5
-REQUIRED_PKGS_CSWphp5xdebug = CSWphp5
-
-CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config
-
-post-extract-$(MODULATION):
-	@( cd $(WORKSRC) ; $(PHP_BIN)/phpize )
-	$(DONADA)
-
-# There are no test scripts
-TEST_SCRIPTS =
-
-include gar/category.mk

Deleted: csw/mgar/pkg/php5_xdebug/checksums
===================================================================
--- csw/mgar/pkg/php5_xdebug/checksums	2009-02-23 04:41:01 UTC (rev 3405)
+++ csw/mgar/pkg/php5_xdebug/checksums	2009-02-23 04:41:12 UTC (rev 3406)
@@ -1 +0,0 @@
-2fd6adb30c338d7667b464506fd58eca  download/xdebug-2.0.4.tgz


Property changes on: csw/mgar/pkg/php5_xdebug/trunk
___________________________________________________________________
Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Copied: csw/mgar/pkg/php5_xdebug/trunk/Makefile (from rev 3371, csw/mgar/pkg/php5_xdebug/Makefile)
===================================================================
--- csw/mgar/pkg/php5_xdebug/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5_xdebug/trunk/Makefile	2009-02-23 04:41:12 UTC (rev 3406)
@@ -0,0 +1,49 @@
+GARNAME = xdebug
+GARVERSION = 2.0.4
+CATEGORIES = lang
+
+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
+
+
+INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
+PHP_PREFIX = $(prefix)/php5
+PHP_BIN = $(PHP_PREFIX)/bin
+
+PHP5ROOT    = $(DESTDIR)/$(PHP_PREFIX)
+STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/
+STRIP_DIRS += $(PHP5ROOT)/bin
+
+
+PACKAGES = CSWphp5xdebug
+
+MASTER_SITES = http://www.xdebug.org/
+SPKG_SOURCEURL = http://www.xdebug.org/files/
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+DISTFILES = $(DISTNAME).tgz
+
+CATALOGNAME_CSWphp5xdebug = php5_xdebug
+SPKG_DESC_CSWphp5xdebug = Xdebug Extention for PHP5
+REQUIRED_PKGS_CSWphp5xdebug = CSWphp5
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-php-config=$(PHP_BIN)/php-config
+
+post-extract-$(MODULATION):
+	@( cd $(WORKSRC) ; $(PHP_BIN)/phpize )
+	$(DONADA)
+
+# There are no test scripts
+TEST_SCRIPTS =
+
+include gar/category.mk

Copied: csw/mgar/pkg/php5_xdebug/trunk/checksums (from rev 3371, csw/mgar/pkg/php5_xdebug/checksums)
===================================================================
--- csw/mgar/pkg/php5_xdebug/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/php5_xdebug/trunk/checksums	2009-02-23 04:41:12 UTC (rev 3406)
@@ -0,0 +1 @@
+2fd6adb30c338d7667b464506fd58eca  download/xdebug-2.0.4.tgz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list