pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/adobe-flash-plugin11: remove (mechanical cleanup) Parameters considered: - pkgsrc/multimedia/ adobe-flash-plugin11 exists - pkgsrc (11.2.202.508) >= wip (11.2.202.451) - doc/CHANGES-2015: Updated to 11.2.202.491 [tsutsui 2015-07-17] - doc/ CHANGES-2015: Updated to 11.2.202.508 [tsutsui 2015-08-12] - wip/ adobe-flash-plugin11 last touched [makoto 2015-03-21] - package does not appear to be actively used to stage updates - manual inspection of diff revealed no uncommitted improvements



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 04:09:41 2015 +0200
Changeset:	8df04cbb5365f9a4fbb69346a561ab10bc95de3e

Removed Files:
	adobe-flash-plugin11/DESCR
	adobe-flash-plugin11/INSTALL.nspluginwrapper
	adobe-flash-plugin11/MESSAGE.pulseaudio
	adobe-flash-plugin11/Makefile
	adobe-flash-plugin11/PLIST
	adobe-flash-plugin11/distinfo
	adobe-flash-plugin11/options.mk

Log Message:
wip/adobe-flash-plugin11: remove (mechanical cleanup)
Parameters considered:
- pkgsrc/multimedia/adobe-flash-plugin11 exists
- pkgsrc (11.2.202.508) >= wip (11.2.202.451)
- doc/CHANGES-2015: Updated to 11.2.202.491 [tsutsui 2015-07-17]
- doc/CHANGES-2015: Updated to 11.2.202.508 [tsutsui 2015-08-12]
- wip/adobe-flash-plugin11 last touched [makoto 2015-03-21]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8df04cbb5365f9a4fbb69346a561ab10bc95de3e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 adobe-flash-plugin11/DESCR                   | 11 ------
 adobe-flash-plugin11/INSTALL.nspluginwrapper | 19 ----------
 adobe-flash-plugin11/MESSAGE.pulseaudio      | 10 -----
 adobe-flash-plugin11/Makefile                | 55 ----------------------------
 adobe-flash-plugin11/PLIST                   |  2 -
 adobe-flash-plugin11/distinfo                |  5 ---
 adobe-flash-plugin11/options.mk              | 33 -----------------
 7 files changed, 135 deletions(-)

