summaryrefslogtreecommitdiff
path: root/www/phoenix-bin
diff options
context:
space:
mode:
authorgrant <grant>2003-05-18 03:43:01 +0000
committergrant <grant>2003-05-18 03:43:01 +0000
commitbeef5bab3f5213075193d03dc2398385585bcd78 (patch)
tree099efebc07ab96ee66edba7893c40a5716175301 /www/phoenix-bin
parent4655432ca73b3b675218f56505b98cc91157fd91 (diff)
downloadpkgsrc-beef5bab3f5213075193d03dc2398385585bcd78.tar.gz
Update phoenix-bin to 0.6.
* New default theme Mozilla Firebird 0.6 sports a crisp, fresh and attractive theme, based on the amazing Qute theme by Arvid Axelsson. Also, the new theme has icons for the Bookmark Manager toolbar. * Redesigned Preferences window The new Options window puts the most often used preferences into seven convenient panels, each with a descriptive icon selector. * Improved Privacy Options With a single click (and a confirmation) you can clear all privacy data including form data, history, cache, cookies, etc. * Improved Bookmarks Among other bookmark enhancements, the Bookmarks menu now features a context menu. Try it by right-clicking on a bookmark in the menu. * Talkback enabled You are now able to submit Talkback information when Mozilla Firebird crashes, which makes it much easier for developers to fix critical bugs. For more information read about Talkback in the FAQ. * Automatic Image Resizing With this feature, Mozilla Firebird shrinks any image that is bigger than the window to make the whole image visible. When this is done, the cursor over the image changes to tell you that if you click, the image is restored to full size. Instructions on how to disable this feature can be found here. * Smooth Scrolling Instructions on how to disable this feature can be found here. * Access to more preferences You are now able to edit lots of advanced preferences that are not exposed in the Options window by entering about:config in the location bar and press Enter. * Profile Chrome You can now install Mozilla Firebird extensions in your own profile folder instead of in the actual program folder. This means that you will be able to upgrade to new versions of Mozilla Firebird without losing all your extensions. Note that it's up to the extension authors to allow their extensions to use this functionality. Some extensions may not offer this as an option yet. * Mac OS X Mozilla Firebird is available for Mac OS X. It's still quite rough around the edges but it's a start. * Lots of bug fixes There have been too many bug fixes since Phoenix 0.5 to keep track of them all. It's better. Trust us ;-) The full release notes can be found at: http://www.mozilla.org/projects/firebird/release-notes.html Note that this package is still named 'phoenix-bin' and the script installed into ${PREFIX}/bin is still 'phoenix-*' until all phoenix* packages are updated for the 0.6 release.
Diffstat (limited to 'www/phoenix-bin')
-rw-r--r--www/phoenix-bin/Makefile10
-rw-r--r--www/phoenix-bin/Makefile.Linux.i3866
-rw-r--r--www/phoenix-bin/distinfo6
-rw-r--r--www/phoenix-bin/files/phoenix.sh4
4 files changed, 13 insertions, 13 deletions
diff --git a/www/phoenix-bin/Makefile b/www/phoenix-bin/Makefile
index cdbca8995bd..f4a6c043d72 100644
--- a/www/phoenix-bin/Makefile
+++ b/www/phoenix-bin/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2003/04/14 23:45:43 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/18 03:43:01 grant Exp $
#
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
-PKGNAME= phoenix-bin-0.5
-WRKSRC= ${WRKDIR}/phoenix
+PKGNAME= phoenix-bin-0.6
+WRKSRC= ${WRKDIR}/MozillaFirebird
CATEGORIES= www
-MASTER_SITES= http://ftp.mozilla.org/pub/phoenix/releases/0.5/
+MASTER_SITES= http://ftp.mozilla.org/pub/firebird/releases/0.6/
MAINTAINER= grant@netbsd.org
-HOMEPAGE= http://www.mozilla.org/projects/phoenix/
+HOMEPAGE= http://www.mozilla.org/projects/firebird/
COMMENT= Lightweight gecko-based web browser (binary pkg)
ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
diff --git a/www/phoenix-bin/Makefile.Linux.i386 b/www/phoenix-bin/Makefile.Linux.i386
index 1dec21e1809..33aaff59924 100644
--- a/www/phoenix-bin/Makefile.Linux.i386
+++ b/www/phoenix-bin/Makefile.Linux.i386
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.Linux.i386,v 1.1 2003/04/14 22:59:31 grant Exp $
+# $NetBSD: Makefile.Linux.i386,v 1.2 2003/05/18 03:43:01 grant Exp $
#
-DISTNAME= phoenix-0.5-i686-pc-linux-gnu
+DISTNAME= MozillaFirebird-0.6-i686-pc-linux-gnu
PLATFORM= linux
-PHOENIX_LIB= ${PREFIX}/lib/phoenix-${PLATFORM}
+PHOENIX_LIB= ${PREFIX}/lib/MozillaFirebird-${PLATFORM}
diff --git a/www/phoenix-bin/distinfo b/www/phoenix-bin/distinfo
index ad0eb5e2826..66ca263a1ba 100644
--- a/www/phoenix-bin/distinfo
+++ b/www/phoenix-bin/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2003/04/14 19:56:29 grant Exp $
+$NetBSD: distinfo,v 1.2 2003/05/18 03:43:01 grant Exp $
-SHA1 (phoenix-0.5-i686-pc-linux-gnu.tar.gz) = 4102222f85dcbf8352c000dea6072452c6094a69
-Size (phoenix-0.5-i686-pc-linux-gnu.tar.gz) = 9153046 bytes
+SHA1 (MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz) = 37cd2cf736770371373eeb461b0fa96bc1a4d041
+Size (MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz) = 9776851 bytes
diff --git a/www/phoenix-bin/files/phoenix.sh b/www/phoenix-bin/files/phoenix.sh
index b6b26915a15..916c0e9f6a5 100644
--- a/www/phoenix-bin/files/phoenix.sh
+++ b/www/phoenix-bin/files/phoenix.sh
@@ -1,3 +1,3 @@
#!@SH@
-# $NetBSD: phoenix.sh,v 1.2 2003/04/14 22:59:32 grant Exp $
-exec @PREFIX@/lib/phoenix-@PLATFORM@/phoenix "$@"
+# $NetBSD: phoenix.sh,v 1.3 2003/05/18 03:43:02 grant Exp $
+exec @PREFIX@/lib/MozillaFirebird-@PLATFORM@/MozillaFirebird "$@"