pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox3-bin firefox 3.0beta3 linux binary version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f062e3e1f8
branches:  trunk
changeset: 539185:91f062e3e1f8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Feb 29 23:01:03 2008 +0000

description:
firefox 3.0beta3 linux binary version, for people that don't want
to wait for testing not-finished releases.

Ok by jlam@.

diffstat:

 www/firefox3-bin/DESCR                  |  11 +++++++++++
 www/firefox3-bin/Makefile               |  15 +++++++++++++++
 www/firefox3-bin/Makefile.linux-i386    |   8 ++++++++
 www/firefox3-bin/Makefile.solaris-i386  |  16 ++++++++++++++++
 www/firefox3-bin/Makefile.solaris-sparc |  16 ++++++++++++++++
 www/firefox3-bin/distinfo               |   5 +++++
 6 files changed, 71 insertions(+), 0 deletions(-)

diffs (95 lines):

diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/DESCR    Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,11 @@
+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.
+
+This package installs Firefox 3, the newest version available.
diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/Makefile Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/29 23:01:03 xtraeme Exp $
+
+MOZILLA=               firefox
+MOZ_VER=               3.0b3
+MOZ_DISTVER=           ${MOZ_VER}
+
+HOMEPAGE=              http://www.mozilla.com/en-US/firefox/
+COMMENT=               Lightweight gecko-based web browser (binary package)
+
+DIST_SUBDIR=           ${MOZILLA}/releases/${MOZ_DIR}
+
+EMUL_PLATFORMS=                linux-i386
+#EMUL_PLATFORMS+=      solaris-i386 solaris-sparc
+
+.include "../../www/seamonkey-bin/Makefile.common"
diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/Makefile.linux-i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/Makefile.linux-i386      Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.linux-i386,v 1.1.1.1 2008/02/29 23:01:03 xtraeme Exp $
+
+DISTNAME=      firefox-${MOZ_DISTVER}
+MOZ_DIR=       ${MOZ_DISTVER}/linux-i686/en-US
+EXTRACT_SUFX=  .tar.bz2
+
+MOZ_GTK2=      yes
+MOZ_PLATFORM=  linux
diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/Makefile.solaris-i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/Makefile.solaris-i386    Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.solaris-i386,v 1.1.1.1 2008/02/29 23:01:03 xtraeme Exp $
+
+# Use the Solaris 8 binaries if we're not running at least Solaris 10.
+.if (${OPSYS} == "SunOS") && !empty(OS_VERSION:M5.1[0-9]*)
+DISTNAME=      firefox-${MOZ_DISTVER}.en-US.solaris10-i386
+EMUL_REQD=     solaris>=10
+MOZ_GTK2=      yes
+.else
+DISTNAME=      firefox-${MOZ_DISTVER}.en-US.solaris8-i386-gtk1
+EMUL_REQD=     solaris>=8
+.endif
+
+EXTRACT_SUFX=  .tar.bz2
+MOZ_DIR=       ${MOZ_DISTVER}/contrib/solaris_tarball
+
+MOZ_PLATFORM=  solaris
diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/Makefile.solaris-sparc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/Makefile.solaris-sparc   Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.solaris-sparc,v 1.1.1.1 2008/02/29 23:01:03 xtraeme Exp $
+
+# Use the Solaris 8 binaries if we're not running at least Solaris 10.
+.if (${OPSYS} == "SunOS") && !empty(OS_VERSION:M5.1[0-9]*)
+DISTNAME=      firefox-${MOZ_DISTVER}.en-US.solaris10-sparc
+EMUL_REQD=     solaris>=10
+MOZ_GTK2=      yes
+.else
+DISTNAME=      firefox-${MOZ_DISTVER}.en-US.solaris8-sparc-gtk1
+EMUL_REQD=     solaris>=8
+.endif
+
+EXTRACT_SUFX=  .tar.bz2
+MOZ_DIR=       ${MOZ_DISTVER}/contrib/solaris_tarball
+
+MOZ_PLATFORM=  solaris
diff -r f09d12f7b76f -r 91f062e3e1f8 www/firefox3-bin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox3-bin/distinfo Fri Feb 29 23:01:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/29 23:01:03 xtraeme Exp $
+
+SHA1 (firefox/releases/3.0b3/linux-i686/en-US/firefox-3.0b3.tar.bz2) = fdabc2c88cecc0207d225c5fbbbb04c3446aa2c9
+RMD160 (firefox/releases/3.0b3/linux-i686/en-US/firefox-3.0b3.tar.bz2) = edf5dea48420c744cb867cf494c4b3f9994589f8
+Size (firefox/releases/3.0b3/linux-i686/en-US/firefox-3.0b3.tar.bz2) = 8997010 bytes



Home | Main Index | Thread Index | Old Index