diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unclutter/Makefile | 24 | ||||
-rw-r--r-- | misc/unclutter/distinfo | 1 | ||||
-rw-r--r-- | misc/unclutter/pkg-comment | 1 | ||||
-rw-r--r-- | misc/unclutter/pkg-descr | 6 | ||||
-rw-r--r-- | misc/unclutter/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile new file mode 100644 index 000000000000..d14f67e1caf8 --- /dev/null +++ b/misc/unclutter/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: unclutter +# Version required: -8 +# Date created: 03 Aug 1996 +# Whom: shanee@rabbit.augusta.de +# +# $Id: Makefile,v 1.0 1996/08/03 18:49:00 shanee Exp $ +# + +DISTNAME= unclutter +EXTRACT_SUFX= -8.tar.gz +PKGNAME= unclutter-8 +MASTER_SITES= ftp://ftp.cs.umn.edu/packages/X11/contrib/utilities/ \ + ftp://csg.uwaterloo.ca/pub/lhf/net/ \ + ftp://ftp.univ-angers.fr/pub2/X11/contrib/utilities/ \ + ftp://ftp.huji.ac.il/mirror/X11/contrib/utilities/ \ + ftp://ftp.rz.uni-wuerzburg.de/pub/X11/contrib/utilities/ + +CATEGORIES+= misc + +MAINTAINER= shanee@rabbit.augusta.de + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/misc/unclutter/distinfo b/misc/unclutter/distinfo new file mode 100644 index 000000000000..755ab5cc7bcb --- /dev/null +++ b/misc/unclutter/distinfo @@ -0,0 +1 @@ +MD5 (unclutter-8.tar.gz) = e7a389d318e72d27d4b2093da85c7a2c diff --git a/misc/unclutter/pkg-comment b/misc/unclutter/pkg-comment new file mode 100644 index 000000000000..bc8239182c7e --- /dev/null +++ b/misc/unclutter/pkg-comment @@ -0,0 +1 @@ +unclutter - remove idle cursor image from screen diff --git a/misc/unclutter/pkg-descr b/misc/unclutter/pkg-descr new file mode 100644 index 000000000000..618618f49ce5 --- /dev/null +++ b/misc/unclutter/pkg-descr @@ -0,0 +1,6 @@ + unclutter removes the cursor image from the screen so that + it does not obstruct the area you are looking at after it + has not moved for a given time. It does not do this if + the cursor is in the root window or a button is down. It + tries to ignore jitter (small movements due to noise) if + you have a mouse that twitches. diff --git a/misc/unclutter/pkg-plist b/misc/unclutter/pkg-plist new file mode 100644 index 000000000000..a9751ba40bbb --- /dev/null +++ b/misc/unclutter/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/unclutter +man/man1/unclutter.1.gz |