summaryrefslogtreecommitdiff
path: root/devel/kdevelop-base
AgeCommit message (Collapse)AuthorFilesLines
2004-10-15Update linkage to libltdl, now in its own package.tv1-1/+2
2004-10-13Update to kdevelop 3.1.1 (part of KDE 3.3.1)markd2-7/+6
Changes unknown.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-115/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-21Update to kdevelop 3.1.0 (part of KDE 3.3)markd10-679/+768
Changes: * Simple toolbar classbrowser Alexander Dymo * New documentation plugin Alexander Dymo * KDevAssistant application - a standalone API documentation viewer Alexander Dymo * Framework for various project documentation plugins Alexander Dymo * Doxygen plugin updates Amilcar do Carmo Lucas * KDevLicense interface Sascha Cunz * Copy/Paste in editor context menu Jens Dagerbo * New FileList plugin Jens Dagerbo * Make some KMDI features configurable Jens Dagerbo * New Code Snippet plugin Robert Gruber * Doxygen preview and autocomment Jonas Jacobi
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd2-6/+6
changes: unknown
2004-04-20bl3ify and update to kdevelop3.0.3markd5-27/+60
Changes: * Fixed: A case where selected items that disappeared due to filesystem events could crash the FileTree. * Fixed: Several language parsers were updated to use QRegExp instead of the deprecated KRegExp. * Fixed: 74570: Custom makefiles project doesn't support "GNUmakefile" file name (Don't try to outguess make.) * Fixed: 75172: Changing projects with unsaved work (Don't set recent project marker when user cancels project change.) * Fixed: 75943: Crash during directory scan (Don't crash when we don't have permission to read a directory.) * Fixed: 77278: Grep component fails to search with spaces in path * Fixed: 78776: Crash in CustomProjectPart::populateProject populating new project
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-09Update kdevelop to 3.0.2.markd3-14/+33
Changes: IMPROVED - Much improved KDevelop User Manual. IMPROVED - C++ parser twice as fast and more memory efficient. IMPROVED - Faster/lighter configuration dialogs - the heaviest pages are now demand-loaded. IMPROVED - FileGroups plugin now smarter at applying regexps - much faster for common group definitions IMPROVED - Removed performance bottleneck that made the initial parsing of a project very slow. IMPROVED - KCModule Template to use KDE 3.0 API and KGenericFactory. IMPROVED - Make source files generated with appwizard honor the selected file templates. IMPROVED - Clanlib documentation IMPROVED - Project templates by ignoring irrelevant documentation and other small fixes. IMPROVED - Configuration script now allows to disable the compilation of certain KDevelop parts. ADDED - A new "Simple Designer based KDE application" template was added. ADDED - SearchText in QEditor ADDED - Possibility to change fontsize in documentation browser. FIXED - The infamous "Gentoo-crash" finally found and fixed. FIXED - Make Haskell language support work again FIXED - Debugger plugin: "Clear all breakpoints" FIXED - Grep plugin: Don't sometimes crash when interrupting a find while a build is running. FIXED - Grep plugin: Don't confuse files with very similar filenames and avoid potentially slow O(n) lookup. FIXED - Grep plugin: Don't show garbage hits - clean up after a previous interrupted run. FIXED - A case where unsaved files aren't queried for saving when KDevelop is closed. FIXED - A case where a running program that produced a lot of debug output could crash KDevelop FIXED - Debugger will not start (libtool issue) FIXED - Back and forward buttons available in context menu. FIXED - Run Options not honored (custom makefiles) FIXED - Problems on minimum wxWindows version test. FIXED - wxWindows apptemplate broke compilation with Unicode compiled wxWindows FIXED - Cannot translate project due to srcdir != builddir. FIXED - Kdevelop crashes when closing multiple files via Keyboard FIXED - Grep dialog doesn't prepopulate with selected text. FIXED - Unsaved changes icon disappears even if save could not be performed. FIXED - Crashes while loading plugins after unloading plugins. FIXED - expand text (ctrl+J) crashes kdevelop. FIXED - cvs tools may crash kdevelop. FIXED - switching docks when no file is loaded crash kdevelop. FIXED - Kdevelop crashes when typing a dot at the end of a comment. FIXED - Incomplete make clean for parts/appwizard/common. FIXED - Use -u instead of -u3 since it is obsoleted. FIXED - kdevelop looks weird after previewing forms in KUIViewer. FIXED - close all in context menu with two changed documents doesn't respond to cancel properly. FIXED - Crash when working with Java ant projects. FIXED - Drop-down lists of toolbar combo views don't appear with UI effects on. FIXED - Automake 1.8.x not supported. FIXED - Unable to debug Hello World C++ program. FIXED - Lots of other small things we've forgotten...
2004-02-15Update kdevelop to 3.0.0.markd8-546/+1363
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.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2
2003-11-05gcc3 compilation problem.markd2-1/+15
From John Shannon in PR pkg/23248.
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-08-05bump revision after qt3/kde prefix changedrochner1-2/+2
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-13Added kimport, kdevdlg2ui and on2two perl scripts to REPLACE_PERLwulf1-2/+5
2003-07-03Fix some templates to work with the (newer) automake that comes withskrll2-3/+34
pkgsrc. Fixes PR 21989 from Rene Schickbauer.
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-04-27Whitespace policecjep1-3/+3
2003-03-11Update KDE to 3.1.markd4-38/+71
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.
2003-01-22This should have been updated in the switch to a --disable-static libtool.skrll1-8/+1
Thanks Thomas.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-3/+3
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-11-26NetBSD tag.cjep4-0/+4
2002-10-03It was pointed out that automake.mk only does BUILD_DEPENDS so go backmarkd1-2/+2
to an explicit DEPENDS on the latest automake package.
2002-10-03Update to version 2.1.3 to bring into sync with KDE 3.0.3 release.markd2-11/+10
Changes are misc bug fixes. Also buildlink1 -> buildlink2 Use mk/automake.mk. The implied dependency updates from using automake.mk fix PR pkg/18368
2002-07-17Update to 2.1.2 and to use KDE 3.0.skrll7-148/+114
Lots of bug fixes and new features. This closes pkg/17579 from Joe Reed <jnr@po.cwru.edu>
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-5/+6
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-04hmm, having a bad cvs day.skrll4-0/+218
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll3-567/+242
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10Removed duplicated dependency a2pswulf1-3/+2
2001-03-04List me as maintainer of this package.tron1-2/+2
2001-03-04Make "CONFLICTS" line easier to understand.tron1-2/+2
2001-03-04Import new "kdevelop-base" package:tron5-0/+667
Base modules for IDE for Unix/X11/KDE This package is part of the reorganized "kdevelop" package infra structure.