diff options
author | marino <marino> | 2013-04-22 09:28:15 +0000 |
---|---|---|
committer | marino <marino> | 2013-04-22 09:28:15 +0000 |
commit | 2fa4bc94bcbb083abd7edb440d88c10bc61b513e (patch) | |
tree | 2994bf53b84a66a0ff8ad0461a502a53999bb7d8 /multimedia | |
parent | 73a5781f8a67d9ec7bd272e16c7e445a8ed0d3e7 (diff) | |
download | pkgsrc-2fa4bc94bcbb083abd7edb440d88c10bc61b513e.tar.gz |
multimedia/ns-flash: PR#47053: remove from pkgsrc
The distfile has not been available for likely more than one year, and it
is RESTRICTED. The PR pkg/47053 started the clock in Oct 2012, and more
than a full quarter branch has passed.
Removing from pkgsrc per guide section 19.1.5.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ns-flash/DESCR | 13 | ||||
-rw-r--r-- | multimedia/ns-flash/INSTALL.nspluginwrapper | 20 | ||||
-rw-r--r-- | multimedia/ns-flash/Makefile | 61 | ||||
-rw-r--r-- | multimedia/ns-flash/PLIST | 2 | ||||
-rw-r--r-- | multimedia/ns-flash/distinfo | 5 | ||||
-rw-r--r-- | multimedia/ns-flash/options.mk | 24 |
7 files changed, 1 insertions, 127 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 8b670a302ce..85568b9ae24 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2013/04/14 00:51:43 cheusov Exp $ +# $NetBSD: Makefile,v 1.207 2013/04/22 09:28:15 marino Exp $ # COMMENT= Multimedia utilities @@ -141,7 +141,6 @@ SUBDIR+= mplayer SUBDIR+= mplayer-plugin SUBDIR+= mplayer-share SUBDIR+= mplayerthumbs -SUBDIR+= ns-flash SUBDIR+= ogle SUBDIR+= ogle_gui SUBDIR+= ogmtools diff --git a/multimedia/ns-flash/DESCR b/multimedia/ns-flash/DESCR deleted file mode 100644 index 17093c8dea7..00000000000 --- a/multimedia/ns-flash/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Netscape plugin for MacroMedia 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 3.1, 4.0, 4.99.x - works - - firefox 2.0.0.x, 3.0.x - works - - seamonkey 1.1.x - works - -A newer version of this plugin is in multimedia/adobe-flash-plugin. diff --git a/multimedia/ns-flash/INSTALL.nspluginwrapper b/multimedia/ns-flash/INSTALL.nspluginwrapper deleted file mode 100644 index 765db1930ed..00000000000 --- a/multimedia/ns-flash/INSTALL.nspluginwrapper +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# $NetBSD: INSTALL.nspluginwrapper,v 1.2 2007/03/23 22:59:16 abs 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/ns-flash/Makefile b/multimedia/ns-flash/Makefile deleted file mode 100644 index 6f07287cc6e..00000000000 --- a/multimedia/ns-flash/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# $NetBSD: Makefile,v 1.37 2012/10/08 09:21:10 asau Exp $ - -CATEGORIES= multimedia www -MASTER_SITES= http://download.macromedia.com/pub/flashplayer/installers/current/9/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.flash.com/ -COMMENT= MacroMedia Flash Player Netscape 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} - -# Must update communicator/navigator to at least 4.76nb1 -CONFLICTS+= communicator<=4.76nb1 -CONFLICTS+= navigator<=4.76nb1 - -CONFLICTS+= adobe-flash-plugin-[0-9]* - -BUILD_DIRS= # empty -DIST_SUBDIR= flash/${FLASH_VERS} - -CRYPTO= yes - -EMUL_PLATFORMS= linux-i386 -EMUL_PLATFORMS+= solaris-sparc -EMUL_MODULES.linux= compat gtk2 x11 -EMUL_REQD= suse>=9.0 - -.include "../../mk/bsd.prefs.mk" - -.if ${EMUL_PLATFORM} == "solaris-sparc" -FLASH_VERS= 7.0r67 -PKGREVISION= 2 -DISTUNAME= solaris -DISTNAME= install_flash_player_7_${DISTUNAME}_sparc -WRKNAME= install_flash_player_7_${DISTUNAME} -WRKSRC= ${WRKDIR}/${WRKNAME} -.else # if ${EMUL_PLATFORM} == "linux-i386" -# Defaults so lintpkgsrc is happy -FLASH_VERS= 9.0r289 -DISTUNAME= linux -DISTNAME= install_flash_player_9 -WRKNAME= install_flash_player_9_${DISTUNAME} -WRKSRC= ${WRKDIR} -.endif - -PKGNAME= ns-flash-${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/ns-flash/PLIST b/multimedia/ns-flash/PLIST deleted file mode 100644 index 481182f9dc8..00000000000 --- a/multimedia/ns-flash/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:53:25 joerg Exp $ -lib/netscape/plugins/libflashplayer.so diff --git a/multimedia/ns-flash/distinfo b/multimedia/ns-flash/distinfo deleted file mode 100644 index 4e9dfaabcdc..00000000000 --- a/multimedia/ns-flash/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.20 2010/11/18 13:38:19 wiz Exp $ - -SHA1 (flash/9.0r289/install_flash_player_9.tar.gz) = e4c6c77061c0899743284a758480fee95cfb8601 -RMD160 (flash/9.0r289/install_flash_player_9.tar.gz) = a36518cecaa5ed20743aebb61224567e9cf9291f -Size (flash/9.0r289/install_flash_player_9.tar.gz) = 3065784 bytes diff --git a/multimedia/ns-flash/options.mk b/multimedia/ns-flash/options.mk deleted file mode 100644 index b34c4f59860..00000000000 --- a/multimedia/ns-flash/options.mk +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: options.mk,v 1.2 2008/12/19 19:57:46 jmcneill 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 -DEPENDS+= libflashsupport{,-pulse}>0:../../multimedia/libflashsupport -INSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper -DEINSTALL_TEMPLATES+= ${PKGDIR}/INSTALL.nspluginwrapper -.endif |