aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-02-11 17:55:45 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-02-11 17:55:45 +0000
commitbe5779eecc0b8c402fd4a31738394a8c88ef9c3a (patch)
treef5307c251f3f2415848d6c96c0a1d2a2997a221c /x11-drivers
parent8d886de4ae53a58c3e3f07db4c5f5218367a1b7f (diff)
downloadports-be5779eecc0b8c402fd4a31738394a8c88ef9c3a.tar.gz
ports-be5779eecc0b8c402fd4a31738394a8c88ef9c3a.zip
x11-drivers/xf86-input-libinput: new port
This package contains the X.Org xf86-input-libinput driver. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little beyond. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9543
Notes
Notes: svn path=/head/; revision=433899
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/Makefile1
-rw-r--r--x11-drivers/xf86-input-libinput/Makefile18
-rw-r--r--x11-drivers/xf86-input-libinput/distinfo3
-rw-r--r--x11-drivers/xf86-input-libinput/pkg-descr5
-rw-r--r--x11-drivers/xf86-input-libinput/pkg-plist5
-rw-r--r--x11-drivers/xorg-drivers/Makefile1
6 files changed, 33 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile
index 83fd732ef716..e6975de9c529 100644
--- a/x11-drivers/Makefile
+++ b/x11-drivers/Makefile
@@ -11,6 +11,7 @@
SUBDIR += xf86-input-hyperpen
SUBDIR += xf86-input-joystick
SUBDIR += xf86-input-keyboard
+ SUBDIR += xf86-input-libinput
SUBDIR += xf86-input-mouse
SUBDIR += xf86-input-mutouch
SUBDIR += xf86-input-penmount
diff --git a/x11-drivers/xf86-input-libinput/Makefile b/x11-drivers/xf86-input-libinput/Makefile
new file mode 100644
index 000000000000..b324a33cb766
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= xf86-input-libinput
+PORTVERSION= 0.24.0
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org libinput input driver
+
+LICENSE= MIT # various styles
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libinput.so:x11/libinput
+
+XORG_CAT= driver
+USES= pathfix
+
+.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-input-libinput/distinfo b/x11-drivers/xf86-input-libinput/distinfo
new file mode 100644
index 000000000000..023633273c74
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486786051
+SHA256 (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = ddcb07350aed59b2996a92a1b4ff64d1c0b0c86a3f0ddca15b2b1c8c8bb13628
+SIZE (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = 367266
diff --git a/x11-drivers/xf86-input-libinput/pkg-descr b/x11-drivers/xf86-input-libinput/pkg-descr
new file mode 100644
index 000000000000..41abd97e29fe
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/pkg-descr
@@ -0,0 +1,5 @@
+This package contains the X.Org xf86-input-libinput driver. It is a thin
+wrapper around libinput, so while it does provide all features that libinput
+supports it does little beyond.
+
+WWW: http://www.x.org
diff --git a/x11-drivers/xf86-input-libinput/pkg-plist b/x11-drivers/xf86-input-libinput/pkg-plist
new file mode 100644
index 000000000000..50299f617aa5
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/pkg-plist
@@ -0,0 +1,5 @@
+include/xorg/libinput-properties.h
+lib/xorg/modules/input/libinput_drv.so
+libdata/pkgconfig/xorg-libinput.pc
+man/man4/libinput.4x.gz
+share/X11/xorg.conf.d/40-libinput.conf
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile
index af0d99c3e2fe..f82d3ddc9310 100644
--- a/x11-drivers/xorg-drivers/Makefile
+++ b/x11-drivers/xorg-drivers/Makefile
@@ -21,6 +21,7 @@ INPUT_DRIVERS= acecad \
hyperpen \
joystick \
keyboard \
+ libinput \
mouse \
mutouch \
penmount \