# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name bashdb version 4.3-0.91 categories devel maintainers nomaintainer license GPL-2 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 rmd160 5f6b8e6b2abaa55abb64e21371ab7ea20a6bd855 \ sha256 a8d76679d254b9f3195343d593c43004bba77acc284a35f2fa724472f5efceb1 depends_lib port:bash test.run yes test.target check livecheck.type sourceforge