2004-03-26 03:27:34 +01:00
|
|
|
# $NetBSD: Makefile,v 1.46 2004/03/26 02:27:38 wiz Exp $
|
1999-09-27 19:20:35 +02:00
|
|
|
|
2003-09-10 14:38:40 +02:00
|
|
|
DISTNAME= kdbg-1.2.9
|
2004-03-26 03:27:34 +01:00
|
|
|
PKGREVISION= 4
|
1999-09-27 19:20:35 +02:00
|
|
|
CATEGORIES= devel kde
|
Update "kdbg" package to version 1.2.0. Changes since version 1.0.1:
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
2001-03-04 17:38:46 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \
|
|
|
|
ftp://ftp.eudaptics.com/pub/people/jsixt/
|
1999-09-27 19:20:35 +02:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tron@NetBSD.org
|
1999-09-27 19:20:35 +02:00
|
|
|
HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= Graphical User Interface around gdb using KDE
|
1999-09-27 19:20:35 +02:00
|
|
|
|
2001-03-27 05:19:43 +02:00
|
|
|
BUILD_USES_MSGFMT= yes
|
2003-03-18 18:00:37 +01:00
|
|
|
|
2002-10-03 15:37:54 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2004-01-22 09:24:28 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-03-18 18:00:37 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
1999-09-27 19:20:35 +02:00
|
|
|
|
2002-07-17 13:32:16 +02:00
|
|
|
CONFIGURE_ARGS+= --with-kde-version=3
|
1999-09-27 19:20:35 +02:00
|
|
|
|
2003-07-30 17:19:21 +02:00
|
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
2002-10-03 15:37:54 +02:00
|
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
1999-09-27 19:20:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|