diff options
-rw-r--r-- | x11/xbindkeys-config/distinfo | 3 | ||||
-rw-r--r-- | x11/xbindkeys-config/patches/patch-ab | 67 |
2 files changed, 69 insertions, 1 deletions
diff --git a/x11/xbindkeys-config/distinfo b/x11/xbindkeys-config/distinfo index 27f582bfe46..e51fd4e52e1 100644 --- a/x11/xbindkeys-config/distinfo +++ b/x11/xbindkeys-config/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/09/23 23:05:42 jlam Exp $ +$NetBSD: distinfo,v 1.3 2003/09/25 12:02:35 tron Exp $ SHA1 (xbindkeys_config-0.1.2.tar.gz) = da6d3a5e5ba00dedad3d5f6dc145989fabacb491 Size (xbindkeys_config-0.1.2.tar.gz) = 17579 bytes SHA1 (patch-aa) = e70cf0fa62647a9d5f6a98e31c4e6de05dde9784 +SHA1 (patch-ab) = fc269af9f22db81cf43371b61dda94d450d19ed6 diff --git a/x11/xbindkeys-config/patches/patch-ab b/x11/xbindkeys-config/patches/patch-ab new file mode 100644 index 00000000000..7a5713eb58a --- /dev/null +++ b/x11/xbindkeys-config/patches/patch-ab @@ -0,0 +1,67 @@ +$NetBSD: patch-ab,v 1.1 2003/09/25 12:02:35 tron Exp $ + +--- middle.c.orig 2002-06-04 11:07:06.000000000 +0200 ++++ middle.c 2003-09-25 14:01:21.000000000 +0200 +@@ -546,34 +546,34 @@ + + /*****************************************************************************/ + static char commentary[]={ +-"########################### \n\ +-# xbindkeys configuration # \n\ +-########################### \n\ +-# \n\ +-# Version: 1.2.0 \n\ +-# +-# If you edit this, do not forget to uncomment any lines that you change.\n\ +-# The pound(#) symbol may be used anywhere for comments.\n\ +-# \n\ +-# A list of keys is in /usr/include/X11/keysym.h and in \n\ +-# /usr/include/X11/keysymdef.h \n\ +-# The XK_ is not needed. \n\ +-# \n\ +-# List of modifier (on my keyboard): \n\ +-# Control, Shift, Mod1 (Alt), Mod2 (NumLock), \n\ +-# Mod3 (CapsLock), Mod4, Mod5 (Scroll). \n\ +-# \n\ +-# Another way to specifie a key is to use 'xev' and set the \n\ +-# keycode with c:nnn or the modifier with m:nnn where nnn is \n\ +-# the keycode or the state returned by xev \n\ +-# \n\ +-# This file is created by xbindkey_config \n\ +-# The structure is : \n\ +-# # Remark \n\ +-# \"command\" \n\ +-# m:xxx + c:xxx \n\ +-# Shift+... \n\ +-# \n\n\n\n" ++"########################### \n" ++"# xbindkeys configuration # \n" ++"########################### \n" ++"# \n" ++"# Version: 1.2.0 \n" ++"# \n" ++"# If you edit this, do not forget to uncomment any lines that you change.\n" ++"# The pound(#) symbol may be used anywhere for comments.\n" ++"# \n" ++"# A list of keys is in /usr/include/X11/keysym.h and in \n" ++"# /usr/include/X11/keysymdef.h \n" ++"# The XK_ is not needed. \n" ++"# \n" ++"# List of modifier (on my keyboard): \n" ++"# Control, Shift, Mod1 (Alt), Mod2 (NumLock), \n" ++"# Mod3 (CapsLock), Mod4, Mod5 (Scroll). \n" ++"# \n" ++"# Another way to specifie a key is to use 'xev' and set the \n" ++"# keycode with c:nnn or the modifier with m:nnn where nnn is \n" ++"# the keycode or the state returned by xev \n" ++"# \n" ++"# This file is created by xbindkey_config \n" ++"# The structure is : \n" ++"# # Remark \n" ++"# \"command\" \n" ++"# m:xxx + c:xxx \n" ++"# Shift+... \n" ++"# \n\n\n\n" + }; + + static char commentary_end[]={ |