pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/kdbg Update to 2.1.1. Make libXt a run-time depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d4073dbda36
branches:  trunk
changeset: 397593:2d4073dbda36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 16 14:11:30 2009 +0000

description:
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:

 devel/kdbg/Makefile |  10 +++++-----
 devel/kdbg/PLIST    |   4 +++-
 devel/kdbg/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r f81d760307e4 -r 2d4073dbda36 devel/kdbg/Makefile
--- a/devel/kdbg/Makefile       Sun Aug 16 14:04:12 2009 +0000
+++ b/devel/kdbg/Makefile       Sun Aug 16 14:11:30 2009 +0000
@@ -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@localhost
 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 @@
 
 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 -r f81d760307e4 -r 2d4073dbda36 devel/kdbg/PLIST
--- a/devel/kdbg/PLIST  Sun Aug 16 14:04:12 2009 +0000
+++ b/devel/kdbg/PLIST  Sun Aug 16 14:11:30 2009 +0000
@@ -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/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/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 -r f81d760307e4 -r 2d4073dbda36 devel/kdbg/distinfo
--- a/devel/kdbg/distinfo       Sun Aug 16 14:04:12 2009 +0000
+++ b/devel/kdbg/distinfo       Sun Aug 16 14:11:30 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index