pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/openbsd-input-ws Import openbsd-input-ws-1.2 from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbd767d58943
branches:  trunk
changeset: 546813:dbd767d58943
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Sep 08 05:31:01 2008 +0000

description:
Import openbsd-input-ws-1.2 from pkgsrc-wip.  This driver should work
with a vast majority of wsmouse-compatible pointing devices on both
NetBSD and OpenBSD.

diffstat:

 x11/openbsd-input-ws/DESCR            |   1 +
 x11/openbsd-input-ws/MESSAGE          |  12 ++++++++++++
 x11/openbsd-input-ws/Makefile         |  24 ++++++++++++++++++++++++
 x11/openbsd-input-ws/PLIST            |   4 ++++
 x11/openbsd-input-ws/distinfo         |   6 ++++++
 x11/openbsd-input-ws/patches/patch-aa |  12 ++++++++++++
 6 files changed, 59 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/DESCR        Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,1 @@
+Matthieu Herrb's wscons pointing device driver for modular X.org.
diff -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/MESSAGE      Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,12 @@
+===========================================================================
+$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 -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/Makefile     Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 05:31:01 bjs Exp $
+#
+
+DISTNAME=      openbsd-input-ws-1.2
+CATEGORIES=    x11
+MASTER_SITES=  http://xenocara.org/src/
+
+MAINTAINER=    bjs%NetBSD.org@localhost
+HOMEPAGE=      http://xenocara.org/
+COMMENT=       OpenBSD's wscons input driver for modular X.org
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+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 -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/PLIST        Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/08 05:31:01 bjs Exp $
+lib/xorg/modules/input/ws_drv.la
+man/man4/ws.4
+@comment @dirrm lib/xorg/modules/input
diff -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/distinfo     Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,6 @@
+$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 -r 70e33f571dd2 -r dbd767d58943 x11/openbsd-input-ws/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/openbsd-input-ws/patches/patch-aa     Mon Sep 08 05:31:01 2008 +0000
@@ -0,0 +1,12 @@
+$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
+ };
+ 



Home | Main Index | Thread Index | Old Index