diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-28 21:40:31 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-28 21:40:31 +0000 |
commit | 82fcd40f6c93d4316e773bd1b613132be706f2a7 (patch) | |
tree | c5070103c37f8b58814902b95db99980f619daa3 /deskutils/xwrits | |
parent | 23f90c88ad523c2704ce5a8440878336410c7003 (diff) | |
download | ports-82fcd40f6c93d4316e773bd1b613132be706f2a7.tar.gz ports-82fcd40f6c93d4316e773bd1b613132be706f2a7.zip |
Notes
Diffstat (limited to 'deskutils/xwrits')
-rw-r--r-- | deskutils/xwrits/Makefile | 22 | ||||
-rw-r--r-- | deskutils/xwrits/distinfo | 4 | ||||
-rw-r--r-- | deskutils/xwrits/pkg-descr | 17 |
3 files changed, 27 insertions, 16 deletions
diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile index 08f3430f9a91..c1303f2eb116 100644 --- a/deskutils/xwrits/Makefile +++ b/deskutils/xwrits/Makefile @@ -2,19 +2,29 @@ # $FreeBSD$ PORTNAME= xwrits -PORTVERSION= 2.24 -PORTREVISION= 2 +PORTVERSION= 2.26 CATEGORIES= deskutils -MASTER_SITES= http://www.lcdf.org/xwrits/ +MASTER_SITES= http://www.lcdf.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Reminds you to take wrist breaks GNU_CONFIGURE= yes -USE_XORG= x11 xext +USE_XORG= ice sm x11 xau xdmcp xext xinerama -MAN1= xwrits.1 PLIST_FILES= bin/xwrits +MAN1= xwrits.1 + +PORTDOCS= GESTURES NEWS README TODO + +.include <bsd.port.options.mk> + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/deskutils/xwrits/distinfo b/deskutils/xwrits/distinfo index 8886c229763f..bcbe5521bc9a 100644 --- a/deskutils/xwrits/distinfo +++ b/deskutils/xwrits/distinfo @@ -1,2 +1,2 @@ -SHA256 (xwrits-2.24.tar.gz) = ead0762b812c7633ebc24fea9534d078196a135752c11c174cf7dc4cf2e1147e -SIZE (xwrits-2.24.tar.gz) = 190168 +SHA256 (xwrits-2.26.tar.gz) = aaca4809b4cd62a627335ca14a231d4ab556fc872458bdb6fdbf6e76b103fed8 +SIZE (xwrits-2.26.tar.gz) = 196529 diff --git a/deskutils/xwrits/pkg-descr b/deskutils/xwrits/pkg-descr index 03e1c2310d29..0b2e353740d7 100644 --- a/deskutils/xwrits/pkg-descr +++ b/deskutils/xwrits/pkg-descr @@ -1,11 +1,12 @@ -Xwrits reminds you to take wrist breaks, which will hopefully help you -prevent repetitive stress injury. It pops up an X window when you -should rest; you click on that window, then take a break. +Xwrits reminds you to take wrist breaks for prevention or management of +repetitive stress injuries. When you should take a break, it pops up an +X window, the warning window. You click on the warning window, then +take a break. The window changes appearance while you take the break. +it changes again when your break is over. Then you just resume typing. +Xwrits hides itself until you should take another break. -Xwrits's graphics are brightly colored pictures of a wrist and the -attached hand. The wrist clenches and stretches ``as if in pain'' when -you should rest, slumps relaxed during the break, and points forward -valiantly when the break is over. It is trapped behind bars while the -keyboard is locked. Other gestures are included. +The typetime option changes the amount of time between breaks, and the +breaktime option changes the length of a break. The defaults are 55 +minutes and 5 minutes, respectively. WWW: http://www.lcdf.org/xwrits/ |