diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 10:34:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 10:34:47 +0800 |
commit | 8b005b80fb17156e1534398fda53af91a99e0f48 (patch) | |
tree | b90bfec86e36f1adac33b3d443a1964c310392bc /x11/gromit/pkg-descr | |
parent | 38f26ad7c3c60907c723f57754ce68ba3cf2af04 (diff) | |
download | freebsd-ports-gnome-8b005b80fb17156e1534398fda53af91a99e0f48.tar.gz freebsd-ports-gnome-8b005b80fb17156e1534398fda53af91a99e0f48.tar.zst freebsd-ports-gnome-8b005b80fb17156e1534398fda53af91a99e0f48.zip |
x11/gromit: on-screen annotations
Gromit (GRaphics Over MIscellaneous Things) is a small tool
to make annotations on the screen.
When making presentations of the Gimp I found myself often
moving the mousepointer around the point of interest until
hopefully everybody noticed it. This annoyed me, since it
is a very vague way to highlight something. I dreamt of a
small programm which allows me to simply draw on the screen,
ignoring any window-borders.
PR: ports/48885
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'x11/gromit/pkg-descr')
-rw-r--r-- | x11/gromit/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gromit/pkg-descr b/x11/gromit/pkg-descr new file mode 100644 index 000000000000..09ad4b2ac67d --- /dev/null +++ b/x11/gromit/pkg-descr @@ -0,0 +1,11 @@ +Gromit (GRaphics Over MIscellaneous Things) is a small tool to make +annotations on the screen. + +When making presentations of the Gimp I found myself often moving the +mousepointer around the point of interest until hopefully everybody +noticed it. This annoyed me, since it is a very vague way to highlight +something. I dreamt of a small programm which allows me to simply draw +on the screen, ignoring any window-borders. + +Author: Simon Budig <simon@gimp.org> +WWW: http://www.home.unix-ag.org/simon/gromit/ |