diff options
author | markd <markd> | 2006-06-13 12:11:44 +0000 |
---|---|---|
committer | markd <markd> | 2006-06-13 12:11:44 +0000 |
commit | 162346fc5d8703f9394c85636278095e3ff1c288 (patch) | |
tree | 5bb976d44e3fd6511553470c14aa7d5e677d4e3d /devel/kdbg | |
parent | 782db6fa40d653f51c9010f4624213e87cff6121 (diff) | |
download | pkgsrc-162346fc5d8703f9394c85636278095e3ff1c288.tar.gz |
Update to 2.0.4
* Fixed encoding of the Czech translation thanks to Jakub Galgonek.
* Added support for QString in Qt4's debug libraries.
* Fixed that the debugger window really comes to the foreground and
receives the focus when the debuggee stops at a breakpoint, when this
option is on
Diffstat (limited to 'devel/kdbg')
-rw-r--r-- | devel/kdbg/Makefile | 10 | ||||
-rw-r--r-- | devel/kdbg/PLIST | 5 | ||||
-rw-r--r-- | devel/kdbg/distinfo | 8 |
3 files changed, 9 insertions, 14 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index 3a107a93226..b6b67100505 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.61 2006/05/14 15:28:32 seb Exp $ +# $NetBSD: Makefile,v 1.62 2006/06/13 12:11:44 markd Exp $ -DISTNAME= kdbg-2.0.3 -PKGREVISION= 2 +DISTNAME= kdbg-2.0.4 CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \ - ftp://ftp.eudaptics.com/pub/people/jsixt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html +HOMEPAGE= http://www.kdbg.org/ COMMENT= Graphical User Interface around gdb using KDE USE_TOOLS+= gmake msgfmt diff --git a/devel/kdbg/PLIST b/devel/kdbg/PLIST index 563911c8f70..2cde4d060d5 100644 --- a/devel/kdbg/PLIST +++ b/devel/kdbg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:16 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/06/13 12:11:44 markd Exp $ bin/kdbg share/applications/kde/kdbg.desktop share/doc/kde/HTML/de/kdbg/argspwdenv.html @@ -61,7 +61,6 @@ share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstep.png share/kde/apps/kdbg/icons/hicolor/16x16/actions/pgmstepi.png share/kde/apps/kdbg/icons/hicolor/22x22/actions/brkpt.png share/kde/apps/kdbg/icons/hicolor/22x22/actions/execopen.png -share/kde/apps/kdbg/icons/hicolor/22x22/actions/hi22/action-pulse.pngseq share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmfinish.png share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnext.png share/kde/apps/kdbg/icons/hicolor/22x22/actions/pgmnexti.png @@ -124,7 +123,6 @@ share/locale/tr/LC_MESSAGES/kdbg.mo @comment in kde: @dirrm share/kde/icons/hicolor/16x16/apps @dirrm share/kde/apps/kdbg/types @dirrm share/kde/apps/kdbg/pics -@dirrm share/kde/apps/kdbg/icons/hicolor/22x22/actions/hi22 @dirrm share/kde/apps/kdbg/icons/hicolor/22x22/actions @dirrm share/kde/apps/kdbg/icons/hicolor/22x22 @dirrm share/kde/apps/kdbg/icons/hicolor/16x16/actions @@ -133,7 +131,6 @@ share/locale/tr/LC_MESSAGES/kdbg.mo @dirrm share/kde/apps/kdbg/icons @dirrm share/kde/apps/kdbg @comment in kde: @dirrm share/kde/apps -@comment in kde: @dirrm share/kde/applnk/Development @dirrm share/doc/kde/HTML/ru/kdbg @comment in kde: @dirrm share/doc/kde/HTML/ru @dirrm share/doc/kde/HTML/en/kdbg diff --git a/devel/kdbg/distinfo b/devel/kdbg/distinfo index 2e285725d41..f94e3e08785 100644 --- a/devel/kdbg/distinfo +++ b/devel/kdbg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/02/01 00:33:32 markd Exp $ +$NetBSD: distinfo,v 1.14 2006/06/13 12:11:44 markd Exp $ -SHA1 (kdbg-2.0.3.tar.gz) = 7ce900275b88c808ce339f755ce5f70aa2ed39d6 -RMD160 (kdbg-2.0.3.tar.gz) = dfa085d15df2dc71eadadf5c0da17cd187b6fd00 -Size (kdbg-2.0.3.tar.gz) = 887131 bytes +SHA1 (kdbg-2.0.4.tar.gz) = 2c29d59bdcccfee9cee25d5befc4d6e09ce28e0f +RMD160 (kdbg-2.0.4.tar.gz) = 9fb5352c5a6c637bac52c139255e613b78098833 +Size (kdbg-2.0.4.tar.gz) = 856209 bytes SHA1 (patch-ac) = ef7ae69e39d01db396da61cc2231b282095cd20d |