Subject: CVS commit: pkgsrc/devel/kdevelop-base
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2004 11:25:24
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Feb 15 11:25:24 UTC 2004

Modified Files:
	pkgsrc/devel/kdevelop-base: Makefile PLIST distinfo
	pkgsrc/devel/kdevelop-base/patches: patch-aa patch-ab patch-ac
Removed Files:
	pkgsrc/devel/kdevelop-base/patches: patch-ad patch-ae

Log Message:
Update kdevelop to 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.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/devel/kdevelop-base/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/kdevelop-base/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/kdevelop-base/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/kdevelop-base/patches/patch-aa \
    pkgsrc/devel/kdevelop-base/patches/patch-ab \
    pkgsrc/devel/kdevelop-base/patches/patch-ac
cvs rdiff -r1.4 -r0 pkgsrc/devel/kdevelop-base/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/devel/kdevelop-base/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.