pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin Update mozilla-bin to 1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2c5757e5560
branches:  trunk
changeset: 463803:e2c5757e5560
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 27 16:07:46 2003 +0000

description:
Update mozilla-bin to 1.5.

New Features and Fixes

* Mozilla now includes a spellchecker for MailNews and Composer.

* Additional MailNews improvements include:
        o Users can add header lines to *every* message sent out via a
        certain identity.
        o A common application hang with SSL-encrypted SMTP
        connections has been fixed.
        o Printing of the attachments list is now supported.
        o Users can now mark message as read by date.

* Many great improvements to Mozilla Composer including:
        o Better resizing for images, tables, and absolutely
        positioned objects.
        o Support for absolutely positioned objects, movable on the
        canvas using the mouse.
        o Support for z-index management.
        o "Snap to grid" when moving an absolutely positioned object.
        o Source View now uses an editor instead of a simple textarea
        (allows find and replace).
        o Numerous fixes in caret management, inline styles handling,
        and CSS styles handling.

* Improvements to tabbed browsing, including:
        o Tabs are now replaced when a bookmark group is loaded. This
        can be changed to the old "append" behavior in the Tabbed
        browsing preferences.
        o Back and Forward navigation for tabbed browsing and bookmark
        groups has been improved. Users can now use the back button
        after loading a bookmark group to restore the previous set of tabs.
        o Closing a window with multiple tabs now prompts the user
        with a confirmation dialog (which can be disabled for future
        close operations).

* ChatZilla, Mozilla's internet relay chat (IRC) client, has had a
major overhaul bringing logging and many additional improvements.

* DOM Inspector can now display the #document node (the document root).

* It is now possible to jump from the JavaScript console to the
relevant line in the View Source Window.

* Mozilla's view source now displays line and column numbers in the
status bar.

* A quicksearch filter has been implemented for about:config.

* Gecko now supports setting color for <HR>.

* The '::' notation for CSS pseudo-elements is now supported. The old
':' notation is still supported only for pseudo-elements in CSS2
(:first-line, :first-letter, :before, :after) and the various
:-moz-tree-* pseudo-elements.

* Unstyled XML display has been improved.

* Some Windows GDI problems in Mozilla have been resolved.

* A common problem collapsing the URL bar popup on Windows has been fixed.

* Mozilla has improved performance, stability, standards support and
Web compatibility.

diffstat:

 www/mozilla-bin/Makefile             |   5 ++---
 www/mozilla-bin/Makefile.Linux.i386  |   5 +++--
 www/mozilla-bin/Makefile.NetBSD.i386 |   5 +++--
 www/mozilla-bin/Makefile.SunOS.i386  |  10 ++++++++++
 www/mozilla-bin/Makefile.SunOS.sparc |   5 +++--
 www/mozilla-bin/distinfo             |  12 +++++++-----
 6 files changed, 28 insertions(+), 14 deletions(-)

diffs (90 lines):

diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/Makefile
--- a/www/mozilla-bin/Makefile  Thu Nov 27 15:07:26 2003 +0000
+++ b/www/mozilla-bin/Makefile  Thu Nov 27 16:07:46 2003 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2003/10/19 08:27:27 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/11/27 16:07:46 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
-PKGNAME=               mozilla-bin-1.4
+PKGNAME=               mozilla-bin-1.5
 WRKSRC=                        ${WRKDIR}/mozilla
 CATEGORIES=            www
-MASTER_SITES=          ${MASTER_SITE_MOZILLA:=mozilla1.4/}
 
 MAINTAINER=            grant%NetBSD.org@localhost
 HOMEPAGE=              http://www.mozilla.org/
diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/Makefile.Linux.i386
--- a/www/mozilla-bin/Makefile.Linux.i386       Thu Nov 27 15:07:26 2003 +0000
+++ b/www/mozilla-bin/Makefile.Linux.i386       Thu Nov 27 16:07:46 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.Linux.i386,v 1.3 2003/10/19 08:27:27 grant Exp $
+# $NetBSD: Makefile.Linux.i386,v 1.4 2003/11/27 16:07:46 grant Exp $
 #
 
