summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-04 16:38:46 +0000
committertron <tron@pkgsrc.org>2001-03-04 16:38:46 +0000
commit7876178a822818a4198608d9986a8151562e3f2f (patch)
treed97f985481de681239946efb64c369425e05318c /devel
parent4840364e87ca7415a4efa59eed0ce482c13d453b (diff)
downloadpkgsrc-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')
-rw-r--r--devel/kdbg/Makefile12
-rw-r--r--devel/kdbg/files/md54
-rw-r--r--devel/kdbg/files/patch-sum4
-rw-r--r--devel/kdbg/patches/patch-aa25
-rw-r--r--devel/kdbg/pkg/PLIST113
5 files changed, 106 insertions, 52 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
diff --git a/devel/kdbg/files/md5 b/devel/kdbg/files/md5
index 6d1d1eb6471..f86abe43bd2 100644
--- a/devel/kdbg/files/md5
+++ b/devel/kdbg/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/12/13 15:39:37 wennmach Exp $
+$NetBSD: md5,v 1.3 2001/03/04 16:38:46 tron Exp $
-MD5 (kdbg-1.0.1.tar.gz) = 6e748c9c7e3f54e5ee2deefe6126a8f4
+MD5 (kdbg-1.2.0.tar.gz) = bc01765e0b0a02331144b558346467e1
diff --git a/devel/kdbg/files/patch-sum b/devel/kdbg/files/patch-sum
index a02a4de33ec..099d64c3bf1 100644
--- a/devel/kdbg/files/patch-sum
+++ b/devel/kdbg/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1 2000/02/02 13:48:15 scw Exp $
+$NetBSD: patch-sum,v 1.2 2001/03/04 16:38:46 tron Exp $
-MD5 (patch-aa) = 264f69e5bb0bdf3ed8bf9c137a4ec3d2
+MD5 (patch-aa) = 0fb3213ce7fcb4eb5c8952ca8bace3fb
diff --git a/devel/kdbg/patches/patch-aa b/devel/kdbg/patches/patch-aa
index e5bc398c471..338b9309261 100644
--- a/devel/kdbg/patches/patch-aa
+++ b/devel/kdbg/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2000/02/02 13:47:43 scw Exp $
+$NetBSD: patch-aa,v 1.2 2001/03/04 16:38:47 tron Exp $
---- configure.orig Sun Nov 14 17:01:51 1999
-+++ configure Wed Feb 2 12:51:57 2000
-@@ -3818,7 +3818,8 @@
+--- configure.orig Sun Dec 24 16:45:11 2000
++++ configure Sun Mar 4 17:25:57 2001
+@@ -3829,7 +3829,8 @@
@@ -12,18 +12,17 @@ $NetBSD: patch-aa,v 1.1 2000/02/02 13:47:43 scw Exp $
kde_save_cc=$CC
kde_save_cflags="$CFLAGS"
-@@ -3921,6 +3922,10 @@
+@@ -3939,6 +3940,9 @@
+
CC=$kde_save_cc
CFLAGS="$kde_save_cflags"
-
+fi
+# Use NetBSD package system libtool (end)
+
-+
+
echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
- echo "configure:3926: checking whether NLS is requested" >&5
- # Check whether --enable-nls or --disable-nls was given.
-@@ -4254,7 +4259,7 @@
+ echo "configure:3945: checking whether NLS is requested" >&5
+@@ -4273,7 +4277,7 @@
fi
else
@@ -32,7 +31,7 @@ $NetBSD: patch-aa,v 1.1 2000/02/02 13:47:43 scw Exp $
fi
-@@ -4269,7 +4274,9 @@
+@@ -4356,7 +4360,9 @@
if eval "test \"`echo '$''{'kde_cv_all_paths'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -43,7 +42,7 @@ $NetBSD: patch-aa,v 1.1 2000/02/02 13:47:43 scw Exp $
if test -z "$kde_htmldir"; then
kde_htmldir='\$(prefix)/share/doc/HTML'
fi
-@@ -4330,6 +4337,124 @@
+@@ -4417,6 +4423,124 @@
kde_servicetypesdir=\"$kde_servicetypesdir\" \
kde_result=defaults"
@@ -168,7 +167,7 @@ $NetBSD: patch-aa,v 1.1 2000/02/02 13:47:43 scw Exp $
fi
-@@ -4342,8 +4467,7 @@
+@@ -4429,8 +4553,7 @@
test -z "$kde_cgidir" || test -z "$kde_confdir" ||
test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
test -z "$kde_wallpaperdir" || test -z "$kde_bindir" ||
diff --git a/devel/kdbg/pkg/PLIST b/devel/kdbg/pkg/PLIST
index 58ae5141e0e..9104b0cfd66 100644
--- a/devel/kdbg/pkg/PLIST
+++ b/devel/kdbg/pkg/PLIST
@@ -1,52 +1,107 @@
-@comment $NetBSD: PLIST,v 1.4 2000/02/02 13:47:45 scw Exp $
+@comment $NetBSD: PLIST,v 1.5 2001/03/04 16:38:47 tron Exp $
bin/kdbg
+share/doc/kde/HTML/de/kdbg/argspwdenv.html
+share/doc/kde/HTML/de/kdbg/breakptlist.html
+share/doc/kde/HTML/de/kdbg/globaloptions.html
+share/doc/kde/HTML/de/kdbg/howdoi.html
share/doc/kde/HTML/de/kdbg/index.html
+share/doc/kde/HTML/de/kdbg/localvars.html
+share/doc/kde/HTML/de/kdbg/memory.html
+share/doc/kde/HTML/de/kdbg/pgmoutput.html
+share/doc/kde/HTML/de/kdbg/pgmsettings.html
+share/doc/kde/HTML/de/kdbg/registers.html
+share/doc/kde/HTML/de/kdbg/sourcecode.html
+share/doc/kde/HTML/de/kdbg/stack.html
+share/doc/kde/HTML/de/kdbg/threads.html
+share/doc/kde/HTML/de/kdbg/tips.html
share/doc/kde/HTML/de/kdbg/types.html
-@dirrm share/doc/kde/HTML/de/kdbg
+share/doc/kde/HTML/de/kdbg/watches.html
+share/doc/kde/HTML/en/kdbg/argspwdenv.html
+share/doc/kde/HTML/en/kdbg/breakptlist.html
+share/doc/kde/HTML/en/kdbg/globaloptions.html
+share/doc/kde/HTML/en/kdbg/howdoi.html
share/doc/kde/HTML/en/kdbg/index.html
+share/doc/kde/HTML/en/kdbg/localvars.html
+share/doc/kde/HTML/en/kdbg/memory.html
+share/doc/kde/HTML/en/kdbg/pgmoutput.html
+share/doc/kde/HTML/en/kdbg/pgmsettings.html
+share/doc/kde/HTML/en/kdbg/registers.html
+share/doc/kde/HTML/en/kdbg/sourcecode.html
+share/doc/kde/HTML/en/kdbg/stack.html
+share/doc/kde/HTML/en/kdbg/threads.html
+share/doc/kde/HTML/en/kdbg/tips.html
share/doc/kde/HTML/en/kdbg/types.html
-@dirrm share/doc/kde/HTML/en/kdbg
+share/doc/kde/HTML/en/kdbg/watches.html
+share/doc/kde/HTML/ru/kdbg/argspwdenv.html
+share/doc/kde/HTML/ru/kdbg/breakptlist.html
+share/doc/kde/HTML/ru/kdbg/globaloptions.html
+share/doc/kde/HTML/ru/kdbg/howdoi.html
share/doc/kde/HTML/ru/kdbg/index.html
+share/doc/kde/HTML/ru/kdbg/localvars.html
+share/doc/kde/HTML/ru/kdbg/memory.html
+share/doc/kde/HTML/ru/kdbg/pgmoutput.html
+share/doc/kde/HTML/ru/kdbg/pgmsettings.html
+share/doc/kde/HTML/ru/kdbg/registers.html
+share/doc/kde/HTML/ru/kdbg/sourcecode.html
+share/doc/kde/HTML/ru/kdbg/stack.html
+share/doc/kde/HTML/ru/kdbg/threads.html
+share/doc/kde/HTML/ru/kdbg/tips.html
share/doc/kde/HTML/ru/kdbg/types.html
-@dirrm share/doc/kde/HTML/ru/kdbg
+share/doc/kde/HTML/ru/kdbg/watches.html
+share/kde/applnk/Development/kdbg.kdelnk
+share/kde/apps/kdbg/pics/brkcond.xpm
+share/kde/apps/kdbg/pics/brkdis.xpm
+share/kde/apps/kdbg/pics/brkena.xpm
+share/kde/apps/kdbg/pics/brkpt.xpm
+share/kde/apps/kdbg/pics/brktmp.xpm
+share/kde/apps/kdbg/pics/execopen.xpm
+share/kde/apps/kdbg/pics/pcinner.xpm
+share/kde/apps/kdbg/pics/pcup.xpm
+share/kde/apps/kdbg/pics/pgmfinish.xpm
+share/kde/apps/kdbg/pics/pgmnext.xpm
+share/kde/apps/kdbg/pics/pgmnexti.xpm
+share/kde/apps/kdbg/pics/pgmrun.xpm
+share/kde/apps/kdbg/pics/pgmstep.xpm
+share/kde/apps/kdbg/pics/pgmstepi.xpm
+share/kde/apps/kdbg/pics/pointer.xpm
+share/kde/apps/kdbg/pics/regs.xpm
+share/kde/apps/kdbg/pics/search.xpm
+share/kde/apps/kdbg/pics/watch.xpm
+share/kde/apps/kdbg/pics/watchcoded.xpm
+share/kde/apps/kdbg/pics/watchdis.xpm
+share/kde/apps/kdbg/pics/watchena.xpm
+share/kde/apps/kdbg/types/X11.kdbgtt
+share/kde/apps/kdbg/types/glib.kdbgtt
+share/kde/apps/kdbg/types/gtk+.kdbgtt
+share/kde/apps/kdbg/types/kdecore.kdbgtt
+share/kde/apps/kdbg/types/kdecore3.kdbgtt
+share/kde/apps/kdbg/types/qt.kdbgtt
+share/kde/apps/kdbg/types/qt2.kdbgtt
+share/kde/icons/kdbg.xpm
+share/kde/icons/mini/mini-kdbg.xpm
share/kde/locale/cs/LC_MESSAGES/kdbg.mo
share/kde/locale/da/LC_MESSAGES/kdbg.mo
share/kde/locale/de/LC_MESSAGES/kdbg.mo
share/kde/locale/es/LC_MESSAGES/kdbg.mo
share/kde/locale/fr/LC_MESSAGES/kdbg.mo
share/kde/locale/hr/LC_MESSAGES/kdbg.mo
+share/kde/locale/hu/LC_MESSAGES/kdbg.mo
share/kde/locale/it/LC_MESSAGES/kdbg.mo
+share/kde/locale/ja/LC_MESSAGES/kdbg.mo
share/kde/locale/no/LC_MESSAGES/kdbg.mo
+share/kde/locale/no_NY/LC_MESSAGES/kdbg.mo
share/kde/locale/pl/LC_MESSAGES/kdbg.mo
share/kde/locale/pt/LC_MESSAGES/kdbg.mo
share/kde/locale/ro/LC_MESSAGES/kdbg.mo
share/kde/locale/ru/LC_MESSAGES/kdbg.mo
share/kde/locale/sk/LC_MESSAGES/kdbg.mo
+share/kde/locale/sr/LC_MESSAGES/kdbg.mo
+share/kde/locale/sv/LC_MESSAGES/kdbg.mo
+share/kde/locale/tr/LC_MESSAGES/kdbg.mo
share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
-share/kde/icons/kdbg.xpm
-share/kde/icons/mini/mini-kdbg.xpm
-share/kde/apps/kdbg/pics/brkpt.xpm
-share/kde/apps/kdbg/pics/pgmfinish.xpm
-share/kde/apps/kdbg/pics/pgmnext.xpm
-share/kde/apps/kdbg/pics/pgmrun.xpm
-share/kde/apps/kdbg/pics/pgmstep.xpm
-share/kde/apps/kdbg/pics/execopen.xpm
-share/kde/apps/kdbg/pics/search.xpm
-share/kde/apps/kdbg/pics/brkena.xpm
-share/kde/apps/kdbg/pics/brkdis.xpm
-share/kde/apps/kdbg/pics/brktmp.xpm
-share/kde/apps/kdbg/pics/brkcond.xpm
-share/kde/apps/kdbg/pics/pcinner.xpm
-share/kde/apps/kdbg/pics/pcup.xpm
-share/kde/apps/kdbg/pics/pointer.xpm
-@dirrm share/kde/apps/kdbg/pics
-share/kde/apps/kdbg/types/qt.kdbgtt
-share/kde/apps/kdbg/types/qt2.kdbgtt
-share/kde/apps/kdbg/types/kdecore.kdbgtt
-share/kde/apps/kdbg/types/kdecore3.kdbgtt
-share/kde/apps/kdbg/types/glib.kdbgtt
-share/kde/apps/kdbg/types/gtk+.kdbgtt
-share/kde/apps/kdbg/types/X11.kdbgtt
@dirrm share/kde/apps/kdbg/types
+@dirrm share/kde/apps/kdbg/pics
@dirrm share/kde/apps/kdbg
-share/kde/applnk/Development/kdbg.kdelnk
+@dirrm share/doc/kde/HTML/ru/kdbg
+@dirrm share/doc/kde/HTML/en/kdbg
+@dirrm share/doc/kde/HTML/de/kdbg