diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-21 19:28:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-21 19:28:14 +0800 |
commit | f4eb269573faac4c0eff56a941553e288dda807b (patch) | |
tree | 80620ac030b27b97fbb50947ad64b320c8357422 /misc | |
parent | 02f8ff61772ed7489d7c7d9112e417fb8a95a8d7 (diff) | |
download | freebsd-ports-gnome-f4eb269573faac4c0eff56a941553e288dda807b.tar.gz freebsd-ports-gnome-f4eb269573faac4c0eff56a941553e288dda807b.tar.zst freebsd-ports-gnome-f4eb269573faac4c0eff56a941553e288dda807b.zip |
- Reformat distinfo
- Pass maintainership to submitter
PR: ports/102248
Submitted by: Simon Olofsson <simon(at)olofsson.de>
Approved by: krion (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unclutter/Makefile | 2 | ||||
-rw-r--r-- | misc/unclutter/pkg-descr | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile index b6f366c05e01..7e5ad305c564 100644 --- a/misc/unclutter/Makefile +++ b/misc/unclutter/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simon@olofsson.de COMMENT= Remove idle cursor image from screen WRKSRC= $(WRKDIR)/unclutter diff --git a/misc/unclutter/pkg-descr b/misc/unclutter/pkg-descr index 618618f49ce5..669cafdd4a76 100644 --- a/misc/unclutter/pkg-descr +++ b/misc/unclutter/pkg-descr @@ -1,6 +1,5 @@ - 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. +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. |