summaryrefslogtreecommitdiff
path: root/devel/kdbg
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-16 14:11:30 +0000
committerwiz <wiz>2009-08-16 14:11:30 +0000
commit924bbd01f7ccca8fba0b1ef7547ef163426dea2e (patch)
treeb34810ce5e4549ff830ab4c1cd4bed00d8b7d409 /devel/kdbg
parentd426c5bfd5537c41b643e33de244f1f04d12fdf6 (diff)
downloadpkgsrc-924bbd01f7ccca8fba0b1ef7547ef163426dea2e.tar.gz
Update to 2.1.1. Make libXt a run-time dependency, because a program
is linked against it. Set LICENSE. Convert to user-destdir. KDbg 2.1.1. kdbg-2.1.1 Fix 'make dist' when srcdir != builddir. Merge branch 'admin' into maint Code cleanup of the treatment of display expressions. Remove the one %s limitation in type table expressions. Update installation instructions again. Update the admin/ directory. Specify the encoding of .po files and the Russian ... Remove $Id$. Insert a license note at the top of source files. Make the desktop entry standard compliant. Fix crash when trying to disassemble source without... Update my email address. Update messages. Extend the copyright to 2008. Update README with current installation instructions. A Simplified Chinese translation. Don't crash on Del in the Watches window while no progr... Update Spanish translations. KDbg-2.1.0. kdbg-2.1.0 Update German translation. Merge new message strings. Fix a typo in What's This help. kdbg does not work with core files on FreeBSD KDbg 2.1.0-rc1. kdbg-2.1.0-rc1 Document that \r is handled by the output window. Implement text search in terms of QTextEdit::find(). Speed up display of disassembly. Add a new type table that recognizes the basic_strings... Merge branch 'maint' Extend the copyright to 2007. Some items of the TODO list have been completed. Merge branch 'syntax-highlight' Fix build on some 64bit platforms. Syntax highlighter: Highlight keywords. Syntax highlighter: Highlight preprocessor lines. Syntax highlighter: Highlight strings. Syntax highlighter: Highlight C and C++ comments. Add a basic syntax highlighter. Clean up context menu handling in the files window. Accept text dropped onto the watches window. Restore the source window's context menu. Re-add keyboard cursor navigation in the source code... Remove the now unused classes TextView and TableView. Maintain and highlight the current line. Rewrite SourceWindow to be derived from a QTextEdit. Prepare for QTextEdit transition: Bring KTextView close... Fix signed/unsigned comparisions. Prepare for QTextEdit transition: Do not use m_texts... Prepare for QTextEdit transition: Add KTextEdit::charAt... Remove line terminators in disassembled code. commit | commitdiff | tree | snapshot (tar.gz zip) Teach the output window about '\r' and '\n'. Derie the output window from QTextEdit. Remember the width of column 1 of Locals and Watch... Merge w Fix a crash when a value is edited in a floating variab... Fix stack trace of local functions. iff | tree | snapshot (tar.gz zip) Merge with 2.0. Do not add the artificial name of anonymous structs... Recognize struct values that are anonymous structs...
Diffstat (limited to 'devel/kdbg')
-rw-r--r--devel/kdbg/Makefile10
-rw-r--r--devel/kdbg/PLIST4
-rw-r--r--devel/kdbg/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index e410421a3a4..0827aa2d886 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.69 2009/05/20 00:58:13 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2009/08/16 14:11:30 wiz Exp $
-DISTNAME= kdbg-2.0.5
-PKGREVISION= 4
+DISTNAME= kdbg-2.1.1
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kdbg.org/
COMMENT= Graphical User Interface around gdb using KDE
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= YES
@@ -16,8 +18,6 @@ USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-kde-version=3
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
diff --git a/devel/kdbg/PLIST b/devel/kdbg/PLIST
index bae5965a4c3..e3b8b1b2829 100644
--- a/devel/kdbg/PLIST
+++ b/devel/kdbg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:48:49 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/08/16 14:11:30 wiz Exp $
bin/kdbg
share/applications/kde/kdbg.desktop
share/doc/kde/HTML/de/kdbg/argspwdenv.html
@@ -97,6 +97,7 @@ share/kde/apps/kdbg/types/qt2.kdbgtt
share/kde/apps/kdbg/types/qt3.kdbgtt
share/kde/apps/kdbg/types/qt4core.kdbgtt
share/kde/apps/kdbg/types/stdc++.kdbgtt
+share/kde/apps/kdbg/types/stdc++6.kdbgtt
share/kde/config/kdbgrc
share/locale/cs/LC_MESSAGES/kdbg.mo
share/locale/da/LC_MESSAGES/kdbg.mo
@@ -117,3 +118,4 @@ share/locale/sk/LC_MESSAGES/kdbg.mo
share/locale/sr/LC_MESSAGES/kdbg.mo
share/locale/sv/LC_MESSAGES/kdbg.mo
share/locale/tr/LC_MESSAGES/kdbg.mo
+share/locale/zh_CN/LC_MESSAGES/kdbg.mo
diff --git a/devel/kdbg/distinfo b/devel/kdbg/distinfo
index e36afd848e4..705db997f56 100644
--- a/devel/kdbg/distinfo
+++ b/devel/kdbg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2007/01/26 03:56:50 markd Exp $
+$NetBSD: distinfo,v 1.16 2009/08/16 14:11:30 wiz Exp $
-SHA1 (kdbg-2.0.5.tar.gz) = 3578723c340109bd5532aac5f694e64a65453689
-RMD160 (kdbg-2.0.5.tar.gz) = 276a80a3c9d6f685d6269086aa933546acd9bf5d
-Size (kdbg-2.0.5.tar.gz) = 860205 bytes
+SHA1 (kdbg-2.1.1.tar.gz) = e37bde85194bc0b61e193c5ee3af5a46e5d4fed7
+RMD160 (kdbg-2.1.1.tar.gz) = 1e41100859b3efba05851c7eae72a59bc522bbd9
+Size (kdbg-2.1.1.tar.gz) = 887666 bytes
SHA1 (patch-ac) = ef7ae69e39d01db396da61cc2231b282095cd20d