pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kscope Update kscope to 1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61a6488c5edb
branches:  trunk
changeset: 532257:61a6488c5edb
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 15 03:52:16 2007 +0000

description:
Update kscope to 1.5.0

New: Make front-end (Rudimentary)
New: Global bookmarks list
New: Support for Cscope's -c and -D command-line options (-D requires a
 patch to Cscope)
Improved: Detect Cscope's executable and capabilities on each load
Improved: Graph windows are no longer top-level (can be minimised or
 hidden behind the main window)
Improved: Do not automatically open a project if it was already loaded by
 another instance of KScope
Improved: Show #include directives in the tag list
Bug fix: Better calculation of the area defined by a graph arrow
Bug fix: Files could not be found in the file list when using a common root

diffstat:

 devel/kscope/Makefile |  5 ++---
 devel/kscope/PLIST    |  3 ++-
 devel/kscope/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r a108b2bf998d -r 61a6488c5edb devel/kscope/Makefile
--- a/devel/kscope/Makefile     Wed Aug 15 03:23:24 2007 +0000
+++ b/devel/kscope/Makefile     Wed Aug 15 03:52:16 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2007/01/26 03:49:32 markd Exp $
+# $NetBSD: Makefile,v 1.13 2007/08/15 03:52:16 markd Exp $
 #
 
-DISTNAME=              kscope-1.4.3
-PKGREVISION=           1
+DISTNAME=              kscope-1.5.0
 CATEGORIES=            devel kde
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=kscope/}
 
diff -r a108b2bf998d -r 61a6488c5edb devel/kscope/PLIST
--- a/devel/kscope/PLIST        Wed Aug 15 03:23:24 2007 +0000
+++ b/devel/kscope/PLIST        Wed Aug 15 03:52:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/01/26 03:49:32 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/08/15 03:52:16 markd Exp $
 bin/kscope
 share/doc/kde/HTML/en/kscope/about.docbook
 share/doc/kde/HTML/en/kscope/autocomp_dlg.png
@@ -34,6 +34,7 @@
 share/kde/applnk/Development/kscope.desktop
 share/kde/apps/kscope/kscope_config
 share/kde/apps/kscope/kscopeui.rc
+share/kde/apps/kscope/pics/bookmark.png
 share/kde/apps/kscope/pics/call_graph.png
 share/kde/apps/kscope/pics/called_tree.png
 share/kde/apps/kscope/pics/calling_tree.png
diff -r a108b2bf998d -r 61a6488c5edb devel/kscope/distinfo
--- a/devel/kscope/distinfo     Wed Aug 15 03:23:24 2007 +0000
+++ b/devel/kscope/distinfo     Wed Aug 15 03:52:16 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/01/24 17:43:52 obache Exp $
+$NetBSD: distinfo,v 1.5 2007/08/15 03:52:16 markd Exp $
 
-SHA1 (kscope-1.4.3.tar.gz) = e5aa86c89472c0a9c47368af1a82954b5600a09a
-RMD160 (kscope-1.4.3.tar.gz) = b62e9689a58c5aa97ac0b031bfb24dbec8ce8f21
-Size (kscope-1.4.3.tar.gz) = 1252062 bytes
+SHA1 (kscope-1.5.0.tar.gz) = 05f80c5bb7201aa8e4b40e6f068ed8b392012a54
+RMD160 (kscope-1.5.0.tar.gz) = 7808ea0514efc0500259c97d0126fb7373041538
+Size (kscope-1.5.0.tar.gz) = 1267274 bytes



Home | Main Index | Thread Index | Old Index