pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/quanta3 bl3ify and update to kde3.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26fc183ffd16
branches:  trunk
changeset: 473489:26fc183ffd16
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 20 12:53:28 2004 +0000

description:
bl3ify and update to kde3.2.2.

Changes:
* VPL: don't lose the comment text from inside a comment
* make removal of top folders added with "New Top Folder" possible
* never crash when invoking the CSS editor on an empty document
* don't crash when invoking the CSS editor after a <style> without the
  closing </style>
* other CSS editor invocation fixes
* don't change the tab name if saving under a new name failed
* use the correct quotation and case when inserting a link to a file from
  the treeviews
* fix preview when preview prefix is used
* remove the < and > from the misc. tag
* don't crash when parsing an included file
* don't break the opening tag when some new tag is pasted inside an
  existing one
* don't insert the closing tag for a Tag action if it is not requested to
  do so
* performance improvement: parse the included files less often

diffstat:

 www/quanta3/Makefile |  15 +++++----------
 www/quanta3/PLIST    |   3 +--
 www/quanta3/distinfo |   6 +++---
 3 files changed, 9 insertions(+), 15 deletions(-)

diffs (64 lines):

diff -r c65b5462f269 -r 26fc183ffd16 www/quanta3/Makefile
--- a/www/quanta3/Makefile      Tue Apr 20 12:44:16 2004 +0000
+++ b/www/quanta3/Makefile      Tue Apr 20 12:53:28 2004 +0000
@@ -1,24 +1,19 @@
-# $NetBSD: Makefile,v 1.17 2004/04/05 11:52:31 markd Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/20 12:53:28 markd Exp $
 
 DISTNAME=      quanta-${_KDE_VERSION}
-PKGREVISION=   2
 CATEGORIES=    www
 COMMENT=       HTML editor suitable for experienced web developers
 
 .include "../../meta-pkgs/kde3/Makefile.kde3"
 
-USE_BUILDLINK2=                YES
-
+USE_BUILDLINK3=                YES
 USE_PERL5=             build
-USE_GNU_TOOLS+=                make
-GNU_CONFIGURE=          YES
-USE_LIBTOOL=            YES
 
 REPLACE_PERL=          quanta/data/scripts/TemplateMagic.pl \
                        quanta/data/scripts/dwt.pl
 
-.include "../../meta-pkgs/kde3/buildlink2.mk"
-.include "../../x11/kdebase3/buildlink2.mk"
-.include "../../x11/qt3-tools/buildlink2.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c65b5462f269 -r 26fc183ffd16 www/quanta3/PLIST
--- a/www/quanta3/PLIST Tue Apr 20 12:44:16 2004 +0000
+++ b/www/quanta3/PLIST Tue Apr 20 12:53:28 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/03/09 11:47:08 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/04/20 12:53:28 markd Exp $
 bin/kmdr-editor
 bin/kmdr-executor
 bin/kxsldbg
@@ -117,7 +117,6 @@
 share/kde/applnk/Development/kmdr-editor.desktop
 share/kde/applnk/Development/kxsldbg.desktop
 share/kde/applnk/Development/quanta.desktop
-share/kde/applnk/Utilities/kfilereplacepart.desktop
 share/kde/apps/kafkapart/entities
 share/kde/apps/kafkapart/pics/php.png
 share/kde/apps/kfilereplacepart/kfilereplacepartui.rc
diff -r c65b5462f269 -r 26fc183ffd16 www/quanta3/distinfo
--- a/www/quanta3/distinfo      Tue Apr 20 12:44:16 2004 +0000
+++ b/www/quanta3/distinfo      Tue Apr 20 12:53:28 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2004/04/05 11:52:31 markd Exp $
+$NetBSD: distinfo,v 1.10 2004/04/20 12:53:28 markd Exp $
 
-SHA1 (quanta-3.2.1.tar.bz2) = 6a93df392d8726740281cc00fbf042374e74eef6
-Size (quanta-3.2.1.tar.bz2) = 3632173 bytes
+SHA1 (quanta-3.2.2.tar.bz2) = de61928e68a92b49fb875d55921c819c8dddcce2
+Size (quanta-3.2.2.tar.bz2) = 3527064 bytes
 SHA1 (patch-aa) = 705605a78c7cf55c4d6db09ac5053f16ca010691
 SHA1 (patch-ab) = 923728303d8220eb27160763d2bf0846c020c34f
 SHA1 (patch-ac) = 59106b54c5caf199288b27283426c777e1b135a6



Home | Main Index | Thread Index | Old Index