summaryrefslogtreecommitdiff
path: root/graphics/wmgrabimage/pkg-descr
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-05 19:57:02 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-05 19:57:02 +0000
commit0c5c4a5fb73f6412c12451e2a35d8ecfcbda711e (patch)
tree96b452dc73711187ec3f9391aa2b84fda6834940 /graphics/wmgrabimage/pkg-descr
parent30593878f378c88b4af4c50e83cc79a3e0634897 (diff)
downloadfreebsd-ports-0c5c4a5fb73f6412c12451e2a35d8ecfcbda711e.zip
A windowmaker DockApp that maintains a small thumbnail copy
of your favorite image from the WWW. PR: 14696 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
Diffstat (limited to 'graphics/wmgrabimage/pkg-descr')
-rw-r--r--graphics/wmgrabimage/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/wmgrabimage/pkg-descr b/graphics/wmgrabimage/pkg-descr
new file mode 100644
index 000000000000..b45d61319176
--- /dev/null
+++ b/graphics/wmgrabimage/pkg-descr
@@ -0,0 +1,22 @@
+wmGrabImage is a WindowMaker DockApp that maintains a small thumbnail copy of
+your favorite image from the WWW. The image to monitor is specified via the
+"-url <Image URL>" command-line option and it gets updated approximately every
+5 minutes. The update interval can be overridden via the "-delay <Time>"
+command-line option (Time is in seconds).
+
+Each of the three mouse buttons can be double clicked with the
+following effects:
+
+Left Mouse:
+Brings up the full-sized image in xv.
+
+Middle Mouse:
+Sends a URL (specified via the -http <URL> command-line option) to an already
+running netscape process or in a new netscape process if there arent any
+running.
+
+Right Mouse:
+Updates the image immediately.
+
+Author: Michael G. Henderson <mghenderson@lanl.gov>
+Ported: Osokin Sergey aka oZZ <ozz@FreeBSD.org.ru>