mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Initial import of kdbg version 1.0.0.
A graphical user interface around gdb using KDE. PR: 14675 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
This commit is contained in:
parent
03d8ae0b83
commit
bd88c269f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23394
23
devel/kdbg/Makefile
Normal file
23
devel/kdbg/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: kdbg
|
||||
# Version required: 1.0.0
|
||||
# Date created: 02 November 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= kdbg-1.0.0
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= http://members.telecom.at/~johsixt/ \
|
||||
ftp://eudaptics.co.at/pub/people/jsixt/
|
||||
|
||||
MAINTAINER= jedgar2fxp.org
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
||||
RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_QT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/kdbg/distinfo
Normal file
1
devel/kdbg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kdbg-1.0.0.tar.gz) = 3d6f94c610f4e9f3dbc1ab56ea8c4caf
|
1
devel/kdbg/pkg-comment
Normal file
1
devel/kdbg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A graphical user interface around gdb using KDE
|
19
devel/kdbg/pkg-descr
Normal file
19
devel/kdbg/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
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.
|
||||
|
||||
WWW: http://members.telecom.at/~johsixt/kdbg.html
|
||||
|
||||
-Chris D. Faulhaber
|
||||
jedgar@fxp.org
|
52
devel/kdbg/pkg-plist
Normal file
52
devel/kdbg/pkg-plist
Normal file
@ -0,0 +1,52 @@
|
||||
bin/kdbg
|
||||
share/applnk/Development/kdbg.kdelnk
|
||||
share/apps/kdbg/pics/brkcond.xpm
|
||||
share/apps/kdbg/pics/brkdis.xpm
|
||||
share/apps/kdbg/pics/brkena.xpm
|
||||
share/apps/kdbg/pics/brkpt.xpm
|
||||
share/apps/kdbg/pics/brktmp.xpm
|
||||
share/apps/kdbg/pics/execopen.xpm
|
||||
share/apps/kdbg/pics/pcinner.xpm
|
||||
share/apps/kdbg/pics/pcup.xpm
|
||||
share/apps/kdbg/pics/pgmfinish.xpm
|
||||
share/apps/kdbg/pics/pgmnext.xpm
|
||||
share/apps/kdbg/pics/pgmrun.xpm
|
||||
share/apps/kdbg/pics/pgmstep.xpm
|
||||
share/apps/kdbg/pics/pointer.xpm
|
||||
share/apps/kdbg/pics/search.xpm
|
||||
share/apps/kdbg/types/X11.kdbgtt
|
||||
share/apps/kdbg/types/glib.kdbgtt
|
||||
share/apps/kdbg/types/gtk+.kdbgtt
|
||||
share/apps/kdbg/types/kdecore.kdbgtt
|
||||
share/apps/kdbg/types/kdecore3.kdbgtt
|
||||
share/apps/kdbg/types/qt.kdbgtt
|
||||
share/apps/kdbg/types/qt2.kdbgtt
|
||||
share/doc/HTML/de/kdbg/index.html
|
||||
share/doc/HTML/de/kdbg/types.html
|
||||
share/doc/HTML/en/kdbg/index.html
|
||||
share/doc/HTML/en/kdbg/types.html
|
||||
share/doc/HTML/ru/kdbg/index.html
|
||||
share/doc/HTML/ru/kdbg/types.html
|
||||
share/icons/kdbg.xpm
|
||||
share/icons/mini/mini-kdbg.xpm
|
||||
share/locale/cs/LC_MESSAGES/kdbg.mo
|
||||
share/locale/da/LC_MESSAGES/kdbg.mo
|
||||
share/locale/de/LC_MESSAGES/kdbg.mo
|
||||
share/locale/es/LC_MESSAGES/kdbg.mo
|
||||
share/locale/fr/LC_MESSAGES/kdbg.mo
|
||||
share/locale/hr/LC_MESSAGES/kdbg.mo
|
||||
share/locale/it/LC_MESSAGES/kdbg.mo
|
||||
share/locale/no/LC_MESSAGES/kdbg.mo
|
||||
share/locale/pl/LC_MESSAGES/kdbg.mo
|
||||
share/locale/pt/LC_MESSAGES/kdbg.mo
|
||||
share/locale/ro/LC_MESSAGES/kdbg.mo
|
||||
share/locale/ru/LC_MESSAGES/kdbg.mo
|
||||
share/locale/sk/LC_MESSAGES/kdbg.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
|
||||
@dirrm share/applnk/Development
|
||||
@dirrm share/apps/kdbg/pics
|
||||
@dirrm share/apps/kdbg/types
|
||||
@dirrm share/apps/kdbg
|
||||
@dirrm share/doc/HTML/de/kdbg
|
||||
@dirrm share/doc/HTML/en/kdbg
|
||||
@dirrm share/doc/HTML/ru/kdbg
|
Loading…
Reference in New Issue
Block a user