From 74772ee2eca768cb44ded5ccfe0369e32aedc838 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 15 Feb 2004 12:06:12 +0000 Subject: 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. --- devel/kdevelop/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3