summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-10-10 20:05:12 +0000
committertnn <tnn@pkgsrc.org>2015-10-10 20:05:12 +0000
commit530454c726b1a3b0be2f7c05ab4467b7b32e0ef6 (patch)
tree8eab7b9f3be1e7efaaf37695ce31897879f015a7 /x11
parent7b59ea82fc03ec42fa44d5e1558b44e937603343 (diff)
downloadpkgsrc-530454c726b1a3b0be2f7c05ab4467b7b32e0ef6.tar.gz
remove openbsd-input-ws, succeeded by xf86-input-ws
Diffstat (limited to 'x11')
-rw-r--r--x11/openbsd-input-ws/DESCR1
-rw-r--r--x11/openbsd-input-ws/MESSAGE12
-rw-r--r--x11/openbsd-input-ws/Makefile23
-rw-r--r--x11/openbsd-input-ws/PLIST3
-rw-r--r--x11/openbsd-input-ws/distinfo6
-rw-r--r--x11/openbsd-input-ws/patches/patch-aa12
6 files changed, 0 insertions, 57 deletions
diff --git a/x11/openbsd-input-ws/DESCR b/x11/openbsd-input-ws/DESCR
deleted file mode 100644
index 837ca787eea..00000000000
--- a/x11/openbsd-input-ws/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Matthieu Herrb's wscons pointing device driver for modular X.org.
diff --git a/x11/openbsd-input-ws/MESSAGE b/x11/openbsd-input-ws/MESSAGE
deleted file mode 100644
index 8650854a58b..00000000000
--- a/x11/openbsd-input-ws/MESSAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/09/08 05:31:01 bjs Exp $
-
-To use this driver, your xorg.conf file should have an entry like this:
-
- Identifier "Mouse0"
- Driver "ws"
- Option "Device" "/dev/wsmouse"
-
-This should work with many wscons pointing devices, especially the zaurus.
-Please see the ws(4) manual page for more information.
-===========================================================================
diff --git a/x11/openbsd-input-ws/Makefile b/x11/openbsd-input-ws/Makefile
deleted file mode 100644
index db4a1111c70..00000000000
--- a/x11/openbsd-input-ws/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2015/04/25 14:25:14 tnn Exp $
-#
-
-DISTNAME= openbsd-input-ws-1.2
-PKGREVISION= 6
-CATEGORIES= x11
-MASTER_SITES= http://xenocara.org/src/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xenocara.org/
-COMMENT= OpenBSD's wscons input driver for modular X.org
-
-ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-
-.include "../../x11/modular-xorg-server/buildlink3.mk"
-.include "../../x11/xproto/buildlink3.mk"
-.include "../../x11/inputproto/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/openbsd-input-ws/PLIST b/x11/openbsd-input-ws/PLIST
deleted file mode 100644
index 5957bae3443..00000000000
--- a/x11/openbsd-input-ws/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:01 joerg Exp $
-lib/xorg/modules/input/ws_drv.la
-man/man4/ws.4
diff --git a/x11/openbsd-input-ws/distinfo b/x11/openbsd-input-ws/distinfo
deleted file mode 100644
index e79145db0a1..00000000000
--- a/x11/openbsd-input-ws/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/08 05:31:01 bjs Exp $
-
-SHA1 (openbsd-input-ws-1.2.tar.gz) = a313e27f8c3ce999e71b23eab9102e6332d16f9d
-RMD160 (openbsd-input-ws-1.2.tar.gz) = 39d3244c5e11a3902fc385d68ece8704faf305bf
-Size (openbsd-input-ws-1.2.tar.gz) = 318780 bytes
-SHA1 (patch-aa) = 4de8a3514d7dc5f3d90cfdc0b228aababf4f2fe2
diff --git a/x11/openbsd-input-ws/patches/patch-aa b/x11/openbsd-input-ws/patches/patch-aa
deleted file mode 100644
index d6e28901396..00000000000
--- a/x11/openbsd-input-ws/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/09/08 05:31:01 bjs Exp $
-
---- src/ws.c.orig 2007-08-23 15:10:33.000000000 -0400
-+++ src/ws.c
-@@ -139,6 +139,7 @@ InputDriverRec WS = {
- NULL,
- wsPreInit,
- NULL,
-+ NULL,
- 0
- };
-