aboutsummaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-12-18 15:57:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-12-18 15:57:44 +0000
commitd6e1b7703087cd85517613f87b368523ff3ccfda (patch)
treecb0a47acfb3a9fcb2afa24aaf23d95196305817c /devel/cgdb
parentbdd725dae8ff570b3e163a8391794928ca354c9b (diff)
downloadports-d6e1b7703087cd85517613f87b368523ff3ccfda.tar.gz
ports-d6e1b7703087cd85517613f87b368523ff3ccfda.zip
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile25
-rw-r--r--devel/cgdb/distinfo3
-rw-r--r--devel/cgdb/pkg-descr10
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
new file mode 100644
index 000000000000..749af796b0cd
--- /dev/null
+++ b/devel/cgdb/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: cgdb
+# Date created: 2005-12-18
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cgdb
+PORTVERSION= 0.5.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= gslin@gslin.org
+COMMENT= A curses-based interface to the GNU Debugger
+
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+PLIST_FILES= bin/cgdb
+
+post-patch:
+ ${REINPLACE_CMD} -e 's,libutil\.h,,g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/devel/cgdb/distinfo b/devel/cgdb/distinfo
new file mode 100644
index 000000000000..ca75ad841ac2
--- /dev/null
+++ b/devel/cgdb/distinfo
@@ -0,0 +1,3 @@
+MD5 (cgdb-0.5.3.tar.gz) = 51adf1db0307adaba24336ef3a18e0c3
+SHA256 (cgdb-0.5.3.tar.gz) = 3db7b273baf08d45505765d2594d992583f0bbd299616c1e98160bdefce647b6
+SIZE (cgdb-0.5.3.tar.gz) = 527341
diff --git a/devel/cgdb/pkg-descr b/devel/cgdb/pkg-descr
new file mode 100644
index 000000000000..754f640a3b87
--- /dev/null
+++ b/devel/cgdb/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+WWW: http://cgdb.sourceforge.net/