head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.2
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2013Q1:1.2.0.54
	pkgsrc-2013Q1-base:1.2
	pkgsrc-2012Q4:1.2.0.52
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2012Q3:1.2.0.50
	pkgsrc-2012Q3-base:1.2
	pkgsrc-2012Q2:1.2.0.48
	pkgsrc-2012Q2-base:1.2
	pkgsrc-2012Q1:1.2.0.46
	pkgsrc-2012Q1-base:1.2
	pkgsrc-2011Q4:1.2.0.44
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q3:1.2.0.42
	pkgsrc-2011Q3-base:1.2
	pkgsrc-2011Q2:1.2.0.40
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2011Q1:1.2.0.38
	pkgsrc-2011Q1-base:1.2
	pkgsrc-2010Q4:1.2.0.36
	pkgsrc-2010Q4-base:1.2
	pkgsrc-2010Q3:1.2.0.34
	pkgsrc-2010Q3-base:1.2
	pkgsrc-2010Q2:1.2.0.32
	pkgsrc-2010Q2-base:1.2
	pkgsrc-2010Q1:1.2.0.30
	pkgsrc-2010Q1-base:1.2
	pkgsrc-2009Q4:1.2.0.28
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2009Q3:1.2.0.26
	pkgsrc-2009Q3-base:1.2
	pkgsrc-2009Q2:1.2.0.24
	pkgsrc-2009Q2-base:1.2
	pkgsrc-2009Q1:1.2.0.22
	pkgsrc-2009Q1-base:1.2
	pkgsrc-2008Q4:1.2.0.20
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.18
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.16
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.14
	pkgsrc-2008Q2-base:1.2
	cwrapper:1.2.0.12
	pkgsrc-2008Q1:1.2.0.10
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.8
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.6
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.4
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.2.0.2
	pkgsrc-2007Q1-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2013.04.22.09.28.15;	author marino;	state dead;
branches;
next	1.2;

1.2
date	2007.03.23.22.59.16;	author abs;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.23.18.59.41;	author abs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@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.
@
text
@#!/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

@


1.2
log
@update to 9.0r31nb2 - do not depend on {PREFIX}/bin being in the path - noted by Joerg
@
text
@d2 1
a2 1
# $NetBSD: INSTALL.nspluginwrapper,v 1.1 2007/03/23 18:59:41 abs Exp $
@


1.1
log
@Update ns-flash to 9.0.31nb1:
    - Add a nspluginwrapper option (enabled by default on non Linux x86
      platforms) which pulls in nspluginwrapper and libflashsupport, and
      enables a INSTALL script which enables the plugin wrapper

Copy of note in options.mk:
# 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.
@
text
@d2 3
a4 1
# $NetBSD$
@

