diff options
author | markd <markd> | 2003-07-30 13:48:32 +0000 |
---|---|---|
committer | markd <markd> | 2003-07-30 13:48:32 +0000 |
commit | 15b17a1225483bf0ca5c79700881d7d88125c739 (patch) | |
tree | 6f728cf9c24c74aa9dc982c97d48f604cbc73c9e /www | |
parent | f117be3c832d48fde278def9ad6629e0c51376b5 (diff) | |
download | pkgsrc-15b17a1225483bf0ca5c79700881d7d88125c739.tar.gz |
Update quanta to 3.1.3.
Bugfixes:
* use the project base directory as the working directory for script actions
* warn about existing files on rename
* encode the subject in a mailto url
* fix conflicting shortcut for Misc. Tag
* fix possible crashes when using plugins
* quote also the numbers in the attribute values
* show the directory on the remote PC when using Save As for remote files, instead
trying to switch to the file on the local disc
* don't break the doctype line when changing the DTD
* insert valid doctype line when using the Quick Start button
* don't crash when trying to edit tags without proper .tag file (like <b>)
* enable copying from documentation/preview even if the user uses separate
clipboard and selection
Enhancements:
* don't insert spaces before CSS values (it disturbs some browsers)
* default to the project dir when saving a new document
* replace %pid with Quanta's pid and %input with the selected input source in the
script action line
Diffstat (limited to 'www')
-rw-r--r-- | www/quanta3/Makefile | 9 | ||||
-rw-r--r-- | www/quanta3/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/quanta3/Makefile b/www/quanta3/Makefile index 4a2a220cf3f..b83ebdc75b5 100644 --- a/www/quanta3/Makefile +++ b/www/quanta3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/07/13 13:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/30 13:48:32 markd Exp $ -DISTNAME= quanta-3.1.2 -PKGREVISION= 1 +DISTNAME= quanta-3.1.3 CATEGORIES= www COMMENT= HTML editor suitable for experienced web developers -.include "../../x11/kde3/Makefile.kde3" +.include "../../meta-pkgs/kde3/Makefile.kde3" USE_BUILDLINK2= YES @@ -15,7 +14,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../x11/kde3/buildlink2.mk" +.include "../../meta-pkgs/kde3/buildlink2.mk" .include "../../x11/kdebase3/buildlink2.mk" .include "../../x11/qt3-tools/buildlink2.mk" diff --git a/www/quanta3/distinfo b/www/quanta3/distinfo index 4aff6d90ef5..fd700a06ea1 100644 --- a/www/quanta3/distinfo +++ b/www/quanta3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/05/22 02:48:59 markd Exp $ +$NetBSD: distinfo,v 1.4 2003/07/30 13:48:32 markd Exp $ -SHA1 (quanta-3.1.2.tar.bz2) = 8a101afaa5daf5b4374ac60ee415b681e3b47959 -Size (quanta-3.1.2.tar.bz2) = 2876456 bytes +SHA1 (quanta-3.1.3.tar.bz2) = e5c7e7176fe08f7b488c01bc7d9170b4346c1f36 +Size (quanta-3.1.3.tar.bz2) = 2876619 bytes |