summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-08-24 15:38:18 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-08-24 15:38:18 +0000
commit76259000dd66961bcfd162fafdbad82ae272f6a6 (patch)
treead2b5f01977563a1fcd7bab80daa00aeceed158b /devel
parentSet LATEST_LINK=kde2. (diff)
Add gdbmods 20020824, wrapper for gdb -k to provide kld symbol
information. PR: 41975 Submitted by: Bruce M Simpson <bms@spc.org>
Notes
Notes: svn path=/head/; revision=64954
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gdbmods/Makefile23
-rw-r--r--devel/gdbmods/distinfo1
-rw-r--r--devel/gdbmods/pkg-comment1
-rw-r--r--devel/gdbmods/pkg-descr7
-rw-r--r--devel/gdbmods/pkg-plist1
6 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 92136c8852e1..71c292ad9d2c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -182,6 +182,7 @@
SUBDIR += gconf2
SUBDIR += gcvs
SUBDIR += gdb52
+ SUBDIR += gdbmods
SUBDIR += gengameng
SUBDIR += gengetopt
SUBDIR += gettext
diff --git a/devel/gdbmods/Makefile b/devel/gdbmods/Makefile
new file mode 100644
index 000000000000..379b385f1463
--- /dev/null
+++ b/devel/gdbmods/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gdbmods
+# Date created: 24 August 2002
+# Whom: Bruce M Simpson <bms@spc.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gdbmods
+PORTVERSION= 20020824
+CATEGORIES= devel
+MASTER_SITES= http://people.freebsd.org/~gallatin/
+DISTFILES= gdbmods
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+EXTRACT_ONLY=
+
+MAINTAINER= bms@spc.org
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/devel/gdbmods/distinfo b/devel/gdbmods/distinfo
new file mode 100644
index 000000000000..d56b3511cc0e
--- /dev/null
+++ b/devel/gdbmods/distinfo
@@ -0,0 +1 @@
+MD5 (gdbmods-20020824/gdbmods) = 16d3b22b0e06a1a37f53e2bbdd6647a3
diff --git a/devel/gdbmods/pkg-comment b/devel/gdbmods/pkg-comment
new file mode 100644
index 000000000000..d617dc82cb96
--- /dev/null
+++ b/devel/gdbmods/pkg-comment
@@ -0,0 +1 @@
+Wrapper for gdb -k to provide kld symbol information
diff --git a/devel/gdbmods/pkg-descr b/devel/gdbmods/pkg-descr
new file mode 100644
index 000000000000..9c15b4b90f30
--- /dev/null
+++ b/devel/gdbmods/pkg-descr
@@ -0,0 +1,7 @@
+gdbmods is a wrapper for gdb which adds symbol information from loaded modules
+in the running kernel.
+
+WWW: http://people.freebsd.org/~gallatin/gdbmods
+
+Bruce
+bms@spc.org
diff --git a/devel/gdbmods/pkg-plist b/devel/gdbmods/pkg-plist
new file mode 100644
index 000000000000..0565efdcb168
--- /dev/null
+++ b/devel/gdbmods/pkg-plist
@@ -0,0 +1 @@
+bin/gdbmods