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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Dec 22 17:10:14 CET 2009


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

Log Message:
-----------
bashdb: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/bashdb/
    csw/mgar/pkg/bashdb/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/bashdb/trunk/Makefile

Deleted: csw/mgar/pkg/bashdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zshdb/trunk/Makefile	2009-12-22 13:52:02 UTC (rev 7709)
+++ csw/mgar/pkg/bashdb/trunk/Makefile	2009-12-22 16:10:13 UTC (rev 7711)
@@ -1,31 +0,0 @@
-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)

Copied: csw/mgar/pkg/bashdb/trunk/Makefile (from rev 7710, csw/mgar/pkg/zshdb/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/bashdb/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/bashdb/trunk/Makefile	2009-12-22 16:10:13 UTC (rev 7711)
@@ -0,0 +1,33 @@
+GARNAME = bashdb
+GARVERSION = 0_gitcurrent
+# PATCHLEVEL = 75eadce
+CATEGORIES = utils
+
+DESCRIPTION = Bash Debugger
+define BLURB
+  This is a port and cleanup of my bash debugger bashdb
+endef
+
+# MASTER_SITES = http://cloud.github.com/downloads/rocky/bashdb/
+GIT_REPOS = git://bashdb.git.sourceforge.net/gitroot/bashdb/bashdb
+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 = CSWbash
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+ARCHALL = 1
+
+include gar/category.mk
+
+post-extract-isa-sparcv8:
+	cd $(WORKSRC) && ./autogen.sh --with-bash=/opt/csw/bin/bash
+	@$(MAKECOOKIE)


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