pkgsrc/devel/kdesdk3/Makefile

85 lines
2.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.33 2005/04/11 21:45:25 tv Exp $
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
2004-02-05 09:27:59 +01:00
DISTNAME= kdesdk-${_KDE_VERSION}
CATEGORIES= devel
COMMENT= Support applications and tools used by KDE developers
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
2004-02-05 09:27:59 +01:00
CONFLICTS+= cervisia-[0-9]*
CONFLICTS+= umbrello-[0-9]*
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_DIRS+= xdg-1.1
2004-11-02 13:02:36 +01:00
USE_GNU_TOOLS+= lex
USE_PERL5= run
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
2004-02-05 09:27:59 +01:00
REPLACE_PERL= cervisia/change_colors.pl \
cervisia/move_repositories.pl \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
cervisia/cervisia-change_repos_list.pl \
cervisia/cervisia-normalize_cvsroot.pl \
kapptemplate/admin/am_edit \
kapptemplate/admin/bcheck.pl \
kapptemplate/admin/cvs-clean.pl \
kapptemplate/admin/debianrules \
kapptemplate/admin/nmcheck \
2004-12-10 07:29:31 +01:00
kcachegrind/converters/dprof2calltree \
kcachegrind/converters/memprof2calltree \
kcachegrind/converters/op2calltree \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/authors2xml.pl \
scripts/check_licenses \
scripts/colorcvs \
2004-12-10 07:29:31 +01:00
scripts/cvs-clean \
scripts/cvsblame \
scripts/cvscheck \
scripts/cvslastchange \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/cvslastreferenced \
scripts/cxxmetric \
scripts/extend_dmalloc \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/extractattr \
scripts/extractrc \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/fixheaders \
2004-12-10 07:29:31 +01:00
scripts/fixkdeincludes \
scripts/fixuifiles \
scripts/includemocs \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/kde-spellcheck.pl \
2004-12-10 07:29:31 +01:00
scripts/kdemangen.pl \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
scripts/licensecheck \
scripts/noncvslist \
scripts/png2mng.pl \
scripts/rc2kcfgxt.pl
REPLACE_INTERPRETER+= bash
_REPLACE.bash.old= /bin/bash
_REPLACE.bash.new= /bin/sh
_REPLACE_FILES.bash= scripts/cvs2dist scripts/makeobj \
scripts/package_crystalsvg
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= # empty
.if ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
.endif
PLIST_SRC+= ${PKGDIR}/PLIST
2005-03-29 12:50:14 +02:00
PKG_OPTIONS_VAR= PKG_OPTIONS.kdesdk
PKG_SUPPORTED_OPTIONS= svn
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msvn)
.include "../../devel/subversion/buildlink3.mk"
CONFIGURE_ARGS+= --with-svn-include="${BUILDLINK_PREFIX.subversion-base}/include"
CONFIGURE_ARGS+= --with-svn-lib="${BUILDLINK_PREFIX.subversion-base}/lib"
PLIST_SUBST+= HAVE_SVN=""
.else
PLIST_SUBST+= HAVE_SVN="@comment"
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"