diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-16 15:57:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-16 15:57:02 +0000 |
commit | 2140f8f35c7573554036389fdcbf902ef0aba1dc (patch) | |
tree | 5a6813e3a77af86a4beab61f5eaca8068a423796 /www/firefox/options.mk | |
parent | 8c8adf4d4c598fef5b457d9802153d9ed56754ca (diff) | |
download | pkgsrc-2140f8f35c7573554036389fdcbf902ef0aba1dc.tar.gz |
Update to firefox-3.6.2.
.2 is not formally released yet, but is release tagged in the scm and I
want to get this update in before we freeze the tree.
"Firefox 3.6 is built on Mozilla's Gecko 1.9.2 web rendering platform,
which has been under development since early 2009 and contains many
improvements for web developers, add-on developers, and users."
- Improved JavaScript performance, overall browser responsiveness,
and startup time.
- The ability for web developers to indicate that scripts should run
asynchronously to speed up page load times.
- Continued support for downloadable web fonts using the new WOFF font format.
- Support for new CSS attributes such as gradients, background sizing,
and pointer events.
- Support for new DOM and HTML5 specifications including the Drag & Drop API
and the File API, which allow for more interactive web pages.
Diffstat (limited to 'www/firefox/options.mk')
-rw-r--r-- | www/firefox/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index ed685375161..b2f40708b0a 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,15 +1,12 @@ -# $NetBSD: options.mk,v 1.8 2010/02/17 18:32:18 tnn Exp $ +# $NetBSD: options.mk,v 1.9 2010/03/16 15:57:03 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding -PLIST_VARS+= branding - .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) CONFIGURE_ARGS+= --enable-official-branding -PLIST.branding= yes LICENSE= mozilla-trademark-license RESTRICTED= Trademark holder prohibits distribution of modified versions. NO_BIN_ON_CDROM= ${RESTRICTED} |