diffs:
diff --git a/adobe-flash-plugin11/DESCR b/adobe-flash-plugin11/DESCR
deleted file mode 100644
index 322bc74..0000000
--- a/adobe-flash-plugin11/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Netscape compatible plugin for Adobe Flash player.  This package
-contains a plugin that enables web browsers to render the Flash
-format.
-
-The nspluginwrapper option (enabled by default on non Linux platforms)
-permits the use of the the Linux x86 flash player in Firefox browsers
-on other x86 systems and x86_64 systems.
-
-For NetBSD this package requires emul.linux.kern.osrelease = 2.6.18
-or later, which means it will not work on NetBSD 5.x or older
-systems.
diff --git a/adobe-flash-plugin11/INSTALL.nspluginwrapper b/adobe-flash-plugin11/INSTALL.nspluginwrapper
deleted file mode 100644
index 338e0f4..0000000
--- a/adobe-flash-plugin11/INSTALL.nspluginwrapper
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# $NetBSD: INSTALL.nspluginwrapper,v 1.4 2015/03/21 01:00:08 makoto 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/adobe-flash-plugin11/MESSAGE.pulseaudio b/adobe-flash-plugin11/MESSAGE.pulseaudio
deleted file mode 100644
index e886cd1..0000000
--- a/adobe-flash-plugin11/MESSAGE.pulseaudio
+++ /dev/null
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.pulseaudio,v 1.1 2015/03/21 01:00:08 makoto Exp $
-
-The flash plugin requires tmpfs to be mounted on /dev/shm for PulseAudio.
-
-This can be automated by adding the following to your /etc/fstab:
-
-tmpfs /emul/linux/dev/shm tmpfs rw,-m1777
-
-===========================================================================
diff --git a/adobe-flash-plugin11/Makefile b/adobe-flash-plugin11/Makefile
deleted file mode 100644
index 9c59f75..0000000
--- a/adobe-flash-plugin11/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2015/03/21 01:00:08 makoto Exp $
-
-DISTNAME=		flash-plugin-${FLASH_VERSION}-release.${FLASH_ARCH}
-PKGNAME=		adobe-${DISTNAME:C/-release.*//}
-CATEGORIES=		multimedia www
-MASTER_SITES=		http://fpdownload.macromedia.com/get/flashplayer/pdc/${FLASH_VERSION}/
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://www.adobe.com/products/flashplayer.html
-COMMENT=		Adobe Flash Player Browser plugin
-LICENSE=		flash-license
-
-RESTRICTED=		Redistribution not permitted
-NO_BIN_ON_CDROM=	${RESTRICTED}
-NO_BIN_ON_FTP=		${RESTRICTED}
-NO_SRC_ON_CDROM=	${RESTRICTED}
-NO_SRC_ON_FTP=		${RESTRICTED}
-
-# On NetBSD, requires sufficiently new compat_linux.
-NOT_FOR_PLATFORM=	NetBSD-[0-4]*-* NetBSD-5.[0-9].*-*
-
-WRKSRC=			${WRKDIR}
-BUILD_DIRS=		# empty
-EXTRACT_SUFX=		.rpm
-
-CRYPTO=			yes
-
-EMUL_PLATFORMS=		linux-i386 linux-x86_64
-EMUL_MODULES.linux=	gtk2 x11 krb5 alsa curl nss nspr
-EMUL_REQD=		suse>=12.1
-
-FLASH_VERSION=		11.2.202.451
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${EMUL_PLATFORM} == "linux-i386"
-FLASH_ARCH=		i386
-FLASH_LIBDIR=		lib
-.elif ${EMUL_PLATFORM} == "linux-x86_64"
-FLASH_ARCH=		x86_64
-FLASH_LIBDIR=		lib64
-.endif
-
-CONFLICTS=		ns-flash-[0-9]*
-
-NS_PLUGINS_DIR=		${PREFIX}/lib/netscape/plugins
-
-.include "options.mk"
-
-do-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${NS_PLUGINS_DIR}
-	${INSTALL_DATA} ${WRKSRC}/usr/${FLASH_LIBDIR}/flash-plugin/libflashplayer.so \
-		${DESTDIR}${NS_PLUGINS_DIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/adobe-flash-plugin11/PLIST b/adobe-flash-plugin11/PLIST
deleted file mode 100644
index ac828e0..0000000
--- a/adobe-flash-plugin11/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2015/03/21 01:00:09 makoto Exp $
-lib/netscape/plugins/libflashplayer.so
diff --git a/adobe-flash-plugin11/distinfo b/adobe-flash-plugin11/distinfo
deleted file mode 100644
index 3d9a2df..0000000
--- a/adobe-flash-plugin11/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/03/21 01:00:09 makoto Exp $
-
-SHA1 (flash-plugin-11.2.202.451-release.x86_64.rpm) = 2d8fc6e2678c1e39d36f88268dcf3798fe843632
-RMD160 (flash-plugin-11.2.202.451-release.x86_64.rpm) = 9b8f76fcdff96b1a8ba3825379e220221118e35c
-Size (flash-plugin-11.2.202.451-release.x86_64.rpm) = 7226139 bytes
diff --git a/adobe-flash-plugin11/options.mk b/adobe-flash-plugin11/options.mk
deleted file mode 100644
index b21b86e..0000000
--- a/adobe-flash-plugin11/options.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: options.mk,v 1.7 2015/03/21 01:00:09 makoto Exp $
-#
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.adobe-flash-plugin
-PKG_SUPPORTED_OPTIONS=	nspluginwrapper pulseaudio
-
-# 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.
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "Linux"
-.  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-PKG_SUGGESTED_OPTIONS=	nspluginwrapper
-.  endif
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mnspluginwrapper)
-DEPENDS+= nspluginwrapper>=1.4.4:../../wip/nspluginwrapper
-.  if !empty(PKG_OPTIONS:Mpulseaudio)
-EMUL_MODULES.linux+=	pulseaudio
-MESSAGE_SRC+=		${PKGDIR}/MESSAGE.pulseaudio
-.  else
-DEPENDS+= libflashsupport>0:../../multimedia/libflashsupport
-.  endif
-INSTALL_TEMPLATES+=	${PKGDIR}/INSTALL.nspluginwrapper
-DEINSTALL_TEMPLATES+=	${PKGDIR}/INSTALL.nspluginwrapper
-.endif


Home | Main Index | Thread Index | Old Index