The Bash Debugger Project contains patched sources to BASH that enable better
debugging support as well as improved error reporting.
This commit is contained in:
parent
0c92aa40c7
commit
5b18ec17a6
4 changed files with 59 additions and 0 deletions
4
bashdb/DESCR
Normal file
4
bashdb/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Bash Debugger Project contains patched sources to BASH that enable better
|
||||
debugging support as well as improved error reporting. In addition, this
|
||||
project contains the most comprehensive source-code debugger for bash that
|
||||
has been written.
|
23
bashdb/Makefile
Normal file
23
bashdb/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 17:34:14 splitscreen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bashdb-3.1-0.06
|
||||
PKGNAME= bashdb-3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bashdb/}
|
||||
|
||||
MAINTAINER= splitscreen@users.sourceforg.net
|
||||
HOMEPAGE= http://easynews.dl.sourceforge.net/sourceforge/bashdb/
|
||||
COMMENT= The Bash debugger project
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_LANGUAGES+= c++
|
||||
USE_LANGUAGES+= fortran
|
||||
USE_LANGUAGES+= c
|
||||
|
||||
INFO_FILES= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
27
bashdb/PLIST
Normal file
27
bashdb/PLIST
Normal file
|
@ -0,0 +1,27 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/13 17:34:14 splitscreen Exp $
|
||||
bin/bashdb
|
||||
info/bashdb.info
|
||||
man/man1/bashdb.1
|
||||
share/bashdb/dbg-brk.inc
|
||||
share/bashdb/dbg-cmds.inc
|
||||
share/bashdb/dbg-commands.inc
|
||||
share/bashdb/dbg-complete.inc
|
||||
share/bashdb/dbg-file.inc
|
||||
share/bashdb/dbg-fns.inc
|
||||
share/bashdb/dbg-help.inc
|
||||
share/bashdb/dbg-hist.inc
|
||||
share/bashdb/dbg-info.inc
|
||||
share/bashdb/dbg-init.inc
|
||||
share/bashdb/dbg-io.inc
|
||||
share/bashdb/dbg-list.inc
|
||||
share/bashdb/dbg-log.inc
|
||||
share/bashdb/dbg-main.inc
|
||||
share/bashdb/dbg-pre.inc
|
||||
share/bashdb/dbg-set-d-vars.inc
|
||||
share/bashdb/dbg-set.inc
|
||||
share/bashdb/dbg-show.inc
|
||||
share/bashdb/dbg-sig.inc
|
||||
share/bashdb/dbg-stack.inc
|
||||
share/emacs/site-lisp/bashdb.el
|
||||
share/emacs/site-lisp/bashdb.elc
|
||||
@dirrm share/bashdb
|
5
bashdb/distinfo
Normal file
5
bashdb/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/09/13 17:34:14 splitscreen Exp $
|
||||
|
||||
SHA1 (bashdb-3.1-0.06.tar.gz) = 8074475b44d7e27b3e38e6a68cf79d07f72d1138
|
||||
RMD160 (bashdb-3.1-0.06.tar.gz) = 2b99e2e9d1000458366406886fd279ceb105f5ad
|
||||
Size (bashdb-3.1-0.06.tar.gz) = 620020 bytes
|
Loading…
Reference in a new issue