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
|
|
|
# $NetBSD: Makefile,v 1.21 2001/03/04 16:38:46 tron Exp $
|
1999-09-27 19:20:35 +02:00
|
|
|
|
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
|
|
|
DISTNAME= kdbg-1.2.0
|
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
|
|
|
|
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
|
|
|
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-01-04 03:55:32 +01:00
|
|
|
BUILD_DEPENDS+= msgfmt:../../devel/gettext
|
1999-12-14 21:28:01 +01:00
|
|
|
DEPENDS+= autoconf-2.13:../autoconf
|
|
|
|
DEPENDS+= automake-1.4:../automake
|
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
|
|
|
DEPENDS+= kdevelop-base-1.*:../kdevelop-base
|
1999-09-27 19:20:35 +02:00
|
|
|
|
|
|
|
USE_X11BASE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-08-16 03:58:11 +02:00
|
|
|
USE_LIBTOOL= yes
|
1999-09-27 19:20:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-15 22:39:13 +02:00
|
|
|
|
|
|
|
EVAL_PREFIX+= QT1DIR=qt1
|
|
|
|
CONFIGURE_ARGS= --with-qt-dir=${QT1DIR}/qt1 \
|
|
|
|
--with-qt-includes=${QT1DIR}/qt1/include \
|
1999-09-27 19:20:35 +02:00
|
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
|
|
|
--with-extra-includes=${LOCALBASE}/include
|
|
|
|
|
|
|
|
CONFIGURE_ENV= KDEDIR=${PREFIX}
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|