pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kdevelop Update to kdevelop-3.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac645bcf46d2
branches:  trunk
changeset: 468597:ac645bcf46d2
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 15 12:06:12 2004 +0000

description:
Update to kdevelop-3.0.0

KDevelop now supports over 15 programming languages and numerous version
control systems, debuggers, documentation formats and build tools. Any
Editor supporting the KTextEditor interfaces can be used as native
KDevelop editor, including kate, qEditor and kvim. Build tools like
automake, qmake or ant are supported natively, meaning that KDevelop does
not maintain its own object repository. Changes in the native project
files will be reflected in KDevelop and vice-versa.

The C++ support offers a class view showing all the symbols either flat or
hierarchical by namespaces and allows easy code-navigation. A background
parser updates the symbols on the fly and also shows syntactical errors in
the source code. The code completion even deals with Qt signals and slots.

With its new open architecture, KDevelop can be customized in every
respect. The user interface can be switched on the fly from classic MDI
mode to the modern IDEAl mode, featuring a code-centric approach with
on-demand tool-views.

KDevelop features extensive support for navigating the source code. Symbols
and filenames can be accessed by just typing part of the name, recently
modified files can be reached with a simple keystroke.

diffstat:

 devel/kdevelop/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 4729431ce2d2 -r ac645bcf46d2 devel/kdevelop/Makefile
--- a/devel/kdevelop/Makefile   Sun Feb 15 12:03:59 2004 +0000
+++ b/devel/kdevelop/Makefile   Sun Feb 15 12:06:12 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2003/07/17 21:31:13 grant Exp $
+# $NetBSD: Makefile,v 1.38 2004/02/15 12:06:12 markd Exp $
 
-DISTNAME=      kdevelop-2.1.5
-PKGREVISION=   1
+DISTNAME=      kdevelop-3.0.0
 CATEGORIES=    devel kde
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -10,8 +9,8 @@
 HOMEPAGE=       http://www.kdevelop.org/
 COMMENT=       Integrated Development Enviroment for Unix/X11/KDE
 
-DEPENDS+=      c-cpp-reference>=2.0:../c-cpp-reference
-DEPENDS+=      kdbg>=1.2.5:../kdbg
+DEPENDS+=      c-cpp-reference>=2.0.2nb2:../../devel/c-cpp-reference
+DEPENDS+=      kdbg>=1.2.5:../../devel/kdbg
 
 NO_CHECKSUM=   YES
 NO_BUILD=      YES



Home | Main Index | Thread Index | Old Index