summaryrefslogtreecommitdiff
path: root/www/firefox-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-09 10:29:41 +0000
committergrant <grant@pkgsrc.org>2004-02-09 10:29:41 +0000
commit5806374643fcae469e63ba8b9a2fcd2d970e5afc (patch)
tree7a7d365d962b8790d3f23c75e2fccaa638bc40cb /www/firefox-bin
parentac1035a7271aee21efcdf58870b31ce8d445d98c (diff)
downloadpkgsrc-5806374643fcae469e63ba8b9a2fcd2d970e5afc.tar.gz
Initial import of Firefox 0.8 into The NetBSD Packages Collection.
This is (right now) a Linux binary package. Mozilla Firebird has been renamed to Firefox, and this package will obsolete MozillaFirebird when Solaris and NetBSD builds become available.
Diffstat (limited to 'www/firefox-bin')
-rw-r--r--www/firefox-bin/DESCR9
-rw-r--r--www/firefox-bin/Makefile10
-rw-r--r--www/firefox-bin/Makefile.Linux.i3866
-rw-r--r--www/firefox-bin/Makefile.NetBSD.i3867
-rw-r--r--www/firefox-bin/PLIST2
-rw-r--r--www/firefox-bin/dd32
-rw-r--r--www/firefox-bin/distinfo4
-rw-r--r--www/firefox-bin/heh23
8 files changed, 93 insertions, 0 deletions
diff --git a/www/firefox-bin/DESCR b/www/firefox-bin/DESCR
new file mode 100644
index 00000000000..2f9713be943
--- /dev/null
+++ b/www/firefox-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-bin/Makefile b/www/firefox-bin/Makefile
new file mode 100644
index 00000000000..f4e5733a10a
--- /dev/null
+++ b/www/firefox-bin/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 10:29:41 grant Exp $
+
+MOZILLA= firefox
+
+HOMEPAGE= http://www.mozilla.org/projects/firefox/
+COMMENT= Lightweight gecko-based web browser (binary pkg)
+
+ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
+
+.include "../../www/mozilla-bin/Makefile.common"
diff --git a/www/firefox-bin/Makefile.Linux.i386 b/www/firefox-bin/Makefile.Linux.i386
new file mode 100644
index 00000000000..a984f6e45a9
--- /dev/null
+++ b/www/firefox-bin/Makefile.Linux.i386
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2004/02/09 10:29:42 grant Exp $
+
+MOZ_VER= 0.8
+DISTNAME= ${MOZILLA}-${MOZ_VER}-i686-pc-linux-gnu
+
+MOZ_PLATFORM= linux
diff --git a/www/firefox-bin/Makefile.NetBSD.i386 b/www/firefox-bin/Makefile.NetBSD.i386
new file mode 100644
index 00000000000..f33cb3d476c
--- /dev/null
+++ b/www/firefox-bin/Makefile.NetBSD.i386
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2004/02/09 10:29:42 grant Exp $
+
+MOZ_VER= 0.8
+
+DISTNAME= ${MOZILLA}-${MOZ_VER}-i686-pc-linux-gnu
+MOZ_PLATFORM= linux
+ONLY_FOR_PLATFORM+= NetBSD-*-i386
diff --git a/www/firefox-bin/PLIST b/www/firefox-bin/PLIST
new file mode 100644
index 00000000000..a82cb0b4cdb
--- /dev/null
+++ b/www/firefox-bin/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 10:29:42 grant Exp $
+@comment this PLIST intentionally left blank
diff --git a/www/firefox-bin/dd b/www/firefox-bin/dd
new file mode 100644
index 00000000000..e9a826c6665
--- /dev/null
+++ b/www/firefox-bin/dd
@@ -0,0 +1,32 @@
+* 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.
diff --git a/www/firefox-bin/distinfo b/www/firefox-bin/distinfo
new file mode 100644
index 00000000000..df3abcad97f
--- /dev/null
+++ b/www/firefox-bin/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/09 10:29:42 grant Exp $
+
+SHA1 (firefox-0.8-i686-pc-linux-gnu.tar.gz) = 4dd239f88f212958dec089c7a4c02d7dcd157caf
+Size (firefox-0.8-i686-pc-linux-gnu.tar.gz) = 9189879 bytes
diff --git a/www/firefox-bin/heh b/www/firefox-bin/heh
new file mode 100644
index 00000000000..656fd212dae
--- /dev/null
+++ b/www/firefox-bin/heh
@@ -0,0 +1,23 @@
+* 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.