summaryrefslogtreecommitdiff
path: root/www/kdewebdev3/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-08-21 15:24:04 +0000
committermarkd <markd>2004-08-21 15:24:04 +0000
commit1a3bd06ced0dfc9bf2c56e33df2231106376e671 (patch)
treea83a398d33e62d9849ab4e81b4b71e5692e8d6a0 /www/kdewebdev3/Makefile
parent0dd275534f8d73214313183da1b78566095a4a55 (diff)
downloadpkgsrc-1a3bd06ced0dfc9bf2c56e33df2231106376e671.tar.gz
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
Diffstat (limited to 'www/kdewebdev3/Makefile')
-rw-r--r--www/kdewebdev3/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/kdewebdev3/Makefile b/www/kdewebdev3/Makefile
new file mode 100644
index 00000000000..4ae9c068073
--- /dev/null
+++ b/www/kdewebdev3/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/21 15:24:04 markd Exp $
+
+DISTNAME= kdewebdev-${_KDE_VERSION}
+CATEGORIES= www
+COMMENT= HTML editor and tools suitable for experienced web developers
+
+.include "../../meta-pkgs/kde3/Makefile.kde3"
+
+USE_BUILDLINK3= YES
+USE_PERL5= build
+
+REPLACE_PERL= quanta/data/scripts/TemplateMagic.pl \
+ quanta/data/scripts/dwt.pl
+
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"