diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-30 10:52:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-30 10:52:05 +0000 |
commit | 7e7badbf514180a020b653d20707edbf64aded61 (patch) | |
tree | 8844212924e3da424d0ffa8d9fa9cfb2a55db758 /x11 | |
parent | d2bc7ef3030a2d138f82f47c4f662f0e30ade85a (diff) | |
download | pkgsrc-7e7badbf514180a020b653d20707edbf64aded61.tar.gz |
Update to 1.3.1:
1.3.1:
Adam Jackson (1):
keyboard 1.3.1
Paulo Cesar Pereira de Andrade (1):
Don't send events in DEVICE_INIT, only after DEVICE_ON.
1.3.0:
Adam Jackson (2):
Don't sleep(1) on VT entry.
keyboard 1.3.0
Alan Coopersmith (4):
Update kbd man page to say it has replaced keyboard driver now.
Use $(XKBPATH) for xkb file path in man page
Revert previous attempts to sync lock state & LEDs
Correct COPYING file and note which notices apply to which code/OS'es
Daniel Drake (1):
Bug 11026: xf86-input-keyboard COPYING file
David Marx (1):
Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell
Julien Cristau (1):
Remove the legacy keyboard driver's manpage
Matej Kosik (1):
Add information & example of XKB options to man page
Matthieu Herrb (2):
Fix parameters order for printWsType().
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade (1):
Alternate patch to preserve NumLock & CapsLock leds at X Server startup.
Samuel Thibault (1):
lnx: Automatically inherit the vt's numlock and capslock
status (Bug #2243)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-input-keyboard/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-input-keyboard/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile index 0ac5576df41..fd3b5617145 100644 --- a/x11/xf86-input-keyboard/Makefile +++ b/x11/xf86-input-keyboard/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:20 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/30 10:52:05 wiz Exp $ -DISTNAME= xf86-input-keyboard-1.2.2 +DISTNAME= xf86-input-keyboard-1.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-input-keyboard/distinfo b/x11/xf86-input-keyboard/distinfo index 194c4d1994b..d3bd3f839d9 100644 --- a/x11/xf86-input-keyboard/distinfo +++ b/x11/xf86-input-keyboard/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2008/01/15 23:46:13 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/05/30 10:52:05 wiz Exp $ -SHA1 (xf86-input-keyboard-1.2.2.tar.bz2) = 4dd6de50ac468d585629ea8c76b1119b2d588796 -RMD160 (xf86-input-keyboard-1.2.2.tar.bz2) = e29d18f0ea97a33ac6dd5b0480fd5f8e0e188629 -Size (xf86-input-keyboard-1.2.2.tar.bz2) = 245665 bytes +SHA1 (xf86-input-keyboard-1.3.1.tar.bz2) = 4e5cd4d32b456cb87b14dca4d78845911a3e1148 +RMD160 (xf86-input-keyboard-1.3.1.tar.bz2) = cccf96251364d79b434212f9ff1fcfd53359fe65 +Size (xf86-input-keyboard-1.3.1.tar.bz2) = 265170 bytes SHA1 (patch-aa) = 78756a648ba8d2550eda9795e81fd45d8ab0835f SHA1 (patch-ab) = 3e6d25832b10d86588dd458d81356001bb93f860 |