diff options
author | markd <markd@pkgsrc.org> | 2006-03-30 02:42:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-30 02:42:52 +0000 |
commit | 1b8a47f0bf8343a088d4ee50565711c84c66cf13 (patch) | |
tree | 24018b352328cc36ec4a30c1ec00a92d24e64fec /www | |
parent | bd6154dfea29f0c6f083f206e964d2f65e9e5671 (diff) | |
download | pkgsrc-1b8a47f0bf8343a088d4ee50565711c84c66cf13.tar.gz |
Update to KDE 3.5.2
* Quanta Plus
o allow opening of read-only remote files, like from http://
o fix insertion of files to the project
o fix detection of existing shortcuts
o ignore special areas inside comments
o set the user action tooltips correctly
o fix random crashing when editing PHP files
o fix a crash when using the attribute tree
o fix insertion of relative URLs from the attribute tree
o fix resolving of relative URLs when there are symlinks around
o fix addition of local directories to the project
o fix for dtep data of xhtml1.1
o fix some bugs in the new project wizard
o always reload a file if the user wants it
o fix previewing of read-only files
o reload project tree for remote projects after rescanning the
project folder
o less reparsing of the document while typing is in progress
o open dropped files
o don't try to remove an empty, unmodified buffer, if it is the
last opened one
o remember cursor position for project documents
o add the standard show/hide menubar action
o add possibility to limit the number of recent files/projects.
No GUI, use "Recent Files Limit" in the [General Options]
section
o show the project name in the window titlebar
o mark uploaded files as uploaded even if upload fails later
o new DCOP methods:
+ WindowManagerIf::uploadURL(url, profile, markOnly)
+ QuantaIf::groupElements(groupName)
* Kommander
o accept DCOP methods without parantheses
Diffstat (limited to 'www')
-rw-r--r-- | www/kdewebdev3/Makefile | 11 | ||||
-rw-r--r-- | www/kdewebdev3/PLIST | 4 | ||||
-rw-r--r-- | www/kdewebdev3/distinfo | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/www/kdewebdev3/Makefile b/www/kdewebdev3/Makefile index 35dd84a9b1e..8a60df0a226 100644 --- a/www/kdewebdev3/Makefile +++ b/www/kdewebdev3/Makefile @@ -1,16 +1,21 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:11:25 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/30 02:42:52 markd Exp $ DISTNAME= kdewebdev-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= www COMMENT= HTML editor and tools suitable for experienced web developers .include "../../meta-pkgs/kde3/Makefile.kde3" USE_TOOLS+= perl -REPLACE_PERL= quanta/scripts/TemplateMagic.pl \ +REPLACE_PERL+= quanta/scripts/TemplateMagic.pl \ quanta/scripts/dwt.pl +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: + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/www/kdewebdev3/PLIST b/www/kdewebdev3/PLIST index 80bad092b03..51f14c4cd94 100644 --- a/www/kdewebdev3/PLIST +++ b/www/kdewebdev3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/12/11 11:09:40 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/03/30 02:42:52 markd Exp $ bin/kfilereplace bin/kimagemapeditor bin/klinkstatus @@ -233,6 +233,7 @@ share/kde/apps/kimagemapeditor/kimagemapeditorui.rc share/kde/apps/kimagemapeditor/polygoncursor.png share/kde/apps/kimagemapeditor/removepointcursor.png share/kde/apps/klinkstatus/klinkstatus_shell.rc +share/kde/apps/klinkstatus/styles/results_stylesheet.xsl share/kde/apps/klinkstatuspart/klinkstatus_part.rc share/kde/apps/klinkstatuspart/pics/304.png share/kde/apps/kmdr-editor/pics/kommandersplash.png @@ -1720,6 +1721,7 @@ share/kde/servicetypes/quantadebugger.desktop @dirrm share/kde/apps/kmdr-editor @dirrm share/kde/apps/klinkstatuspart/pics @dirrm share/kde/apps/klinkstatuspart +@dirrm share/kde/apps/klinkstatus/styles @dirrm share/kde/apps/klinkstatus @dirrm share/kde/apps/kimagemapeditor @dirrm share/kde/apps/kfilereplacepart/icons/crystalsvg/22x22/actions diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo index 9b7df99cf5e..2a089c0b4aa 100644 --- a/www/kdewebdev3/distinfo +++ b/www/kdewebdev3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/01/31 22:29:05 markd Exp $ +$NetBSD: distinfo,v 1.13 2006/03/30 02:42:52 markd Exp $ -SHA1 (kdewebdev-3.5.1.tar.bz2) = d6b8e0214da136c87900fdf7ca050da8a1b1c5e0 -RMD160 (kdewebdev-3.5.1.tar.bz2) = 0264703da364d0acf66532fdd618aed3a45eb2e6 -Size (kdewebdev-3.5.1.tar.bz2) = 6025620 bytes +SHA1 (kdewebdev-3.5.2.tar.bz2) = 29d84a66b3d5be52e729c962c2994199db6f63e7 +RMD160 (kdewebdev-3.5.2.tar.bz2) = 49aa984a076c95743a3ce8fb93041eace6d7ca46 +Size (kdewebdev-3.5.2.tar.bz2) = 6012355 bytes |