[57573] trunk/dports/devel

aecollins1 at macports.org aecollins1 at macports.org
Sun Sep 13 04:45:16 PDT 2009


Revision: 57573
          http://trac.macports.org/changeset/57573
Author:   aecollins1 at macports.org
Date:     2009-09-13 04:45:11 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
New port: bashdb, a GDB-like debugger for BASH scripts (version 4.0-0.3)

Added Paths:
-----------
    trunk/dports/devel/bashdb/
    trunk/dports/devel/bashdb/Portfile

Added: trunk/dports/devel/bashdb/Portfile
===================================================================
--- trunk/dports/devel/bashdb/Portfile	                        (rev 0)
+++ trunk/dports/devel/bashdb/Portfile	2009-09-13 11:45:11 UTC (rev 57573)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem      1.0
+
+name            bashdb
+version         4.0-0.3
+categories      devel
+maintainers     aecollins1
+description     Debugger for scripts written in BASH
+
+long_description \
+    bashdb is a script debugger for BASH that follows the GNU Project Debugger \
+    (GDB) command syntax. bashdb can run your script, stop it on specified \
+    conditions, help you examine what has happened when it has stopped, and \
+    allow you to modify parts of your script so that you can experiment with \
+    your code and fix problems once they are identified.
+
+homepage        http://bashdb.sourceforge.net/
+platforms       darwin
+
+master_sites    sourceforge
+
+checksums       md5     5fe0cc94a24fefd52f5ec6887ab49e04 \
+                sha1    23cf668fe4f303849442f0edb7137bb62b2d1daf \
+                rmd160  30a2431c67987453f253ee721a02ab8d4818f029
+                
+test.run        yes
+test.cmd        make check
+
+livecheck.type  sourceforge
+


Property changes on: trunk/dports/devel/bashdb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/08d8b895/attachment.html>


More information about the macports-changes mailing list