diff options
author | tnn <tnn> | 2015-03-14 18:04:54 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-14 18:04:54 +0000 |
commit | a51e15612318729c9a9e6402a37c62c3df81b6b6 (patch) | |
tree | 72baa7955d2538d1a0e47ac081d44440fc77027d | |
parent | f9ad67149b57828e0fbb4872e5c73da5117eb025 (diff) | |
download | pkgsrc-a51e15612318729c9a9e6402a37c62c3df81b6b6.tar.gz |
Remove outdated flash plugin 10.x package. Has not had any working
master sites for a long time.
-rw-r--r-- | multimedia/adobe-flash-plugin/DESCR | 10 | ||||
-rw-r--r-- | multimedia/adobe-flash-plugin/INSTALL.nspluginwrapper | 20 | ||||
-rw-r--r-- | multimedia/adobe-flash-plugin/Makefile | 49 | ||||
-rw-r--r-- | multimedia/adobe-flash-plugin/PLIST | 2 | ||||
-rw-r--r-- | multimedia/adobe-flash-plugin/distinfo | 5 | ||||
-rw-r--r-- | multimedia/adobe-flash-plugin/options.mk | 29 |
6 files changed, 0 insertions, 115 deletions
diff --git a/multimedia/adobe-flash-plugin/DESCR b/multimedia/adobe-flash-plugin/DESCR deleted file mode 100644 index bbc0cc2a911..00000000000 --- a/multimedia/adobe-flash-plugin/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -Netscape plugin for Adobe Flash player. This package contains -a plugin that enables Netscape to render the Flash format. - -The nspluginwrapper option (enabled by default) permits the use of -the the Linux x86 flash player in Firefox browsers on other x86 -systems. - -Systems tested with nspluginwrapper: - - NetBSD 5.0 - works - - firefox 3.0.x - works diff --git a/multimedia/adobe-flash-plugin/INSTALL.nspluginwrapper b/multimedia/adobe-flash-plugin/INSTALL.nspluginwrapper deleted file mode 100644 index a56a16ccad1..00000000000 --- a/multimedia/adobe-flash-plugin/INSTALL.nspluginwrapper +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# $NetBSD: INSTALL.nspluginwrapper,v 1.1.1.1 2008/12/18 23:00:45 jmcneill Exp $ - -PATH=@PREFIX@/bin:$PATH - -case $STAGE in - POST-INSTALL) - nspluginwrapper -i @PREFIX@/lib/netscape/plugins/libflashplayer.so - ;; -esac - - -case $STAGE in - DEINSTALL) - for wrapped in `nspluginwrapper -l | grep ^/` ; do - nspluginwrapper -r $wrapped - done - ;; -esac - diff --git a/multimedia/adobe-flash-plugin/Makefile b/multimedia/adobe-flash-plugin/Makefile deleted file mode 100644 index 5db957a1657..00000000000 --- a/multimedia/adobe-flash-plugin/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2012/10/08 09:20:57 asau Exp $ - -CATEGORIES= multimedia www -MASTER_SITES= http://download.macromedia.com/pub/labs/flashplayer10/ -MASTER_SITES+= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.adobe.com/ -COMMENT= Adobe Flash Player Browser plugin -LICENSE= flash-license - -RESTRICTED= Redistribution not permitted -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - -WRKSRC= ${WRKDIR}/${WRKNAME} -BUILD_DIRS= # empty -DIST_SUBDIR= flash/${FLASH_VERS} - -CRYPTO= yes - -EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= compat gtk2 x11 -EMUL_REQD= suse>=10.0 - -.include "../../mk/bsd.prefs.mk" - -# Defaults so lintpkgsrc is happy -FLASH_VERS= 10.0.0.525 -.if ${EMUL_PLATFORM} == "linux-i386" -DISTUNAME= linux -DISTNAME= flashplayer10_install_${DISTUNAME}_070208 -WRKNAME= install_flash_player_10_${DISTUNAME} -.endif - -CONFLICTS= ns-flash-[0-9]* -PKGNAME= adobe-flash-plugin-${FLASH_VERS:S/r/./} - -NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins - -.include "options.mk" - -do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${NS_PLUGINS_DIR} - ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${DESTDIR}${NS_PLUGINS_DIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/adobe-flash-plugin/PLIST b/multimedia/adobe-flash-plugin/PLIST deleted file mode 100644 index 928666a76f3..00000000000 --- a/multimedia/adobe-flash-plugin/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 20:53:25 joerg Exp $ -lib/netscape/plugins/libflashplayer.so diff --git a/multimedia/adobe-flash-plugin/distinfo b/multimedia/adobe-flash-plugin/distinfo deleted file mode 100644 index f65383b3cd1..00000000000 --- a/multimedia/adobe-flash-plugin/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/12/18 23:00:45 jmcneill Exp $ - -SHA1 (flash/10.0.0.525/flashplayer10_install_linux_070208.tar.gz) = 11343a93020898db71793ff9ed0a2f35d9ece564 -RMD160 (flash/10.0.0.525/flashplayer10_install_linux_070208.tar.gz) = fdbcb33f387335c3aa84ff95aef64dca292910af -Size (flash/10.0.0.525/flashplayer10_install_linux_070208.tar.gz) = 3888574 bytes diff --git a/multimedia/adobe-flash-plugin/options.mk b/multimedia/adobe-flash-plugin/options.mk deleted file mode 100644 index a0d350b27fa..00000000000 --- a/multimedia/adobe-flash-plugin/options.mk +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: options.mk,v 1.3 2012/02/01 21:57:38 is Exp $ -# - -PKG_OPTIONS_VAR= PKG_OPTIONS.ns-flash -PKG_SUPPORTED_OPTIONS= nspluginwrapper - -# XXXX: If nspluginwrapper is enabled and this package is installed after -# firefox (or similar) it will install a system wide wrapped plugin into -# @PREFIX/lib/<browser>/plugins. If it is installed before a browser -# it will install a plugin for the current user in ~/.mozilla/plugins/ -# or similar. This is inconsistant and potentially confusing. - -.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "Linux" -PKG_SUGGESTED_OPTIONS= nspluginwrapper -.endif - -.include "../../mk/bsd.options.mk" - -.if !empty(PKG_OPTIONS:Mnspluginwrapper) -DEPENDS+= nspluginwrapper>0:../../www/nspluginwrapper -.if ${OPSYS} == "NetBSD" && (!empty(OS_VERSION:M5.[0-9].*) || \ - !empty(OS_VERSION:M[0-4].*)) -DEPENDS+= libflashsupport<1.1:../../multimedia/libflashsupport10 -.else -DEPENDS+= libflashsupport{,-pulse}>0:../../multimedia/libflashsupport -.endif -INSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper -DEINSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper -.endif |