summaryrefslogtreecommitdiff
path: root/devel/kdevelop
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-02-15 12:06:12 +0000
committermarkd <markd@pkgsrc.org>2004-02-15 12:06:12 +0000
commitbffe3cd864b8d8f51a1c46a98d03eefd9a57346c (patch)
tree544ed9af90552d0c8dc0c1305d4c28de4b3b16f4 /devel/kdevelop
parentdf7c178b5f8291fc503c9dac67071302c5142b87 (diff)
downloadpkgsrc-bffe3cd864b8d8f51a1c46a98d03eefd9a57346c.tar.gz
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 (limited to 'devel/kdevelop')
-rw-r--r--devel/kdevelop/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index 812c0aa164d..80f82e178f0 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -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 @@ MAINTAINER= skrll@NetBSD.org
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