pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox15-bin Re-import firefox-bin-1.5.0.11 as ww...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61acc3d953f6
branches:  trunk
changeset: 528689:61acc3d953f6
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat May 12 13:56:51 2007 +0000

description:
Re-import firefox-bin-1.5.0.11 as www/firefox15-bin, www/firefox-bin has
firefox-bin-2.0.0.3 now, as discussed with gdt on tech-pkg.

diffstat:

 www/firefox15-bin/DESCR                |  13 +++++++++++++
 www/firefox15-bin/Makefile             |  16 ++++++++++++++++
 www/firefox15-bin/Makefile.Linux.i386  |   5 +++++
 www/firefox15-bin/Makefile.NetBSD.i386 |  20 ++++++++++++++++++++
 www/firefox15-bin/Makefile.SunOS.sparc |   5 +++++
 www/firefox15-bin/PLIST                |   2 ++
 www/firefox15-bin/distinfo             |   5 +++++
 7 files changed, 66 insertions(+), 0 deletions(-)

diffs (94 lines):

diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/DESCR   Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,13 @@
+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.
+
+Note: Firefox 1.5.0.x will be maintained with security and stability
+updates until mid-May, 2007. All users are strongly encouraged to
+upgrade to Firefox 2.
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/Makefile        Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+
+MOZILLA=               firefox
+MOZ_VER=               1.5.0.11
+MOZ_DISTVER=           ${MOZ_VER}
+
+HOMEPAGE=              http://www.mozilla.com/firefox/
+COMMENT=               Lightweight gecko-based web browser (binary package)
+
+DIST_SUBDIR=           ${MOZILLA}/releases/${MOZ_DIR}
+# binary package is built against GTK2
+MOZ_GTK2=              YES
+
+ONLY_FOR_PLATFORM+=    Linux-*-i386
+
+.include "../../www/seamonkey-bin/Makefile.common"
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/Makefile.Linux.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/Makefile.Linux.i386     Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+
+DISTNAME=      ${MOZILLA}-${MOZ_DISTVER}
+MOZ_DIR=       ${MOZ_VER}/linux-i686/en-US
+MOZ_PLATFORM=  linux
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/Makefile.NetBSD.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/Makefile.NetBSD.i386    Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+
+BUILD_DEFS+=   MOZILLA_USE_LINUX
+
+.if defined(MOZILLA_USE_LINUX)
+ONLY_FOR_PLATFORM+=    NetBSD-*-i386
+.  include "Makefile.Linux.i386"
+.  if defined(SUSE_PREFER) && !empty(SUSE_PREFER:M10.0)
+DEPENDS+=      suse_compat>=10.0:../../emulators/suse100_compat
+.  endif
+.else
+PKG_SKIP_REASON+=      "No native pre-built NetBSD binary available."
+PKG_SKIP_REASON+=      "Set MOZILLA_USE_LINUX if you want to use the Linux binary."
+DISTNAME=              ${MOZILLA}-${MOZ_DISTVER}-i386-unknown-netbsdelf1.6
+EXTRACT_SUFX=          .tar.bz2
+MOZ_PLATFORM=          netbsd
+
+# no 1.0 build for NetBSD
+#ONLY_FOR_PLATFORM+=   NetBSD-1.6*-i386 NetBSD-2*-i386
+.endif
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/Makefile.SunOS.sparc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/Makefile.SunOS.sparc    Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.SunOS.sparc,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+
+DISTNAME=      ${MOZILLA}-${MOZ_DISTVER}-sparc-sun-solaris2.8-gtk2
+
+MOZ_PLATFORM=  solaris
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/PLIST   Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+@comment this PLIST intentionally left blank
diff -r a920486ae2e3 -r 61acc3d953f6 www/firefox15-bin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox15-bin/distinfo        Sat May 12 13:56:51 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/12 13:56:51 ghen Exp $
+
+SHA1 (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = 180eb33fe66a9bdd4fb2b6f4ee6a07ed7e2b1046
+RMD160 (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = b50b1ffd4edf6d22f18fd882c4f8e6035d5d1919
+Size (firefox/releases/1.5.0.11/linux-i686/en-US/firefox-1.5.0.11.tar.gz) = 8531625 bytes



Home | Main Index | Thread Index | Old Index