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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Dec 22 14:52:02 CET 2009


Revision: 7709
          http://gar.svn.sourceforge.net/gar/?rev=7709&view=rev
Author:   dmichelsen
Date:     2009-12-22 13:52:02 +0000 (Tue, 22 Dec 2009)

Log Message:
-----------
zshdb: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/zshdb/
    csw/mgar/pkg/zshdb/branches/
    csw/mgar/pkg/zshdb/tags/
    csw/mgar/pkg/zshdb/trunk/
    csw/mgar/pkg/zshdb/trunk/Makefile
    csw/mgar/pkg/zshdb/trunk/checksums
    csw/mgar/pkg/zshdb/trunk/files/


Property changes on: csw/mgar/pkg/zshdb/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/zshdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zshdb/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/zshdb/trunk/Makefile	2009-12-22 13:52:02 UTC (rev 7709)
@@ -0,0 +1,31 @@
+GARNAME = zshdb
+GARVERSION = 0_gitcurrent
+# PATCHLEVEL = 75eadce
+CATEGORIES = utils
+
+DESCRIPTION = ZSH Debugger
+define BLURB
+  This is a port and cleanup of my bash debugger bashdb
+endef
+
+# MASTER_SITES = http://cloud.github.com/downloads/rocky/zshdb/
+GIT_REPOS = git://github.com/rocky/zshdb.git
+GIT_USE_PROXY = 1
+# GIT_TREEISH_zshdb.git = $(PATCHLEVEL)
+
+# DISTFILES = $(DISTNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS = CSWzsh
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+post-extract-isa-sparcv8:
+	cd $(WORKSRC) && ./autogen.sh --with-zsh=/opt/csw/bin/zsh
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/zshdb/trunk/checksums
===================================================================
--- csw/mgar/pkg/zshdb/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/zshdb/trunk/checksums	2009-12-22 13:52:02 UTC (rev 7709)
@@ -0,0 +1 @@
+faab06bdb35626033fd795d9c1ccfd41  zshdb-0.04.tar.gz


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