pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox3-bin Join www/firefox3 in the happy huntin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f23aca6ce78
branches: trunk
changeset: 566010:9f23aca6ce78
user: ghen <ghen%pkgsrc.org@localhost>
date: Mon Oct 12 08:13:54 2009 +0000
description:
Join www/firefox3 in the happy hunting grounds.
diffstat:
www/firefox3-bin/DESCR | 11 -----------
www/firefox3-bin/MESSAGE | 9 ---------
www/firefox3-bin/Makefile | 20 --------------------
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 -----
7 files changed, 0 insertions(+), 85 deletions(-)
diffs (113 lines):
diff -r e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/DESCR
--- a/www/firefox3-bin/DESCR Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-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 e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/MESSAGE
--- a/www/firefox3-bin/MESSAGE Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/09/24 16:14:49 ghen Exp $
-
-If you experience font rendering problems with this package, try increasing
-the process's limit for open file descriptors by running e.g.:
-
- $ ulimit -n 256
-
-===========================================================================
diff -r e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/Makefile
--- a/www/firefox3-bin/Makefile Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2009/06/08 23:19:12 ahoka Exp $
-
-MOZILLA= firefox
-MOZ_VER= 3.0.2
-MOZ_DISTVER= ${MOZ_VER}
-
-HOMEPAGE= http://www.mozilla.com/en-US/firefox/
-COMMENT= Web browser with support for extensions (binary package)
-
-# requires newer version of GTK+ than supported by suse_gtk2 package
-NOT_FOR_PLATFORM= NetBSD-*-*
-
-DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR}
-
-EMUL_PLATFORMS= linux-i386
-#EMUL_PLATFORMS+= solaris-i386 solaris-sparc
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../www/seamonkey-bin/Makefile.common"
diff -r e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/Makefile.linux-i386
--- a/www/firefox3-bin/Makefile.linux-i386 Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $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 e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/Makefile.solaris-i386
--- a/www/firefox3-bin/Makefile.solaris-i386 Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $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 e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/Makefile.solaris-sparc
--- a/www/firefox3-bin/Makefile.solaris-sparc Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $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 e310d52d27df -r 9f23aca6ce78 www/firefox3-bin/distinfo
--- a/www/firefox3-bin/distinfo Mon Oct 12 05:33:05 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2008/09/24 16:14:49 ghen Exp $
-
-SHA1 (firefox/releases/3.0.2/linux-i686/en-US/firefox-3.0.2.tar.bz2) = 3d0663cbb81e86cc8675dd715a5ace3cbfa9ec50
-RMD160 (firefox/releases/3.0.2/linux-i686/en-US/firefox-3.0.2.tar.bz2) = 859b0be9bb43dab0a558e3bad6b7e0196cfdc1e4
-Size (firefox/releases/3.0.2/linux-i686/en-US/firefox-3.0.2.tar.bz2) = 9087486 bytes
Home |
Main Index |
Thread Index |
Old Index