Remove firefox-gtk2-bin* packages, now that firefox-gtk2-bin has

been renamed to firefox-bin.
This commit is contained in:
wiz 2005-04-18 14:25:46 +00:00
parent a405970c73
commit 87d88cba0f
22 changed files with 1 additions and 192 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.389 2005/04/10 05:13:02 minskim Exp $
# $NetBSD: Makefile,v 1.390 2005/04/18 14:25:46 wiz Exp $
#
COMMENT= Packages related to the World Wide Web
@ -93,11 +93,6 @@ SUBDIR+= firefox-bin-java
SUBDIR+= firefox-bin-nightly
SUBDIR+= firefox-bin-realplayer
SUBDIR+= firefox-gtk1
SUBDIR+= firefox-gtk2-bin
SUBDIR+= firefox-gtk2-bin-acroread
SUBDIR+= firefox-gtk2-bin-flash
SUBDIR+= firefox-gtk2-bin-java
SUBDIR+= firefox-gtk2-bin-nightly
SUBDIR+= galeon
SUBDIR+= galeon12
SUBDIR+= galway

View file

@ -1,2 +0,0 @@
This package provides Adobe Acrobat Reader 5 plugin for the Linux
version of the firefox-gtk2-bin package.

View file

@ -1,35 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/12/21 03:05:19 xtraeme Exp $
DISTNAME= firefox-gtk2-bin-acroread-1.0
CATEGORIES= www print
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.adobe.com/products/acrobat/readermain.html
COMMENT= Acrobat Reader 5 plugin for firefox-gtk2-bin
DEPENDS+= acroread5>=5.10nb1:../../print/acroread5
DEPENDS+= firefox-gtk2-bin>=0.10.1:../../www/firefox-gtk2-bin
ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386
PLATFORM= intellinux
WRKSRC= ${WRKDIR}
NO_CHECKSUM= YES
NO_CONFIGURE= YES
NO_BUILD= YES
ACROREAD= Acrobat5
PLIST_SRC= ../../www/firefox-gtk2-bin-acroread/PLIST
PLIST_SUBST+= ACROREAD=${ACROREAD}
PLIST_SUBST+= PLATFORM=${PLATFORM}
NS_PLUGINS_DIR= ${PREFIX}/lib/firefox-gtk2-linux/plugins
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
${LN} -sf ${PREFIX}/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so \
${NS_PLUGINS_DIR}/nppdf.so
.include "../../mk/bsd.pkg.mk"

View file

@ -1,3 +0,0 @@
@comment $NetBSD: PLIST,v 1.2 2004/12/21 03:05:56 xtraeme Exp $
@exec ${LN} -fs %D/${ACROREAD}/Browsers/${PLATFORM}/nppdf.so %D/lib/firefox-gtk2-linux/plugins/nppdf.so
lib/firefox-gtk2-linux/plugins/nppdf.so

View file

@ -1,2 +0,0 @@
This package provides the Macromedia Flash player plugin for the
firefox-gtk2-bin package.

View file

@ -1,13 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/09/28 22:59:30 rh Exp $
.include "../firefox-bin-flash/Makefile.common"
COMMENT= Flash Player plugin for firefox-gtk2-bin
DEPENDS+= firefox-gtk2-bin>=0.10:../../www/firefox-gtk2-bin
MOZ_NAME= firefox-gtk2-linux
PLIST_SRC= ${PKGDIR}/../firefox-bin-flash/PLIST
DISTINFO_FILE= ${PKGDIR}/../firefox-bin-flash/distinfo
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,2 +0,0 @@
This package package provides Sun Java Run Time Environment (JRE)
plugin for the firefox-gtk2-bin package.

View file

@ -1,10 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/11/05 13:31:39 wiz Exp $
.include "../firefox-bin-java/Makefile.common"
COMMENT= Java Run Time Environment (JRE) 1.4 plugin for firefox-gtk2-bin
DEPENDS+= firefox-gtk2-bin>=0.8:../../www/firefox-gtk2-bin
MOZ_NAME= firefox-gtk2-linux
.include "../../mk/bsd.pkg.mk"

View file

@ -1,9 +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.

View file

@ -1,15 +0,0 @@
# $NetBSD: Makefile,v 1.4 2004/05/22 12:42:58 grant Exp $
#
MOZILLA= firefox
HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser (gtk2 nightly binary pkg)
MOZ_GTK2= YES
ONLY_FOR_PLATFORM+= Linux-*-i386
ONLY_FOR_PLATFORM+= NetBSD-2.*-i386
ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc
.include "../../www/mozilla-bin-nightly/Makefile.common"

