summaryrefslogtreecommitdiff
path: root/x11/xwrits
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-02-11 03:07:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-02-11 03:07:47 +0000
commit9622d9f20c77b9861008e220b05d51d690fe4377 (patch)
tree21bbdef97ebc693b7172e8bbac5ac116e83e74e2 /x11/xwrits
parent018ef2a1dbced3a14d2432e933bb494350cd8a69 (diff)
downloadpkgsrc-9622d9f20c77b9861008e220b05d51d690fe4377.tar.gz
update to xwrits-2.19
changes since the last packaged version are: -------------------------------------------- Version 2.19 8.Feb.2002 * The escalation "clock" corresponding to `after=TIME' options proceeds even after you cancel a break by deleting all the xwrits windows. Therefore, you can no longer prevent escalation by deleting xwrits windows with your window manager. * Locking code works with large `lock-picture's. Reported by Carlos O'Donell Jr. <carlos@baldric.uwo.ca>. * Add `bars-picture' option. If you specify your own `lock-picture', then `bars-picture' defaults to a black screen. Say `bars-picture="&bars"' to get the old behavior. * Add `+verbose' option for debugging. * Xwrits checks whether other clients pay attention to KeyRelease events, as well as KeyPress events. This may improve its interaction with certain window managers. For example, xwrits seemed to come up less frequently than it should when I was using KDE. * `--multiscreen' still doesn't seem to work, but I don't know why. Version 2.18 21.Dec.2001 * Fix `--multiscreen' option. Reported by Jamie Zawinski <jwz@jwz.org>. Version 2.17 18.Dec.2001 * Add `--multiscreen' option. Requested by Jamie Zawinski <jwz@jwz.org>. Version 2.16 23.Aug.2001 * Choose font more carefully, to avoid null pointer dereferences. Problem reported by Sharif Nassar <sharif@mrwacky.com>. Version 2.15 18.Apr.2001 * Xwrits processes play nicely with one another. For example, two xwrits processes with `+top' no longer fight each other to get to the top of the window stack; and xwrits processes inform one another when you click on a window to take a break. Requested by Thomer M. Gil <thomergil@hotmail.com>, who runs two xwrits processes at once: one for microbreaks, one for longer breaks. Version 2.14 15.Feb.2001 * Fixed new crash when `+lock' and `+breakclock' were both supplied. Reported by Chris Keane <chris@chris-keane.co.uk>. * Fixed time-adjusting code when the system clock jumps backwards: Do not use the remaining-timeout value to calculate how much the system clock has changed. The symptom was that xwrits windows would stop animating if the system clock jumped backwards (even by a little bit). Version 2.13 11.Feb.2001 * Documented multiple `breaktime' specifications. This lets you, for example, make a break longer depending on how long you waited to take it. See the ESCALATION section of the manual page. These were added in an earlier version, but never documented. * The escalation "clock" corresponding to `after=TIME' options proceeds even while xwrits thinks you're resting. Therefore, you can no longer prevent escalation by clicking on the xwrits window (making it think you're resting) and then typing some more. Requested by Conrad Hughes <conrad@eireann.org>. * Bug fix: The `breakclock' always counts down from the end of the break. Previously, it counted back from a random time when `+mouse' was true. Reported by Tijn Porcelijn <taine@3niat.myweb.nl>. * Hopefully fixed bugs that were causing xwrits to crash on Chris Keane <chris@chris-keane.co.uk>. * Bug fix: Erasing messages on the lock screen didn't completely work if the hand picture was in the way. This resulted in unreadable displays. Fixed. * Hopefully fixed bugs that caused animation to stop sometimes. * The lock screen now shows how many characters of your unlock password you've typed.
Diffstat (limited to 'x11/xwrits')
-rw-r--r--x11/xwrits/Makefile10
-rw-r--r--x11/xwrits/distinfo6
2 files changed, 9 insertions, 7 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile
index 3eba09c016a..7274d5c118c 100644
--- a/x11/xwrits/Makefile
+++ b/x11/xwrits/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:07:31 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/02/11 03:07:47 dmcmahill Exp $
-DISTNAME= xwrits-2.12
+DISTNAME= xwrits-2.19
CATEGORIES= x11
MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/
@@ -8,7 +8,9 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/
COMMENT= Wrist break reminder for prevention of repetitive stress injuries
-USE_X11BASE= YES
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xwrits/distinfo b/x11/xwrits/distinfo
index 94572e832ae..c789cb25a1f 100644
--- a/x11/xwrits/distinfo
+++ b/x11/xwrits/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:08:02 skrll Exp $
+$NetBSD: distinfo,v 1.3 2002/02/11 03:07:47 dmcmahill Exp $
-SHA1 (xwrits-2.12.tar.gz) = 3f06e187cb13115df3cf4857d9dcd5070c75d264
-Size (xwrits-2.12.tar.gz) = 123755 bytes
+SHA1 (xwrits-2.19.tar.gz) = ad2051a75b85697898d2616435a1817983529da5
+Size (xwrits-2.19.tar.gz) = 130987 bytes