pkgsrc/www/kdewebdev3/Makefile

27 lines
883 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.55 2013/10/09 17:39:19 wiz Exp $
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
DISTNAME= kdewebdev-${_KDE_VERSION}
PKGREVISION= 27
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
CATEGORIES= www
COMMENT= HTML editor and tools suitable for experienced web developers
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_TOOLS+= perl
Update to kde 3.5.9 Quanta Plus * Insert literal character entities if possible. * List the plugin in the Open With context menu. * Fix crashes when using XDebug. * Do not keep an empty, Untitled document opened when opening new files. * Fix crash when closing a plugin and no other document is opened. * Make HTML forms work in the internal preview. * Fix deadlock in CSS editor when the propery contains ":". Kommander * Support executing of widget slots. * Add execute method for PushButton. * Add possibility to pass parameters for ScriptObject. * Add "return" command to get back the result of a ScriptObject. * Add "createWidget" function for on-the-fly widget creation. * Add "widgetExists" function. * Add "execBackground" function. * Add "connect/disconnect" function for on-the-fly signal/slot connection. * Add indexed array functions * Make "a="Label1"; a.setText("foo")" work. * Add "TreeWidget.selectedIndexes". * Add "Table.setCellWidget/cellWidget". * Add "Table.selection" to get back the selection coordinates. * New widgets: "AboutDialog, DatePicker, PopupMenu, ToolBox" * Use the new parser by default for new dialogs. * Support shebang ("#!/path_to/kmdr-executor") in the beginning of the .kmdr files. Running .kmdr files is possible directly if you make them executable. * Warn if a dialog file is not executable. * Store Kommander version in the "VERSION/_VERSION" global variable. * Add experimental Kommander KPart (Kommander dialogs can be embedded in other KDE applications). * Make "input_color" and "@Input.color" accept a default color argument. * Make "TreeWidget.selection" work in multi selection mode. * Make "TreeWidget.setSelection" show the selected item. * Make "CheckBox.setChecked" accept as argument false, "false", true, "true", 0 (meaning false), everything else meaning "true". * Optionally quote the strings inserted via the function browser. * Use combobox for booleans in the function browser. * Use multiline insert box in function browser. * Add highlighting for the new parser. * Make possible to open more associated editors at once. * Make it possible to run external script in a ScriptObject. * "execute" DCOP call returns a string. * The editor does not save the dialog on running. * Create backup files every 5 minutes. * Rework the plugin system. * Set new functions only available to new parser such as createWidget to not be shown in the function browser if the old parser is run. * Show all available functions in the function browser. * Insert the functions using the syntax of the new parser if #!kommander is specified in the associated text. * Return the result of a division in floating form if the result is not an integer. * Update the handbook. * Install examples that are easily reachable from the editor. * Fix "exit" command. * Make "dcopid, pid, parentPid" work in the new parser. * Fix problem with losing the parser type status in the editor when working with multiple dialogs. * "@Array.fromString" should append the new elements to the array, just like it did before and how "array_fromString" does. * Fix @eval for addition/substraction and handle division by zero. * Process code written in external script using the old parser. * Fix many cases when the code was executed altough it was in a codepath that should not be executed. * Fixed the bug in the input text dialog where entering a default value returned the caption. * Fix the for loop parsing if end < start.
2008-02-20 10:57:47 +01:00
REPLACE_PERL+= kommander/working/extractkmdr \
quanta/scripts/TemplateMagic.pl \
quanta/scripts/dwt.pl
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
SUBST_CLASSES+= xmlpath
SUBST_STAGE.xmlpath= post-patch
SUBST_MESSAGE.xmlpath= Fix broken libxml2 path.
SUBST_FILES.xmlpath= klinkstatus/src/utils/Makefile.in
SUBST_SED.xmlpath= -e s:/usr/include/libxml2:${PREFIX}/include/libxml2:
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport. Changes: * NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer * NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia, Paulo Moura Guedes * Quanta Plus o Use KMDI for the MDI Andras Mantia o Basic support for development teams in projects Andras Mantia o Directory Templates Andras Mantia o Complete template features Andras Mantia o Supplemental project file data Eric Laffoon o Multiple upload profiles Andras Mantia o Basic CVS project integration (Commit/Update) Andras Mantia o Support for downloading resources from a central server Andras Mantia o Event actions for file and project operations Andras Mantia o Interface personalities for tasks and project team members Andras Mantia o PHP debugger support Linus McCabe, Thiago Silva o Improve the file trees Jens Herden o Basic support for any editor implementing the KTextEditor interface Andras Mantia o Replace accented characters on the fly Andras Mantia * Kommander o Enable list widget functionality Michal Rudolf o Enable tree detail widget functionality Michal Rudolf o Improve the editor Michal Rudolf o Improve the text editor Michal Rudolf o Add DCOP functions assistant Michal Rudolf o Handle multiple dialogs packaged in single archive Michal Rudolf o Add localization functions Michal Rudolf o Enable free slots Michal Rudolf o Make widgets DCOP accessable Michal Rudolf o Add the ability to plug in widgets Marc Britton o Add rich text blogging widget Marc Britton o New @readSetting and @writeSetting specials for saving text Marc Britton o Population text - populates widgets with signals and slots Marc Britton * KFileReplace o New startup/new project dialog Andras Mantia * KLinkStatus o Filter to display links (broken, good, timeout, etc) Paulo Moura Guedes o Pause and resume search. Paulo Moura Guedes o Validate URLs with reference (#) Paulo Moura Guedes o Edit link referrers in Quanta Paulo Moura Guedes o Add GUI for settings. Paulo Moura Guedes
2004-08-21 17:24:04 +02:00
.include "../../mk/bsd.pkg.mk"