diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 16:38:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 16:38:46 +0000 |
commit | 7876178a822818a4198608d9986a8151562e3f2f (patch) | |
tree | d97f985481de681239946efb64c369425e05318c /devel/kdbg/Makefile | |
parent | 4840364e87ca7415a4efa59eed0ce482c13d453b (diff) | |
download | pkgsrc-7876178a822818a4198608d9986a8151562e3f2f.tar.gz |
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.
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index f9e5143e97f..86dc57f0131 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.20 2001/03/04 12:03:52 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/03/04 16:38:46 tron Exp $ -DISTNAME= kdbg-1.0.1 +DISTNAME= kdbg-1.2.0 CATEGORIES= devel kde -MASTER_SITES= http://members.telecom.at/~johsixt/ \ - ftp://ftp.eudaptics.co.at/pub/people/jsixt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \ + ftp://ftp.eudaptics.com/pub/people/jsixt/ -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html COMMENT= Graphical User Interface around gdb using KDE BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= autoconf-2.13:../autoconf DEPENDS+= automake-1.4:../automake -DEPENDS+= kdevelop-1.*:../kdevelop +DEPENDS+= kdevelop-base-1.*:../kdevelop-base USE_X11BASE= yes USE_GMAKE= yes |