-DISTNAME=      mozilla-i686-pc-linux-gnu-1.4
+DISTNAME=      mozilla-i686-pc-linux-gnu-1.5
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=mozilla1.5/}
 
 DEPENDS+=      gtk+>=1.2:../../x11/gtk
 
diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/Makefile.NetBSD.i386
--- a/www/mozilla-bin/Makefile.NetBSD.i386      Thu Nov 27 15:07:26 2003 +0000
+++ b/www/mozilla-bin/Makefile.NetBSD.i386      Thu Nov 27 16:07:46 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.4 2003/10/19 08:27:27 grant Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.5 2003/11/27 16:07:46 grant Exp $
 #
 
-DISTNAME=      mozilla-i686-pc-linux-gnu-1.4
+DISTNAME=      mozilla-i686-pc-linux-gnu-1.5
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=mozilla1.5/}
 
 PLATFORM=      linux
 MOZILLA_LIB=   ${PREFIX}/lib/mozilla-${PLATFORM}
diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/Makefile.SunOS.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-bin/Makefile.SunOS.i386       Thu Nov 27 16:07:46 2003 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile.SunOS.i386,v 1.1 2003/11/27 16:07:46 grant Exp $
+#
+
+DISTNAME=      mozilla-i386-pc-solaris2.8-1.5
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=mozilla1.5/contrib/}
+
+DEPENDS+=      gtk+>=1.2:../../x11/gtk
+
+PLATFORM=      ${LOWER_OPSYS}
+MOZILLA_LIB=   ${PREFIX}/lib/mozilla-${PLATFORM}
diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/Makefile.SunOS.sparc
--- a/www/mozilla-bin/Makefile.SunOS.sparc      Thu Nov 27 15:07:26 2003 +0000
+++ b/www/mozilla-bin/Makefile.SunOS.sparc      Thu Nov 27 16:07:46 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.SunOS.sparc,v 1.2 2003/07/02 14:56:59 grant Exp $
+# $NetBSD: Makefile.SunOS.sparc,v 1.3 2003/11/27 16:07:46 grant Exp $
 #
 
-DISTNAME=      mozilla-sparc-sun-solaris2.8_1.4
+DISTNAME=      mozilla-sparc-sun-solaris2.8_1.5
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=mozilla1.5/}
 
 DEPENDS+=      gtk+>=1.2:../../x11/gtk
 
diff -r 2dc35f7bb220 -r e2c5757e5560 www/mozilla-bin/distinfo
--- a/www/mozilla-bin/distinfo  Thu Nov 27 15:07:26 2003 +0000
+++ b/www/mozilla-bin/distinfo  Thu Nov 27 16:07:46 2003 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.5 2003/07/02 14:56:59 grant Exp $
+$NetBSD: distinfo,v 1.6 2003/11/27 16:07:46 grant Exp $
 
-SHA1 (mozilla-sparc-sun-solaris2.8_1.4.tar.gz) = 062d09aa4d0c066e7399cde6cffc3ad7bab52a08
-Size (mozilla-sparc-sun-solaris2.8_1.4.tar.gz) = 17002950 bytes
-SHA1 (mozilla-i686-pc-linux-gnu-1.4.tar.gz) = cbc3f5fcef536e3f69fe8e4a51b52d1435ece049
-Size (mozilla-i686-pc-linux-gnu-1.4.tar.gz) = 12528153 bytes
+SHA1 (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 8c909e588999eeb9b33503f481259f9eb98717dc
+Size (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 15701149 bytes
+SHA1 (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 4b933f8e302b141306e96f53cedd782d877399f0
+Size (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 13634167 bytes
+SHA1 (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 38345cd7629f20dbcaec7c3f40ad0c0c90a426ac
+Size (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 17021263 bytes



Home | Main Index | Thread Index | Old Index