diff options
author | ghen <ghen@pkgsrc.org> | 2007-05-12 13:56:51 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-05-12 13:56:51 +0000 |
commit | 3426d6f22a05a9a8e8faae0b4708487f88864480 (patch) | |
tree | 9322f877fa03a66be27a154c2e52d2aa73ca4f90 | |
parent | 06aaeab07e963287727635043ab52b7f0acbb35b (diff) | |
download | pkgsrc-3426d6f22a05a9a8e8faae0b4708487f88864480.tar.gz |
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.
-rw-r--r-- | www/firefox15-bin/DESCR | 13 | ||||
-rw-r--r-- | www/firefox15-bin/Makefile | 16 | ||||
-rw-r--r-- | www/firefox15-bin/Makefile.Linux.i386 | 5 | ||||
-rw-r--r-- | www/firefox15-bin/Makefile.NetBSD.i386 | 20 | ||||
-rw-r--r-- | www/firefox15-bin/Makefile.SunOS.sparc | 5 | ||||
-rw-r--r-- | www/firefox15-bin/PLIST | 2 | ||||
-rw-r--r-- | www/firefox15-bin/distinfo | 5 |
7 files changed, 66 insertions, 0 deletions
diff --git a/www/firefox15-bin/DESCR b/www/firefox15-bin/DESCR new file mode 100644 index 00000000000..d6ff6904f95 --- /dev/null +++ b/www/firefox15-bin/DESCR @@ -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 --git a/www/firefox15-bin/Makefile b/www/firefox15-bin/Makefile new file mode 100644 index 00000000000..d09e2581ea0 --- /dev/null +++ b/www/firefox15-bin/Makefile @@ -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 --git a/www/firefox15-bin/Makefile.Linux.i386 b/www/firefox15-bin/Makefile.Linux.i386 new file mode 100644 index 00000000000..24deedd0809 --- /dev/null +++ b/www/firefox15-bin/Makefile.Linux.i386 @@ -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 --git a/www/firefox15-bin/Makefile.NetBSD.i386 b/www/firefox15-bin/Makefile.NetBSD.i386 new file mode 100644 index 00000000000..6ba4ed7023c --- /dev/null +++ b/www/firefox15-bin/Makefile.NetBSD.i386 @@ -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 --git a/www/firefox15-bin/Makefile.SunOS.sparc b/www/firefox15-bin/Makefile.SunOS.sparc new file mode 100644 index 00000000000..3def42f0199 --- /dev/null +++ b/www/firefox15-bin/Makefile.SunOS.sparc @@ -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 --git a/www/firefox15-bin/PLIST b/www/firefox15-bin/PLIST new file mode 100644 index 00000000000..246f97658aa --- /dev/null +++ b/www/firefox15-bin/PLIST @@ -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 --git a/www/firefox15-bin/distinfo b/www/firefox15-bin/distinfo new file mode 100644 index 00000000000..4366b2bda43 --- /dev/null +++ b/www/firefox15-bin/distinfo @@ -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 |