diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-28 07:13:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-28 07:13:44 +0000 |
commit | ed575f5c08768459fa3c5e586cb4632554de1973 (patch) | |
tree | 3b5a45a8d979fb516c66512b83151c079cf4cc3c /x11 | |
parent | 205a974fe66e7857e4b5fcbd2403e0c6e9c6c5e5 (diff) | |
download | pkgsrc-ed575f5c08768459fa3c5e586cb4632554de1973.tar.gz |
Update to 3.4a
Changelog:
Version 3.4 (2013-03-31)
- I hope code to manipulate keys assigned in AlgrGr and Shift-
AltGr positions are now fixed. (Thanks, Paul)
- Default value of xvkbd.textDelay is now set to 10, as it seems
delay of 0 caused problems in some situations.
- ISO_Left_Tab is assigned to the shifted position of the Tab
key on the xvkbd window, so that Shift-Tab can be simulated.
- New option -no-resize to disable resize of xvkbd window.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xvkbd/Makefile | 4 | ||||
-rw-r--r-- | x11/xvkbd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 7f2635c504e..9b61b72ac1d 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:07:24 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/28 07:13:44 ryoon Exp $ # -DISTNAME= xvkbd-3.3 +DISTNAME= xvkbd-3.4a CATEGORIES= x11 MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/ diff --git a/x11/xvkbd/distinfo b/x11/xvkbd/distinfo index 0b0601ab93a..cb792a8903c 100644 --- a/x11/xvkbd/distinfo +++ b/x11/xvkbd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/08/11 12:00:57 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2013/04/28 07:13:44 ryoon Exp $ -SHA1 (xvkbd-3.3.tar.gz) = 967b7d2f3e70a4a588fa5b10073d4e9c79c11ce5 -RMD160 (xvkbd-3.3.tar.gz) = 05aa598da3cde93109d62891b9a68719e0ccaa7c -Size (xvkbd-3.3.tar.gz) = 79576 bytes +SHA1 (xvkbd-3.4a.tar.gz) = 22806d2eb3f564a57037fd4363552817798b6d98 +RMD160 (xvkbd-3.4a.tar.gz) = a2a26aa1c6dbbe87b36cd597974fe5e050ea6dbc +Size (xvkbd-3.4a.tar.gz) = 79694 bytes |