summaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-19 18:12:27 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-19 18:12:27 +0000
commit391aafd63863dcf4885a0737eeb66f81ce73217d (patch)
tree83a82eeeb7a32c6d89436f8d39bedb28df8d2328 /devel/cgdb
parentd89a9c9911fa2d2b67a3e148447b8550d5d7aa2d (diff)
downloadpkgsrc-391aafd63863dcf4885a0737eeb66f81ce73217d.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/DESCR7
-rw-r--r--devel/cgdb/Makefile23
-rw-r--r--devel/cgdb/PLIST4
-rw-r--r--devel/cgdb/distinfo4
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