pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Remove xbindkeys-config; the site holding the prog...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b6149f7a691
branches:  trunk
changeset: 483876:7b6149f7a691
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Nov 20 22:46:03 2004 +0000

description:
Remove xbindkeys-config; the site holding the program has disappeared, and
it will be of little use with the new syntax of xbindkeysrc files (though
it's only optional).

diffstat:

 x11/Makefile                          |   3 +-
 x11/xbindkeys-config/DESCR            |   3 -
 x11/xbindkeys-config/Makefile         |  19 ---------
 x11/xbindkeys-config/PLIST            |   2 -
 x11/xbindkeys-config/distinfo         |   6 ---
 x11/xbindkeys-config/patches/patch-aa |  27 --------------
 x11/xbindkeys-config/patches/patch-ab |  67 -----------------------------------
 7 files changed, 1 insertions(+), 126 deletions(-)

diffs (165 lines):

diff -r edd4b0e96043 -r 7b6149f7a691 x11/Makefile
--- a/x11/Makefile      Sat Nov 20 22:40:34 2004 +0000
+++ b/x11/Makefile      Sat Nov 20 22:46:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.368 2004/11/20 22:15:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.369 2004/11/20 22:46:03 jmmv Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -231,7 +231,6 @@
 SUBDIR+=       xautolock
 SUBDIR+=       xbanner
 SUBDIR+=       xbindkeys
-SUBDIR+=       xbindkeys-config
 SUBDIR+=       xbindkeys-tk
 SUBDIR+=       xcb
 SUBDIR+=       xclip
diff -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/DESCR
--- a/x11/xbindkeys-config/DESCR        Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-xbindkeys_config is an easy to use gtk program for configuring
-xbindkeys, which is a tool to launch programs trough mouse or
-keyboard events.
diff -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/Makefile
--- a/x11/xbindkeys-config/Makefile     Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:39 tv Exp $
-
-DISTNAME=      xbindkeys_config-0.1.2
-PKGNAME=       xbindkeys-config-0.1.2
-PKGREVISION=   3
-CATEGORIES=    x11
-MASTER_SITES=  http://www.netchampagne.com/xbindkeys_config/
-
-MAINTAINER=    jmmv%NetBSD.org@localhost
-HOMEPAGE=      http://www.netchampagne.com/xbindkeys_config/
-COMMENT=       Tool to configure xbindkeys graphically
-
-DEPENDS+=      xbindkeys-[0-9]*:../xbindkeys
-
-USE_BUILDLINK3=                yes
-USE_X11=               # defined
-
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/PLIST
--- a/x11/xbindkeys-config/PLIST        Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/11 14:25:25 tron Exp $
-bin/xbindkeys_config
diff -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/distinfo
--- a/x11/xbindkeys-config/distinfo     Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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 -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/patches/patch-aa
--- a/x11/xbindkeys-config/patches/patch-aa     Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/09/23 23:05:43 jlam Exp $
-
---- Makefile.orig      Tue Jun  4 02:35:45 2002
-+++ Makefile
-@@ -1,13 +1,13 @@
- # makefile crée par Laurent VUIBERT
- 
--CC=   gcc -O3 -Wall
-+CC=   gcc ${CFLAGS}
- STD=  _GNU_SOURCE
- GTK=  `gtk-config  --cflags --libs`
- GTK2= `gtk-config  --cflags`
- OBJS= xbindkeys_config.o menu.o middle.o speedc.o
- NOM=    xbindkeys_config
- 
--prefix=       /usr
-+prefix=       ${PREFIX}
- 
- .c.o: 
-       $(CC) $(GTK2) -D$(STD) -c $<
-@@ -22,5 +22,5 @@ clean:
-       rm -rf .v*
- 
- install:
--      cp $(NOM) $(DESTDIR)$(prefix)/bin/
-+      ${BSD_INSTALL_PROGRAM} $(NOM) $(DESTDIR)$(prefix)/bin/
- #End Makefile 
diff -r edd4b0e96043 -r 7b6149f7a691 x11/xbindkeys-config/patches/patch-ab
--- a/x11/xbindkeys-config/patches/patch-ab     Sat Nov 20 22:40:34 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-$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[]={



Home | Main Index | Thread Index | Old Index