diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-21 11:28:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-21 11:28:14 +0000 |
commit | 7bdfdbf5ee1168111f500c853b99e70769d16f5f (patch) | |
tree | 4d79b204341ac7429cbfd17b4ff96f26e6a54c5f /misc | |
parent | ef9bdd6aa67dbf440a1f802770e0076256ef2dbd (diff) | |
download | ports-7bdfdbf5ee1168111f500c853b99e70769d16f5f.tar.gz ports-7bdfdbf5ee1168111f500c853b99e70769d16f5f.zip |
- Reformat distinfo
- Pass maintainership to submitter
PR: ports/102248
Submitted by: Simon Olofsson <simon(at)olofsson.de>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=171098
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. |