2005-12-08 10:52:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.153 2005/12/08 09:52:16 rillig Exp $
|
1998-04-09 00:23:48 +02:00
|
|
|
|
2002-10-03 17:53:59 +02:00
|
|
|
MOZILLA= mozilla
|
2002-10-19 17:00:02 +02:00
|
|
|
MOZILLA_BIN= mozilla-bin
|
2005-10-01 06:42:09 +02:00
|
|
|
MOZ_VER= 1.7.12
|
2005-12-08 10:52:15 +01:00
|
|
|
PKGREVISION= 1
|
2002-12-04 16:20:27 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
1998-04-09 00:23:48 +02:00
|
|
|
|
Update mozilla to 1.5.1
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.
2003-11-27 01:03:53 +01:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
2005-08-16 02:33:44 +02:00
|
|
|
#DISTFILES+= mozilla-source-1.7.3-libart_lgpl.tar.bz2
|
|
|
|
#SITES_mozilla-source-1.7.3-libart_lgpl.tar.bz2=${MASTER_SITE_LOCAL}
|
Update mozilla to 1.5.1
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.
2003-11-27 01:03:53 +01:00
|
|
|
|
2005-10-01 06:42:09 +02:00
|
|
|
DIST_SUBDIR= mozilla-1.7.12
|
2005-08-21 02:39:16 +02:00
|
|
|
|
2003-05-20 16:19:27 +02:00
|
|
|
COMMENT= Full featured gecko-based browser
|
1998-04-09 00:23:48 +02:00
|
|
|
|
2002-10-19 17:00:02 +02:00
|
|
|
BUILD_SVG= # defined
|
2004-01-17 01:04:49 +01:00
|
|
|
BUILD_MATHML= # defined
|
2003-03-17 17:07:32 +01:00
|
|
|
BUILD_CALENDAR= # defined
|
2002-10-19 17:00:02 +02:00
|
|
|
|
2005-09-17 04:35:19 +02:00
|
|
|
.include "../../www/mozilla/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|