1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/nspluginwrapper/pkg-message
Rong-En Fan 118a03458b Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4
(NPAPI) plugins.

PR:		ports/111166
Submitted by:	Dave Grochowski
2007-04-04 17:05:46 +00:00

31 lines
789 B
Plaintext

================================================================
The nspluginwrapper is installed on a per user basis. All of
the commands can be run as an unprivileged user.
================================================================
To install all the plugins from their default locations:
nspluginwrapper -v -a -i
================================================================
To install a specific plugin:
nspluginwrapper -i path/to/plugin.so
================================================================
To remove a specific plugin:
nspluginwrapper -r path/to/plugin.so
================================================================
To view all currently installed plugins:
nspluginwrapper -l
================================================================