aboutsummaryrefslogtreecommitdiff
path: root/www/nspluginwrapper-devel/pkg-message
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-04 17:05:46 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-04 17:05:46 +0000
commit118a03458bf0926e5c6ed4430ec9ccd405fec3d4 (patch)
treece9a27e739b5861eefd8cd92f4b90503ce25f9ec /www/nspluginwrapper-devel/pkg-message
parentc88358ae09b8095ccb17b2a8d8f31e950b63b982 (diff)
downloadports-118a03458bf0926e5c6ed4430ec9ccd405fec3d4.tar.gz
ports-118a03458bf0926e5c6ed4430ec9ccd405fec3d4.zip
Notes
Diffstat (limited to 'www/nspluginwrapper-devel/pkg-message')
-rw-r--r--www/nspluginwrapper-devel/pkg-message30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/nspluginwrapper-devel/pkg-message b/www/nspluginwrapper-devel/pkg-message
new file mode 100644
index 000000000000..402dd9ec3824
--- /dev/null
+++ b/www/nspluginwrapper-devel/pkg-message
@@ -0,0 +1,30 @@
+================================================================
+
+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
+
+================================================================