summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-11-20 22:46:03 +0000
committerjmmv <jmmv>2004-11-20 22:46:03 +0000
commit5a54fdcdae31d89d0125aa0c62e4b4d695d19bf6 (patch)
tree2290b42f659b2dfa3f4326ccdb9cd5da76c02d21 /x11
parentdb2c710c5ba4a14f88a6c90c1f2ab255e1845efd (diff)
downloadpkgsrc-5a54fdcdae31d89d0125aa0c62e4b4d695d19bf6.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xbindkeys-config/DESCR3
-rw-r--r--x11/xbindkeys-config/Makefile19
-rw-r--r--x11/xbindkeys-config/PLIST2
-rw-r--r--x11/xbindkeys-config/distinfo6
-rw-r--r--x11/xbindkeys-config/patches/patch-aa27
-rw-r--r--x11/xbindkeys-config/patches/patch-ab67
7 files changed, 1 insertions, 126 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 9f0c8840ed5..2c4f4c68271 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -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+= xaniroc
SUBDIR+= xautolock
SUBDIR+= xbanner
SUBDIR+= xbindkeys
-SUBDIR+= xbindkeys-config
SUBDIR+= xbindkeys-tk
SUBDIR+= xcb
SUBDIR+= xclip
diff --git a/x11/xbindkeys-config/DESCR b/x11/xbindkeys-config/DESCR
deleted file mode 100644
index a4810a5b975..00000000000
--- a/x11/xbindkeys-config/DESCR
+++ /dev/null
@@ -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 --git a/x11/xbindkeys-config/Makefile b/x11/xbindkeys-config/Makefile
deleted file mode 100644
index 2920d0fe36b..00000000000
--- a/x11/xbindkeys-config/Makefile
+++ /dev/null
@@ -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
-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 --git a/x11/xbindkeys-config/PLIST b/x11/xbindkeys-config/PLIST
deleted file mode 100644
index 32d70d2abce..00000000000
--- a/x11/xbindkeys-config/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/11 14:25:25 tron Exp $
-bin/xbindkeys_config
diff --git a/x11/xbindkeys-config/distinfo b/x11/xbindkeys-config/distinfo
deleted file mode 100644
index e51fd4e52e1..00000000000
--- a/x11/xbindkeys-config/distinfo
+++ /dev/null
@@ -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 --git a/x11/xbindkeys-config/patches/patch-aa b/x11/xbindkeys-config/patches/patch-aa
deleted file mode 100644
index 399067eca9b..00000000000
--- a/x11/xbindkeys-config/patches/patch-aa
+++ /dev/null
@@ -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 --git a/x11/xbindkeys-config/patches/patch-ab b/x11/xbindkeys-config/patches/patch-ab
deleted file mode 100644
index 7a5713eb58a..00000000000
--- a/x11/xbindkeys-config/patches/patch-ab
+++ /dev/null
@@ -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[]={