diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | f5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /x11/unclutter | |
parent | ef17a602de1210761f4ecdc6eea0e872eae46423 (diff) | |
download | pkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'x11/unclutter')
-rw-r--r-- | x11/unclutter/Makefile | 20 | ||||
-rw-r--r-- | x11/unclutter/files/md5 | 1 | ||||
-rw-r--r-- | x11/unclutter/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/unclutter/pkg/DESCR | 6 | ||||
-rw-r--r-- | x11/unclutter/pkg/PLIST | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/x11/unclutter/Makefile b/x11/unclutter/Makefile new file mode 100644 index 00000000000..65f761ca2f7 --- /dev/null +++ b/x11/unclutter/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: unclutter +# Version required: -8 +# Date created: 03 Aug 1996 +# Whom: shanee@rabbit.augusta.de +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:06 hubertf Exp $ +# + +DISTNAME= unclutter-8 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities +EXTRACT_SUFX= .tar.Z + +MAINTAINER= shanee@rabbit.augusta.de + +WRKSRC= $(WRKDIR)/unclutter +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11/unclutter/files/md5 b/x11/unclutter/files/md5 new file mode 100644 index 00000000000..ee7935fa0d4 --- /dev/null +++ b/x11/unclutter/files/md5 @@ -0,0 +1 @@ +MD5 (unclutter-8.tar.Z) = 83d7a6498b69078f869378f801b6a84b diff --git a/x11/unclutter/pkg/COMMENT b/x11/unclutter/pkg/COMMENT new file mode 100644 index 00000000000..a4d070d3b99 --- /dev/null +++ b/x11/unclutter/pkg/COMMENT @@ -0,0 +1 @@ +Remove idle cursor image from screen. diff --git a/x11/unclutter/pkg/DESCR b/x11/unclutter/pkg/DESCR new file mode 100644 index 00000000000..618618f49ce --- /dev/null +++ b/x11/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/x11/unclutter/pkg/PLIST b/x11/unclutter/pkg/PLIST new file mode 100644 index 00000000000..75dc6d43055 --- /dev/null +++ b/x11/unclutter/pkg/PLIST @@ -0,0 +1,2 @@ +bin/unclutter +man/man1/unclutter.1.gz |