diff options
author | xtraeme <xtraeme> | 2004-04-19 18:12:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-19 18:12:27 +0000 |
commit | 18ed3105712499ececc231e78b57d70ddc52b431 (patch) | |
tree | 83a82eeeb7a32c6d89436f8d39bedb28df8d2328 /devel/cgdb | |
parent | 39e5c3bb4b54a5c835dbba1e421f7b533b3c1b1c (diff) | |
download | pkgsrc-18ed3105712499ececc231e78b57d70ddc52b431.tar.gz |
Initial import of cgdb-0.4.0, from pkgsrc-wip.
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB
is to be lightweight and responsive; not encumbered with unnecessary features.
The interface is designed to deliver the familiar GDB text interface, with a
split screen showing the source as it executes. The UI is modeled on the
classic Unix text editor, vi. Those familiar with vi should feel right at home
using CGDB.
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/DESCR | 7 | ||||
-rw-r--r-- | devel/cgdb/Makefile | 23 | ||||
-rw-r--r-- | devel/cgdb/PLIST | 4 | ||||
-rw-r--r-- | devel/cgdb/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/cgdb/DESCR b/devel/cgdb/DESCR new file mode 100644 index 00000000000..4296b99e4af --- /dev/null +++ b/devel/cgdb/DESCR @@ -0,0 +1,7 @@ +CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB +is to be lightweight and responsive; not encumbered with unnecessary features. + +The interface is designed to deliver the familiar GDB text interface, with a +split screen showing the source as it executes. The UI is modeled on the +classic Unix text editor, vi. Those familiar with vi should feel right at home +using CGDB. diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile new file mode 100644 index 00000000000..c69f62345e5 --- /dev/null +++ b/devel/cgdb/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 18:12:27 xtraeme Exp $ +# + +DISTNAME= cgdb-0.4.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgdb/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://cgdb.sourceforge.net/ +COMMENT= Curses-based interface to the GNU Debugger (GDB) + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cgdb + ${INSTALL_PROGRAM} ${WRKSRC}/cgdb/src/cgdb ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cgdb + +.include "../../devel/readline/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cgdb/PLIST b/devel/cgdb/PLIST new file mode 100644 index 00000000000..370e1cc2937 --- /dev/null +++ b/devel/cgdb/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 18:12:27 xtraeme Exp $ +bin/cgdb +share/doc/cgdb/README +@dirrm share/doc/cgdb diff --git a/devel/cgdb/distinfo b/devel/cgdb/distinfo new file mode 100644 index 00000000000..776e1a75c15 --- /dev/null +++ b/devel/cgdb/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/19 18:12:27 xtraeme Exp $ + +SHA1 (cgdb-0.4.0.tar.gz) = 900105c73e8c16dec9f3e37343abbba120d36df6 +Size (cgdb-0.4.0.tar.gz) = 471395 bytes |