diff options
author | markd <markd@pkgsrc.org> | 2004-02-05 08:27:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-05 08:27:59 +0000 |
commit | 958e52c7234259b5be23c6bc0adb14ba07aed507 (patch) | |
tree | f27a5b079cd0cd8e768e7181b3e8837ea51e870c /devel/kdesdk3/Makefile | |
parent | 1f190fe0f578c7b0a729f19528e48357ed82463f (diff) | |
download | pkgsrc-958e52c7234259b5be23c6bc0adb14ba07aed507.tar.gz |
Update to KDE 3.2
Changes:
SDK
KUIViewer
* NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian
Reinhart Geiser
UI Thumbnail
* NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser
KCachegrind
* NEW IN KDE: KCachegrind, a profile data visualisation. The data is
generated with the Valgrind derived tool Calltree (see homepage) Josef
Weidendorfer
Cervisia
* Login support for pserver cvs servers Christian Loose
* DCOP service that provides easy access to CVS functions (cvsservice)
Christian Loose
* Optimize and improve Cervisia's file and directory view (UpdateView)
Andre Woebbeking
* Better SSH support. Add ability to start and use ssh-agent.
Christian Loose
* More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre
Woebbeking
* Remember last opened directory in "Open Sandbox..." dialog Christian
Loose
* Add new command line option (-log) to display a log dialog for a
single file without starting Cervisia Christian Loose
* Add "diff to HEAD" functionality to display changes made by other
developers before updating the local working copy Andre Woebbeking
* Make list views configurable (column order/widths, sorting) Andre
Woebbeking
* Add "Hide Empty Directories" functionality to display only
directories which contain any "changes" Andre Woebbeking
* Use user's settings (locale and timezone) to display dates and times
Andre Woebbeking
* Add splitters to resolve dialog Christian Loose
* Add new view to log dialog that shows the cvs output in a similar
form as the command-line client. Christian Loose
KFilePlugins
* ts: Displays the number of translated, untranslated and obsolete
messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus
* diffAdded support for recognizing Subversion diff output. Otto
Bruggeman
KBabel
* Catalog Manager caching Stefan Asserhall
* Bookmarks Marco Wegner
* TMX dictionary plugin Stanislav Visnovsky
* Highlighting code rewrite Marco Wegner
* CVS integration in Catalog Manager Marco Wegner
* GNU gettext plural forms Stanislav Visnovsky
* Validation plugin-based tools Stanislav Visnovsky
* Create plural form translation from single text Stanislav Visnovsky
* Marking using mouse in Catalog Manager Stanislav Visnovsky
* RegExp marking in Catalog Manager Marco Wegner
* Plugin-based file import/export Stanislav Visnovsky
* Autosave feature Marco Wegner
* Whitespace translations validation plugin Dwayne Bailey
* Translation length validation plugin Dwayne Bailey
* Translations still in English validation plugin Dwayne Bailey
* Qt Linguist import/export plugin Marco Wegner
Kompare
* Fixed some problems with the interaction between the navigation part
and the komparepart, mostly preventing double emitted signals so it
got a bit faster. Otto Bruggeman
* Added the ability to load a file and diff output and to patch the
file. Otto Bruggeman
* A lot of internal cleanups so maintenance will be easier. Otto
Bruggeman
* Added an interface class/library you can link your application against
to expose the extra methods the komparepart implements over a standard
KPart. This is not guaranteed to be binary compatible yet. I might
need to add support for the encoding in the interface. Otto Bruggeman
Umbrello
* NEW IN KDE: Umbrello UML Modeller Umbrello Developers
* refactoring agent Umbrello Developers
* improved code export Umbrello Developers
* changing properties of multiple items at one time Sebastian Stein
* refactor internal code (Widget and WidgetData classes) Oliver Kellogg
* Add Datatype widget and internal representation Umbrello Developers
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r-- | devel/kdesdk3/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 859e9ab7449..1e26f512465 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/05 08:27:59 markd Exp $ -DISTNAME= kdesdk-3.1.5 -PKGREVISION= 1 +DISTNAME= kdesdk-${_KDE_VERSION} CATEGORIES= devel COMMENT= Support applications and tools used by KDE developers -CONFLICTS= cervisia-[0-9]* +CONFLICTS+= cervisia-[0-9]* +CONFLICTS+= umbrello-[0-9]* .include "../../meta-pkgs/kde3/Makefile.kde3" @@ -14,7 +14,9 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/kapptemplate/admin/ltconfig BUILD_DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools -REPLACE_PERL= scripts/cvs2pack \ +REPLACE_PERL= cervisia/change_colors.pl \ + cervisia/move_repositories.pl \ + scripts/cvs2pack \ scripts/cvsblame \ scripts/cvscheck \ scripts/cvslastchange \ |