pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cgdb Initial import of cgdb-0.4.0, from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70971cfe962d
branches:  trunk
changeset: 473430:70971cfe962d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 18:12:27 2004 +0000

description:
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:

 devel/cgdb/DESCR    |   7 +++++++
 devel/cgdb/Makefile |  23 +++++++++++++++++++++++
 devel/cgdb/PLIST    |   4 ++++
 devel/cgdb/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r ca1ff10de70f -r 70971cfe962d devel/cgdb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cgdb/DESCR  Mon Apr 19 18:12:27 2004 +0000
@@ -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 -r ca1ff10de70f -r 70971cfe962d devel/cgdb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cgdb/Makefile       Mon Apr 19 18:12:27 2004 +0000
@@ -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@localhost
+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 -r ca1ff10de70f -r 70971cfe962d devel/cgdb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cgdb/PLIST  Mon Apr 19 18:12:27 2004 +0000
@@ -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 -r ca1ff10de70f -r 70971cfe962d devel/cgdb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cgdb/distinfo       Mon Apr 19 18:12:27 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index