Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 21:40:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307938 - head/deskutils/xwrits
Message-ID:  <201211282140.qASLeV7M035365@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Nov 28 21:40:31 2012
New Revision: 307938
URL: http://svnweb.freebsd.org/changeset/ports/307938

Log:
  - Update to version 2.26
  - Hand maintainership to submitter
  
  PR:		ports/173849
  Submitted by:	nemysis <nemysis@gmx.ch>
  Feature safe:	yes

Modified:
  head/deskutils/xwrits/Makefile
  head/deskutils/xwrits/distinfo
  head/deskutils/xwrits/pkg-descr

Modified: head/deskutils/xwrits/Makefile
==============================================================================
--- head/deskutils/xwrits/Makefile	Wed Nov 28 21:28:02 2012	(r307937)
+++ head/deskutils/xwrits/Makefile	Wed Nov 28 21:40:31 2012	(r307938)
@@ -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>

Modified: head/deskutils/xwrits/distinfo
==============================================================================
--- head/deskutils/xwrits/distinfo	Wed Nov 28 21:28:02 2012	(r307937)
+++ head/deskutils/xwrits/distinfo	Wed Nov 28 21:40:31 2012	(r307938)
@@ -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

Modified: head/deskutils/xwrits/pkg-descr
==============================================================================
--- head/deskutils/xwrits/pkg-descr	Wed Nov 28 21:28:02 2012	(r307937)
+++ head/deskutils/xwrits/pkg-descr	Wed Nov 28 21:40:31 2012	(r307938)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211282140.qASLeV7M035365>