# $Id: Portfile 57601 2009-09-14 01:13:27Z aecollins1@macports.org $

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.target     check

livecheck.type  sourceforge

