diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gdbmods/Makefile | 23 | ||||
-rw-r--r-- | devel/gdbmods/distinfo | 1 | ||||
-rw-r--r-- | devel/gdbmods/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gdbmods/pkg-descr | 7 | ||||
-rw-r--r-- | devel/gdbmods/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 92136c8..71c292a 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 0000000..379b385 --- /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 0000000..d56b351 --- /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 0000000..d617dc8 --- /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 0000000..9c15b4b --- /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 0000000..0565efd --- /dev/null +++ b/devel/gdbmods/pkg-plist @@ -0,0 +1 @@ +bin/gdbmods |