958e52c723
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
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2004/02/05 08:27:59 markd Exp $
|
|
|
|
DISTNAME= kdesdk-${_KDE_VERSION}
|
|
CATEGORIES= devel
|
|
COMMENT= Support applications and tools used by KDE developers
|
|
|
|
CONFLICTS+= cervisia-[0-9]*
|
|
CONFLICTS+= umbrello-[0-9]*
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_BUILDLINK2= YES
|
|
LTCONFIG_OVERRIDE+= ${WRKSRC}/kapptemplate/admin/ltconfig
|
|
|
|
BUILD_DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools
|
|
|
|
REPLACE_PERL= cervisia/change_colors.pl \
|
|
cervisia/move_repositories.pl \
|
|
scripts/cvs2pack \
|
|
scripts/cvsblame \
|
|
scripts/cvscheck \
|
|
scripts/cvslastchange \
|
|
scripts/cxxmetric \
|
|
scripts/extend_dmalloc \
|
|
scripts/extractrc \
|
|
scripts/fixincludes \
|
|
scripts/includemocs \
|
|
scripts/noncvslist
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_SRC= # empty
|
|
.if ${OPSYS} == "Linux"
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
|
|
.endif
|
|
PLIST_SRC+= ${PKGDIR}/PLIST
|
|
|
|
.include "../../databases/db/buildlink2.mk"
|
|
.include "../../devel/libtool/buildlink2.mk"
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|