Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Nov 1999 21:11:06 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14675: New port: devel/kdbg
Message-ID:  <19991103021106.5E0CF9B22@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         14675
>Category:       ports
>Synopsis:       New port: devel/kdbg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  2 18:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 3.3-STABLE i386

>Description:

New port: devel/kdbg

KDbg is a graphical user interface to gdb, the GNU debugger,
to provide an intuitive interface for setting breakpoints,
inspecting variables, and stepping through code.

* Inspection of variable values in a tree structure.
* Debugger at your finger tips: The basic debugger functions
  (step, next, run, finish, until, set/clear/enable/disable
  breakpoint) are bound to function keys F5 through F10.
* Of course, lots of other basic functions: View source code,
  search text, set program arguments and environment variables,
  display arbitrary expressions
* Debugging of core dumps, attaching to running processes is
  possible.
* Conditional breakpoints.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	kdbg
#	kdbg/Makefile
#	kdbg/files
#	kdbg/files/md5
#	kdbg/pkg
#	kdbg/pkg/PLIST
#	kdbg/pkg/COMMENT
#	kdbg/pkg/DESCR
#
echo c - kdbg
mkdir -p kdbg > /dev/null 2>&1
echo x - kdbg/Makefile
sed 's/^X//' >kdbg/Makefile << 'END-of-kdbg/Makefile'
X# New ports collection makefile for:	kdbg
X# Version required:			1.0.0
X# Date created:				02 November 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	kdbg-1.0.0
XCATEGORIES=	devel kde
XMASTER_SITES=	http://members.telecom.at/~johsixt/ \
X		ftp://eudaptics.co.at/pub/people/jsixt/
X
XMAINTAINER=	jedgar2fxp.org
X
XBUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
XLIB_DEPENDS=	kdecore.2:${PORTSDIR}/x11/kdelibs11
XRUN_DEPENDS=	kdehelp:${PORTSDIR}/x11/kdebase11
X
XGNU_CONFIGURE=	yes
XUSE_QT=		yes
X
X.include <bsd.port.mk>
END-of-kdbg/Makefile
echo c - kdbg/files
mkdir -p kdbg/files > /dev/null 2>&1
echo x - kdbg/files/md5
sed 's/^X//' >kdbg/files/md5 << 'END-of-kdbg/files/md5'
XMD5 (kdbg-1.0.0.tar.gz) = 3d6f94c610f4e9f3dbc1ab56ea8c4caf
END-of-kdbg/files/md5
echo c - kdbg/pkg
mkdir -p kdbg/pkg > /dev/null 2>&1
echo x - kdbg/pkg/PLIST
sed 's/^X//' >kdbg/pkg/PLIST << 'END-of-kdbg/pkg/PLIST'
Xbin/kdbg
Xshare/doc/HTML/en/kdbg/index.html
Xshare/doc/HTML/en/kdbg/types.html
Xshare/doc/HTML/de/kdbg/types.html
Xshare/doc/HTML/de/kdbg/index.html
Xshare/doc/HTML/ru/kdbg/types.html
Xshare/doc/HTML/ru/kdbg/index.html
Xshare/locale/da/LC_MESSAGES/kdbg.mo
Xshare/locale/de/LC_MESSAGES/kdbg.mo
Xshare/locale/es/LC_MESSAGES/kdbg.mo
Xshare/locale/fr/LC_MESSAGES/kdbg.mo
Xshare/locale/no/LC_MESSAGES/kdbg.mo
Xshare/locale/pl/LC_MESSAGES/kdbg.mo
Xshare/locale/pt/LC_MESSAGES/kdbg.mo
Xshare/locale/ru/LC_MESSAGES/kdbg.mo
Xshare/locale/it/LC_MESSAGES/kdbg.mo
Xshare/locale/cs/LC_MESSAGES/kdbg.mo
Xshare/locale/sk/LC_MESSAGES/kdbg.mo
Xshare/locale/hr/LC_MESSAGES/kdbg.mo
Xshare/locale/ro/LC_MESSAGES/kdbg.mo
Xshare/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
Xshare/apps/kdbg/pics/brkpt.xpm
Xshare/apps/kdbg/pics/pgmfinish.xpm
Xshare/apps/kdbg/pics/pgmnext.xpm
Xshare/apps/kdbg/pics/pgmrun.xpm
Xshare/apps/kdbg/pics/pgmstep.xpm
Xshare/apps/kdbg/pics/execopen.xpm
Xshare/apps/kdbg/pics/search.xpm
Xshare/apps/kdbg/pics/brkena.xpm
Xshare/apps/kdbg/pics/brkdis.xpm
Xshare/apps/kdbg/pics/brktmp.xpm
Xshare/apps/kdbg/pics/brkcond.xpm
Xshare/apps/kdbg/pics/pcinner.xpm
Xshare/apps/kdbg/pics/pcup.xpm
Xshare/apps/kdbg/pics/pointer.xpm
Xshare/apps/kdbg/types/qt.kdbgtt
Xshare/apps/kdbg/types/qt2.kdbgtt
Xshare/apps/kdbg/types/kdecore.kdbgtt
Xshare/apps/kdbg/types/kdecore3.kdbgtt
Xshare/apps/kdbg/types/glib.kdbgtt
Xshare/apps/kdbg/types/gtk+.kdbgtt
Xshare/apps/kdbg/types/X11.kdbgtt
Xshare/icons/mini/mini-kdbg.xpm
Xshare/icons/kdbg.xpm
Xshare/applnk/Development/kdbg.kdelnk
X@dirrm share/doc/HTML/en/kdbg
X@dirrm share/doc/HTML/de/kdbg
X@dirrm share/doc/HTML/ru/kdbg
X@dirrm share/apps/kdbg/pics
X@dirrm share/apps/kdbg/types
X@dirrm share/apps/kdbg
X@dirrm share/applnk/Development
END-of-kdbg/pkg/PLIST
echo x - kdbg/pkg/COMMENT
sed 's/^X//' >kdbg/pkg/COMMENT << 'END-of-kdbg/pkg/COMMENT'
XA graphical user interface around gdb using KDE
END-of-kdbg/pkg/COMMENT
echo x - kdbg/pkg/DESCR
sed 's/^X//' >kdbg/pkg/DESCR << 'END-of-kdbg/pkg/DESCR'
XKDbg is a graphical user interface to gdb, the GNU debugger,
Xto provide an intuitive interface for setting breakpoints,
Xinspecting variables, and stepping through code. 
X
X* Inspection of variable values in a tree structure. 
X* Debugger at your finger tips: The basic debugger functions
X  (step, next, run, finish, until, set/clear/enable/disable
X  breakpoint) are bound to function keys F5 through F10.
X* Of course, lots of other basic functions: View source code,
X  search text, set program arguments and environment variables,
X  display arbitrary expressions
X* Debugging of core dumps, attaching to running processes is
X  possible. 
X* Conditional breakpoints.
X
XWWW: http://members.telecom.at/~johsixt/kdbg.html
X
X-Chris D. Faulhaber
Xjedgar@fxp.org
END-of-kdbg/pkg/DESCR
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991103021106.5E0CF9B22>