View file

@ -1,5 +0,0 @@
# $NetBSD: Makefile.Linux.i386,v 1.1 2004/02/10 13:24:37 grant Exp $
DISTNAME= ${MOZILLA}-i686-linux-gtk2+xft
MOZ_PLATFORM= linux

View file

@ -1,15 +0,0 @@
# $NetBSD: Makefile.NetBSD.i386,v 1.2 2004/09/28 23:39:59 rh Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
DISTNAME= ${MOZILLA}-i686-linux-gtk2+xft
MOZ_PLATFORM= linux
ONLY_FOR_PLATFORM+= NetBSD-*-i386
MOZILLA_SCRIPT= ${.CURDIR}/../firefox-gtk2-bin/files/mozilla.sh
.else
DISTNAME= ${MOZILLA}-i386-unknown-netbsdelf2.0-gtk2
EXTRACT_SUFX= .tar.bz2
MOZ_PLATFORM= netbsd
ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386
.endif

View file

@ -1,6 +0,0 @@
# $NetBSD: Makefile.SunOS.sparc,v 1.1 2004/04/18 20:45:19 grant Exp $
DISTNAME= ${MOZILLA}-sparc-sun-solaris2.8-gtk2
EXTRACT_SUFX= .tar.bz2
MOZ_PLATFORM= solaris

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2004/02/10 13:24:37 grant Exp $
@comment this PLIST intentionally left blank

View file

@ -1,9 +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.

View file

@ -1,15 +0,0 @@
# $NetBSD: Makefile,v 1.9 2005/04/16 12:47:22 tron Exp $
MOZILLA= firefox
MOZ_VER= 1.0.3
MOZ_DISTVER= ${MOZ_VER}
HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser (gtk2 binary pkg)
MOZ_GTK2= YES
DIST_SUBDIR= ${MOZILLA}-gtk2/${MOZ_DISTDIR}
ONLY_FOR_PLATFORM+= Linux-*-i386
.include "../../www/mozilla-bin/Makefile.common"

View file

@ -1,7 +0,0 @@
# $NetBSD: Makefile.Linux.i386,v 1.3 2005/02/27 03:50:11 grant Exp $
DISTNAME= ${MOZILLA}-${MOZ_DISTVER}
MOZ_DISTDIR= releases/${MOZ_DIR}/linux-i686/en-US
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/${MOZ_DISTDIR}/
MOZ_PLATFORM= linux

View file

@ -1,17 +0,0 @@
# $NetBSD: Makefile.NetBSD.i386,v 1.3 2005/02/27 03:50:11 grant Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
ONLY_FOR_PLATFORM+= NetBSD-*-i386
. include "Makefile.Linux.i386"
.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

View file

@ -1,5 +0,0 @@
# $NetBSD: Makefile.SunOS.sparc,v 1.2 2004/09/20 15:48:58 erh Exp $
DISTNAME= ${MOZILLA}-${MOZ_DISTVER}-sparc-sun-solaris2.8-gtk2
MOZ_PLATFORM= solaris

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $
@comment this PLIST intentionally left blank

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.10 2005/04/16 12:47:22 tron Exp $
SHA1 (firefox-gtk2/releases/1.0.3/linux-i686/en-US/firefox-1.0.3.tar.gz) = b7e21bbff750706b6154ce5630960813f4379c8b
RMD160 (firefox-gtk2/releases/1.0.3/linux-i686/en-US/firefox-1.0.3.tar.gz) = 0f2e02bf3064c922fc85ab7935d6f8a2fa5976c7
Size (firefox-gtk2/releases/1.0.3/linux-i686/en-US/firefox-1.0.3.tar.gz) = 8251239 bytes

View file

@ -1,7 +0,0 @@
#!@SH@
# $NetBSD: mozilla.sh,v 1.1 2004/09/20 15:48:58 erh Exp $
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@PREFIX@/lib/@MOZILLA@@MOZ_EXTRA@-@MOZ_PLATFORM@"
export LD_LIBRARY_PATH
exec @PREFIX@/lib/@MOZILLA@@MOZ_EXTRA@-@MOZ_PLATFORM@/@MOZILLA@ "$@"