summaryrefslogtreecommitdiff
path: root/devel/kdevelop
AgeCommit message (Collapse)AuthorFilesLines
2004-12-10Update to kdevelop 3.1.2 (part of kde 3.3.2)markd1-2/+2
2004-10-13Update to kdevelop 3.1.1 (part of KDE 3.3.1).markd1-2/+2
2004-08-21Update to kdevelop 3.1.0 (part of KDE 3.3)markd1-3/+3
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd1-2/+2
2004-04-20Update to kdevelop3.0.3.markd1-3/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-10This time actually take maintainership of kdevelop.markd1-2/+2
2004-03-09Remove myself as maintainer.skrll1-2/+2
2004-03-09Update to kdevelop 3.0.2.markd1-2/+2
2004-02-21s/Enviroment/Environment/snj1-2/+2
2004-02-15Update to kdevelop-3.0.0markd1-5/+4
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.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-11Update KDE to 3.1.markd1-2/+2
Many bugfixes and functionality enhancements including: kdesdk KBugBuster Adapted KBugBuster to the new Bugzilla based KDE bug tracking system. Implemented Bookmarking support for Bug reports. Changing view settings no longer requires a reload. Added toolbar KBabel Automatic update of Project-Id-Version Possibility to specify localized translator name Validation & highlighting of XML Save special (the settings can be changed for the particular save) KDE specifics added to rough translation (e.g. only add a new translator in TRANSLATORS) Load/Save markings in Catalog Manager Navigation bar in Catalog Manager Mail PO-file Tag structure tool Rough translation in catalog manager Automatic update of PO header comment Show source code Spellchecking in multiple files Cervisia: made hardcoded colors configurable.
2002-10-03Update to 2.1.3 to sync with the KDE 3.0.3 releasemarkd1-2/+2
2002-07-17Update the kdevelop meta pkg to 2.1.2 as well.skrll1-4/+3
From Joe Reed <jnr@po.cwru.edu> in pkg/17582
2002-06-14Nick Hudson maintains this package at the moment.tron1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-24Wildcard c-cpp-reference dependency.wiz1-2/+2
2001-12-17Update of c-cpp-reference to 2.0.1. No idea what the changes are as thereskrll1-2/+2
doesn't seem to be a change log. From Amitai Schlair <schmonz+netbsd@schmonz.com> in pkg/14976 with a PLIST fix from me.
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll1-2/+2
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-03-04Change "kdevelop" into a meta package and bump version number to 1.3nb1.tron4-1730/+12
The "kdevelop" package infra structure consists of these packages now: - kdelibdocs - kdevelop-base - kdbg - c-cpp-referenc
2001-03-04Because the "kdevelop" package maintains the directory structure which istron1-2/+1
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way arround.
2001-03-01Fix kdbg pattern.wiz1-2/+2
2001-02-27Fixed md5 signature for c_cpp_reference-1.0 packagewulf1-2/+2
2001-02-25Implemented fixes pertaining to PR12206wulf3-5/+1081
Added support for kdelibdocs kde library documentation Added support for c-reference manual Added dependency to kdbg code debugging tool Added dependency to htdig docmentation indexing and search tool
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}.wiz1-2/+2
2000-12-19Updated kdevelop to 1.3wulf3-5/+70
2000-08-29Fix runtime library search path of "libkdlgloader.so.1.0".tron1-2/+3
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf2-3/+4
2000-08-01Add missing locale files and icons.tron1-1/+7
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-05Update kdevelop to 1.2wulf9-248/+339
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+3
libgif.*
2000-02-02Don't append '/' when making directories in the App Wizard.scw3-1/+36
A better place to fix this might be in Qt's QDir class...
1999-12-28regen (removing patch-a[c-f])wiz1-5/+1
1999-12-14Fix dependences again:tron1-2/+1
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-14Update kdevelop to 1.0wennmach6-39/+100
This update is based on the kdevelop-1.0beta4.1 pkg sent to me by Nick Hudson <nick@nthcliff.demon.co.uk> and includes Nick's patches. Changes from previous (1.0beta2) pkg: mainly bugfixes, and a lot of those.
1999-10-27Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates thetron1-2/+1
directories which are used by "kdbg" later.