diff options
author | grant <grant@pkgsrc.org> | 2004-02-09 10:36:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-09 10:36:54 +0000 |
commit | fcedc70a520201a983572af0ba498df819c41c1a (patch) | |
tree | 32083d2b989bbba1bb4d9075b09657f9019a8808 /www | |
parent | 8fc41b7eff660e6a12bcd6bbb6ebd1181ea47fac (diff) | |
download | pkgsrc-fcedc70a520201a983572af0ba498df819c41c1a.tar.gz |
Initial import of Firefox 0.8 into The NetBSD Packages Collection.
Mozilla Firebird has been renamed to Firefox, and this package
obsoletes MozillaFirebird-gtk2-bin.
changes since Firebird 0.7:
* Download Manager
The new streamlined download manager keeps your downloads organized
without getting in your way. Select Tools > Downloads or press
Ctrl+E to see it or change its behavior.
* New Add Bookmark Dialog
The Add Bookmark dialog has been enhanced and now allows the creation
of new bookmark folders.
* Work Offline
It's now possible to view Web pages you've previously visited
without being connected to the Internet.
* Better Handling of File Types
Binary files (e.g. .wma and .rar files) served by servers incorrectly
sending text/plain should no longer be displayed as garbage in the
browser, rather they should be appropriately handled.
* New XPInstall Frontend
The dialog that appears when installing themes and extensions has
been redesigned and is easier to use.
* Lots of bug fixes and improvements
Disabling of form auto-completion is now working, the address bar
now remembers the edited text across tab switching, among many
other bug fixes.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2-bin/DESCR | 9 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/Makefile | 13 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/Makefile.Linux.i386 | 5 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/PLIST | 2 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/distinfo | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/www/firefox-gtk2-bin/DESCR b/www/firefox-gtk2-bin/DESCR new file mode 100644 index 00000000000..2f9713be943 --- /dev/null +++ b/www/firefox-gtk2-bin/DESCR @@ -0,0 +1,9 @@ +Mozilla Firefox is a free, open-source and cross-platform web browser +for Windows, Linux, MacOS X and many other operating systems. It is +small, fast and easy to use, and offers many advantages over other web +browsers, such as tabbed browsing and the ability to block pop-up +windows. + +Firefox also offers excellent bookmark and history management, and it +can be extended by developers using industry standards such as XML, +CSS, JavaScript, C++, etc. Many extensions are available. diff --git a/www/firefox-gtk2-bin/Makefile b/www/firefox-gtk2-bin/Makefile new file mode 100644 index 00000000000..9eb500d45fa --- /dev/null +++ b/www/firefox-gtk2-bin/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $ + +MOZILLA= firefox +MOZ_VER= 0.8 + +HOMEPAGE= http://www.mozilla.org/projects/firefox/ +COMMENT= Lightweight gecko-based web browser (gtk2 binary pkg) + +MOZ_GTK2= YES + +ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 + +.include "../../www/mozilla-bin/Makefile.common" diff --git a/www/firefox-gtk2-bin/Makefile.Linux.i386 b/www/firefox-gtk2-bin/Makefile.Linux.i386 new file mode 100644 index 00000000000..499c357a2a0 --- /dev/null +++ b/www/firefox-gtk2-bin/Makefile.Linux.i386 @@ -0,0 +1,5 @@ +# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $ + +DISTNAME= ${MOZILLA}-${MOZ_VER}-i686-linux-gtk2+xft + +MOZ_PLATFORM= linux diff --git a/www/firefox-gtk2-bin/PLIST b/www/firefox-gtk2-bin/PLIST new file mode 100644 index 00000000000..b4f63af0887 --- /dev/null +++ b/www/firefox-gtk2-bin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $ +@comment this PLIST intentionally left blank diff --git a/www/firefox-gtk2-bin/distinfo b/www/firefox-gtk2-bin/distinfo new file mode 100644 index 00000000000..095696ec279 --- /dev/null +++ b/www/firefox-gtk2-bin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $ + +SHA1 (firefox-0.8-i686-linux-gtk2+xft.tar.gz) = 5b2f750fb40762c21cf803a360cd688868f59aad +Size (firefox-0.8-i686-linux-gtk2+xft.tar.gz) = 7673647 bytes |