[Midnightbsd-cvs] mports [24048] trunk/x11: add libinput, libwacom
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 31 15:15:05 EDT 2018
Revision: 24048
http://svnweb.midnightbsd.org/mports/?rev=24048
Author: laffer1
Date: 2018-08-31 15:15:04 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
add libinput, libwacom
Modified Paths:
--------------
trunk/x11/Makefile
Added Paths:
-----------
trunk/x11/libinput/
trunk/x11/libinput/Makefile
trunk/x11/libinput/distinfo
trunk/x11/libinput/files/
trunk/x11/libinput/files/patch-Makefile.am
trunk/x11/libinput/files/patch-include_linux_input.h
trunk/x11/libinput/files/patch-src_Makefile.am
trunk/x11/libinput/files/patch-src_evdev.c
trunk/x11/libinput/files/patch-src_libinput-private.h
trunk/x11/libinput/files/patch-src_libinput-util.c
trunk/x11/libinput/files/patch-src_libinput.h
trunk/x11/libinput/files/patch-src_path-seat.c
trunk/x11/libinput/files/patch-tools_Makefile.am
trunk/x11/libinput/files/patch-udev_Makefile.am
trunk/x11/libinput/pkg-descr
trunk/x11/libinput/pkg-plist
trunk/x11/libwacom/
trunk/x11/libwacom/Makefile
trunk/x11/libwacom/distinfo
trunk/x11/libwacom/pkg-descr
trunk/x11/libwacom/pkg-plist
Modified: trunk/x11/Makefile
===================================================================
--- trunk/x11/Makefile 2018-08-31 19:12:07 UTC (rev 24047)
+++ trunk/x11/Makefile 2018-08-31 19:15:04 UTC (rev 24048)
@@ -70,7 +70,9 @@
SUBDIR += libexo
SUBDIR += libgnome
SUBDIR += libgnomekbd
+SUBDIR += libinput
SUBDIR += liboldX
+SUBDIR += libwacom
SUBDIR += libxcb
SUBDIR += libxdg-basedir
SUBDIR += libxfce4menu
Added: trunk/x11/libinput/Makefile
===================================================================
--- trunk/x11/libinput/Makefile (rev 0)
+++ trunk/x11/libinput/Makefile 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,31 @@
+# $MidnightBSD$
+# $FreeBSD: head/x11/libinput/Makefile 433898 2017-02-11 17:51:19Z rezny $
+
+PORTNAME= libinput
+PORTVERSION= 1.6.0
+CATEGORIES= x11
+MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Generic input library
+
+BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat
+LIB_DEPENDS= libevdev.so:devel/libevdev \
+ libepoll-shim.so:devel/libepoll-shim \
+ libwacom.so:x11/libwacom \
+ libudev.so:devel/libudev-devd \
+ libmtdev.so:devel/libmtdev
+
+USES= autoreconf gmake libtool pathfix pkgconfig tar:xz
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include/libepoll-shim
+INSTALL_TARGET= install-strip
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|program_invocation_short_name|getprogname()|' \
+ ${WRKSRC}/tools/libinput-list-devices.c \
+ ${WRKSRC}/tools/ptraccel-debug.c ${WRKSRC}/tools/shared.c
+
+.include <bsd.port.mk>
Property changes on: trunk/x11/libinput/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/distinfo
===================================================================
--- trunk/x11/libinput/distinfo (rev 0)
+++ trunk/x11/libinput/distinfo 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486789508
+SHA256 (libinput-1.6.0.tar.xz) = b7534f518d735c643aedca2fb4694683dfddc8d0600cfb628c87a18e65255832
+SIZE (libinput-1.6.0.tar.xz) = 927656
Property changes on: trunk/x11/libinput/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-Makefile.am
===================================================================
--- trunk/x11/libinput/files/patch-Makefile.am (rev 0)
+++ trunk/x11/libinput/files/patch-Makefile.am 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,8 @@
+--- Makefile.am.orig 2017-02-11 05:10:33 UTC
++++ Makefile.am
+@@ -1,4 +1,4 @@
+-SUBDIRS = src doc test tools udev
++SUBDIRS = src doc tools udev
+
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
Property changes on: trunk/x11/libinput/files/patch-Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-include_linux_input.h
===================================================================
--- trunk/x11/libinput/files/patch-include_linux_input.h (rev 0)
+++ trunk/x11/libinput/files/patch-include_linux_input.h 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,38 @@
+--- include/linux/input.h.orig 2016-12-05 05:15:21 UTC
++++ include/linux/input.h
+@@ -11,7 +11,17 @@
+ #include <sys/time.h>
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
++#ifdef __FreeBSD__
++#define __u8 uint8_t
++#define __u16 uint16_t
++#define __u32 uint32_t
++#define __s16 int16_t
++#define __s32 int32_t
++#define _IOC_READ IOC_OUT
++#define _IOC_WRITE IOC_IN
++#else
+ #include <linux/types.h>
++#endif
+
+ /*
+ * The event structure itself
+@@ -132,7 +142,7 @@ struct input_keymap_entry {
+ *
+ * If the request code is not an ABS_MT value, -EINVAL is returned.
+ */
+-#define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len)
++#define EVIOCGMTSLOTS(len) _IOC(IOC_INOUT, 'E', 0x0a, len)
+
+ #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */
+ #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */
+@@ -147,7 +157,7 @@ struct input_keymap_entry {
+ #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */
+ #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time */
+
+-#define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */
++#define EVIOCGRAB _IO('E', 0x90) /* Grab/Release device */
+ #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */
+
+ #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */
Property changes on: trunk/x11/libinput/files/patch-include_linux_input.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_Makefile.am
===================================================================
--- trunk/x11/libinput/files/patch-src_Makefile.am (rev 0)
+++ trunk/x11/libinput/files/patch-src_Makefile.am 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,21 @@
+--- src/Makefile.am.orig 2017-02-11 05:10:33 UTC
++++ src/Makefile.am
+@@ -38,6 +38,7 @@ libinput_la_LIBADD = $(MTDEV_LIBS) \
+ $(LIBUDEV_LIBS) \
+ $(LIBEVDEV_LIBS) \
+ $(LIBWACOM_LIBS) \
++ -lepoll-shim \
+ libinput-util.la
+
+ libinput_la_CFLAGS = -I$(top_srcdir)/include \
+@@ -61,8 +62,8 @@ libfilter_la_SOURCES = \
+ filter.c \
+ filter.h \
+ filter-private.h
+-libfilter_la_LIBADD =
+-libfilter_la_CFLAGS =
++libfilter_la_LIBADD = $(LIBUDEV_LIBS)
++libfilter_la_CFLAGS = -I$(top_srcdir)/include $(LIBUDEV_CFLAGS)
+
+ libinput_la_LDFLAGS = -version-info $(LIBINPUT_LT_VERSION) -shared \
+ -Wl,--version-script=$(srcdir)/libinput.sym
Property changes on: trunk/x11/libinput/files/patch-src_Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_evdev.c
===================================================================
--- trunk/x11/libinput/files/patch-src_evdev.c (rev 0)
+++ trunk/x11/libinput/files/patch-src_evdev.c 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,11 @@
+--- src/evdev.c.orig 2017-01-19 21:36:55 UTC
++++ src/evdev.c
+@@ -25,6 +25,8 @@
+
+ #include "config.h"
+
++#include <sys/stat.h>
++
+ #include <errno.h>
+ #include <stdbool.h>
+ #include <stdlib.h>
Property changes on: trunk/x11/libinput/files/patch-src_evdev.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_libinput-private.h
===================================================================
--- trunk/x11/libinput/files/patch-src_libinput-private.h (rev 0)
+++ trunk/x11/libinput/files/patch-src_libinput-private.h 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,10 @@
+--- src/libinput-private.h.orig 2017-01-18 04:32:06 UTC
++++ src/libinput-private.h
+@@ -29,6 +29,7 @@
+
+ #include <errno.h>
+ #include <math.h>
++#include <stdarg.h>
+
+ #include "linux/input.h"
+
Property changes on: trunk/x11/libinput/files/patch-src_libinput-private.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_libinput-util.c
===================================================================
--- trunk/x11/libinput/files/patch-src_libinput-util.c (rev 0)
+++ trunk/x11/libinput/files/patch-src_libinput-util.c 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,12 @@
+--- src/libinput-util.c.orig 2017-01-17 04:53:51 UTC
++++ src/libinput-util.c
+@@ -36,6 +36,9 @@
+ #include <stdbool.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#ifdef __FreeBSD__
++#include <xlocale.h>
++#endif
+
+ #include "libinput-util.h"
+ #include "libinput-private.h"
Property changes on: trunk/x11/libinput/files/patch-src_libinput-util.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_libinput.h
===================================================================
--- trunk/x11/libinput/files/patch-src_libinput.h (rev 0)
+++ trunk/x11/libinput/files/patch-src_libinput.h 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,10 @@
+--- src/libinput.h.orig 2017-01-19 05:27:32 UTC
++++ src/libinput.h
+@@ -29,6 +29,7 @@
+ extern "C" {
+ #endif
+
++#include <stdarg.h>
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <libudev.h>
Property changes on: trunk/x11/libinput/files/patch-src_libinput.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-src_path-seat.c
===================================================================
--- trunk/x11/libinput/files/patch-src_path-seat.c (rev 0)
+++ trunk/x11/libinput/files/patch-src_path-seat.c 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,15 @@
+--- src/path-seat.c.orig 2017-01-19 05:27:32 UTC
++++ src/path-seat.c
+@@ -23,10 +23,11 @@
+
+ #include "config.h"
+
++#include <sys/stat.h>
++
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <string.h>
+-#include <sys/stat.h>
+ #include <libudev.h>
+
+ #include "path-seat.h"
Property changes on: trunk/x11/libinput/files/patch-src_path-seat.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-tools_Makefile.am
===================================================================
--- trunk/x11/libinput/files/patch-tools_Makefile.am (rev 0)
+++ trunk/x11/libinput/files/patch-tools_Makefile.am 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,24 @@
+--- tools/Makefile.am.orig 2017-02-11 05:10:33 UTC
++++ tools/Makefile.am
+@@ -11,8 +11,8 @@ AM_CXXFLAGS = $(GCC_CXXFLAGS)
+ libshared_la_SOURCES = \
+ shared.c \
+ shared.h
+-libshared_la_CFLAGS = $(AM_CFLAGS) $(LIBEVDEV_CFLAGS)
+-libshared_la_LIBADD = $(LIBEVDEV_LIBS)
++libshared_la_CFLAGS = $(AM_CFLAGS) $(LIBEVDEV_CFLAGS) $(LIBUDEV_CFLAGS)
++libshared_la_LIBADD = $(LIBEVDEV_LIBS) $(LIBUDEV_LIBS)
+
+ event_debug_SOURCES = event-debug.c
+ event_debug_LDADD = ../src/libinput.la libshared.la $(LIBUDEV_LIBS) $(LIBEVDEV_LIBS)
+@@ -20,8 +20,9 @@ event_debug_LDFLAGS = -no-install
+ event_debug_CFLAGS = $(AM_CFLAGS) $(LIBUDEV_CFLAGS) $(LIBEVDEV_CFLAGS)
+
+ ptraccel_debug_SOURCES = ptraccel-debug.c
+-ptraccel_debug_LDADD = ../src/libfilter.la ../src/libinput.la
++ptraccel_debug_LDADD = ../src/libfilter.la ../src/libinput.la $(LIBUDEV_LIBS)
+ ptraccel_debug_LDFLAGS = -no-install
++ptraccel_debug_CFLAGS = $(LIBUDEV_CFLAGS)
+
+ libinput_list_devices_SOURCES = libinput-list-devices.c
+ libinput_list_devices_LDADD = ../src/libinput.la libshared.la $(LIBUDEV_LIBS)
Property changes on: trunk/x11/libinput/files/patch-tools_Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/files/patch-udev_Makefile.am
===================================================================
--- trunk/x11/libinput/files/patch-udev_Makefile.am (rev 0)
+++ trunk/x11/libinput/files/patch-udev_Makefile.am 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,10 @@
+--- udev/Makefile.am.orig 2017-02-11 05:10:33 UTC
++++ udev/Makefile.am
+@@ -19,6 +19,7 @@ endif
+
+ libinput_model_quirks_SOURCES = libinput-model-quirks.c
+ libinput_model_quirks_CFLAGS = \
++ -I$(top_srcdir)/include \
+ -I$(top_srcdir)/src \
+ $(LIBUDEV_CFLAGS) \
+ $(GCC_CFLAGS)
Property changes on: trunk/x11/libinput/files/patch-udev_Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/pkg-descr
===================================================================
--- trunk/x11/libinput/pkg-descr (rev 0)
+++ trunk/x11/libinput/pkg-descr 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,7 @@
+libinput is a library to handle input devices in Wayland compositors and
+to provide a generic X.Org input driver. It provides device detection,
+device handling, input device event processing and abstraction so
+minimize the amount of custom input code compositors need to provide
+the common set of functionality that users expect.
+
+WWW: http://www.freedesktop.org/wiki/Software/libinput/
Property changes on: trunk/x11/libinput/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libinput/pkg-plist
===================================================================
--- trunk/x11/libinput/pkg-plist (rev 0)
+++ trunk/x11/libinput/pkg-plist 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,14 @@
+bin/libinput-debug-events
+bin/libinput-list-devices
+include/libinput.h
+lib/libinput.so
+lib/libinput.so.10
+lib/libinput.so.10.11.2
+lib/udev/hwdb.d/90-libinput-model-quirks.hwdb
+lib/udev/libinput-device-group
+lib/udev/libinput-model-quirks
+lib/udev/rules.d/80-libinput-device-groups.rules
+lib/udev/rules.d/90-libinput-model-quirks.rules
+libdata/pkgconfig/libinput.pc
+man/man1/libinput-debug-events.1.gz
+man/man1/libinput-list-devices.1.gz
Property changes on: trunk/x11/libinput/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libwacom/Makefile
===================================================================
--- trunk/x11/libwacom/Makefile (rev 0)
+++ trunk/x11/libwacom/Makefile 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME= libwacom
+PORTVERSION= 0.23
+CATEGORIES= x11
+MASTER_SITES= https://sourceforge.net/projects/linuxwacom/files/libwacom/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Adds tablet support to libinput
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libgudev-1.0.so:devel/libgudev
+
+USES= gettext-runtime gmake libtool localbase pkgconfig \
+ pathfix tar:bzip2
+USE_GNOME= glib20
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/-printf "%P\\n"/-print0 | xargs -0 basename/' ${WRKSRC}/data/Makefile.in
+
+.include <bsd.port.mk>
Property changes on: trunk/x11/libwacom/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libwacom/distinfo
===================================================================
--- trunk/x11/libwacom/distinfo (rev 0)
+++ trunk/x11/libwacom/distinfo 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486412570
+SHA256 (libwacom-0.23.tar.bz2) = a08ac59ff26dbdf5888a6ad7bd97a66741807cda6bb1c7e7f299a555129c3162
+SIZE (libwacom-0.23.tar.bz2) = 473700
Property changes on: trunk/x11/libwacom/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libwacom/pkg-descr
===================================================================
--- trunk/x11/libwacom/pkg-descr (rev 0)
+++ trunk/x11/libwacom/pkg-descr 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,5 @@
+Libwacom is a new library to help implement Wacom tablet settings.
+It is intended to be used by client-programs that need model
+identification.
+
+WWW: http://linuxwacom.sourceforge.net/wiki/index.php/Libwacom
Property changes on: trunk/x11/libwacom/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/libwacom/pkg-plist
===================================================================
--- trunk/x11/libwacom/pkg-plist (rev 0)
+++ trunk/x11/libwacom/pkg-plist 2018-08-31 19:15:04 UTC (rev 24048)
@@ -0,0 +1,124 @@
+bin/libwacom-list-local-devices
+include/libwacom-1.0/libwacom/libwacom.h
+lib/libwacom.a
+lib/libwacom.so
+lib/libwacom.so.2
+lib/libwacom.so.2.5.1
+libdata/pkgconfig/libwacom.pc
+%%DATADIR%%/bamboo-0fg-s-p.tablet
+%%DATADIR%%/bamboo-16fg-m-pt.tablet
+%%DATADIR%%/bamboo-16fg-s-p.tablet
+%%DATADIR%%/bamboo-16fg-s-pt.tablet
+%%DATADIR%%/bamboo-16fg-s-t.tablet
+%%DATADIR%%/bamboo-2fg-fun-m-pt.tablet
+%%DATADIR%%/bamboo-2fg-fun-s-pt.tablet
+%%DATADIR%%/bamboo-2fg-m-p.tablet
+%%DATADIR%%/bamboo-2fg-s-p.tablet
+%%DATADIR%%/bamboo-2fg-s-pt.tablet
+%%DATADIR%%/bamboo-2fg-s-t.tablet
+%%DATADIR%%/bamboo-4fg-fun-m.tablet
+%%DATADIR%%/bamboo-4fg-fun-s.tablet
+%%DATADIR%%/bamboo-4fg-s-pt.tablet
+%%DATADIR%%/bamboo-4fg-s-t.tablet
+%%DATADIR%%/bamboo-4fg-se-m-pt.tablet
+%%DATADIR%%/bamboo-4fg-se-s-pt.tablet
+%%DATADIR%%/bamboo-one.tablet
+%%DATADIR%%/cintiq-12wx.tablet
+%%DATADIR%%/cintiq-13hd.tablet
+%%DATADIR%%/cintiq-13hdt.tablet
+%%DATADIR%%/cintiq-20wsx.tablet
+%%DATADIR%%/cintiq-21ux.tablet
+%%DATADIR%%/cintiq-21ux2.tablet
+%%DATADIR%%/cintiq-22hd.tablet
+%%DATADIR%%/cintiq-22hdt.tablet
+%%DATADIR%%/cintiq-24hd-touch.tablet
+%%DATADIR%%/cintiq-24hd.tablet
+%%DATADIR%%/cintiq-27hd.tablet
+%%DATADIR%%/cintiq-27hdt.tablet
+%%DATADIR%%/cintiq-companion-2.tablet
+%%DATADIR%%/cintiq-companion-hybrid.tablet
+%%DATADIR%%/cintiq-companion.tablet
+%%DATADIR%%/dtf-720.tablet
+%%DATADIR%%/dth-2242.tablet
+%%DATADIR%%/dti-520.tablet
+%%DATADIR%%/dtk-1651.tablet
+%%DATADIR%%/dtk-2241.tablet
+%%DATADIR%%/dtu-1031.tablet
+%%DATADIR%%/dtu-1031x.tablet
+%%DATADIR%%/dtu-1141.tablet
+%%DATADIR%%/dtu-1631.tablet
+%%DATADIR%%/dtu-1931.tablet
+%%DATADIR%%/dtu-2231.tablet
+%%DATADIR%%/ek-remote.tablet
+%%DATADIR%%/generic.tablet
+%%DATADIR%%/graphire-wireless-8x6.tablet
+%%DATADIR%%/graphire3-4x5.tablet
+%%DATADIR%%/graphire3-6x8.tablet
+%%DATADIR%%/graphire4-4x5.tablet
+%%DATADIR%%/huion-h610-pro.tablet
+%%DATADIR%%/intuos-12x12.tablet
+%%DATADIR%%/intuos-12x18.tablet
+%%DATADIR%%/intuos-4x5.tablet
+%%DATADIR%%/intuos-6x8.tablet
+%%DATADIR%%/intuos-9x12.tablet
+%%DATADIR%%/intuos-m-p.tablet
+%%DATADIR%%/intuos-m-p2.tablet
+%%DATADIR%%/intuos-m-pt.tablet
+%%DATADIR%%/intuos-m-pt2.tablet
+%%DATADIR%%/intuos-pro-l.tablet
+%%DATADIR%%/intuos-pro-m.tablet
+%%DATADIR%%/intuos-pro-s.tablet
+%%DATADIR%%/intuos-s-p.tablet
+%%DATADIR%%/intuos-s-p2.tablet
+%%DATADIR%%/intuos-s-pt.tablet
+%%DATADIR%%/intuos-s-pt2.tablet
+%%DATADIR%%/intuos2-12x12.tablet
+%%DATADIR%%/intuos2-12x18.tablet
+%%DATADIR%%/intuos2-4x5.tablet
+%%DATADIR%%/intuos2-6x8.tablet
+%%DATADIR%%/intuos2-9x12.tablet
+%%DATADIR%%/intuos3-12x12.tablet
+%%DATADIR%%/intuos3-12x19.tablet
+%%DATADIR%%/intuos3-4x5.tablet
+%%DATADIR%%/intuos3-4x6.tablet
+%%DATADIR%%/intuos3-6x11.tablet
+%%DATADIR%%/intuos3-6x8.tablet
+%%DATADIR%%/intuos3-9x12.tablet
+%%DATADIR%%/intuos4-12x19.tablet
+%%DATADIR%%/intuos4-4x6.tablet
+%%DATADIR%%/intuos4-6x9-wl.tablet
+%%DATADIR%%/intuos4-6x9.tablet
+%%DATADIR%%/intuos4-8x13.tablet
+%%DATADIR%%/intuos5-m.tablet
+%%DATADIR%%/intuos5-s.tablet
+%%DATADIR%%/intuos5-touch-l.tablet
+%%DATADIR%%/intuos5-touch-m.tablet
+%%DATADIR%%/intuos5-touch-s.tablet
+%%DATADIR%%/isdv4-100.tablet
+%%DATADIR%%/isdv4-101.tablet
+%%DATADIR%%/isdv4-10d.tablet
+%%DATADIR%%/isdv4-10f.tablet
+%%DATADIR%%/isdv4-114.tablet
+%%DATADIR%%/isdv4-116.tablet
+%%DATADIR%%/isdv4-12c.tablet
+%%DATADIR%%/isdv4-4004.tablet
+%%DATADIR%%/isdv4-4800.tablet
+%%DATADIR%%/isdv4-5000.tablet
+%%DATADIR%%/isdv4-5002.tablet
+%%DATADIR%%/isdv4-5040.tablet
+%%DATADIR%%/isdv4-504a.tablet
+%%DATADIR%%/isdv4-90.tablet
+%%DATADIR%%/isdv4-93.tablet
+%%DATADIR%%/isdv4-e3.tablet
+%%DATADIR%%/isdv4-e5.tablet
+%%DATADIR%%/isdv4-e6.tablet
+%%DATADIR%%/isdv4-ec.tablet
+%%DATADIR%%/isdv4-ed.tablet
+%%DATADIR%%/isdv4-ef.tablet
+%%DATADIR%%/libwacom.stylus
+%%DATADIR%%/mobilestudio-pro-13.tablet
+%%DATADIR%%/mobilestudio-pro-16.tablet
+%%DATADIR%%/n-trig-pen.tablet
+%%DATADIR%%/one-by-wacom-m-p.tablet
+%%DATADIR%%/one-by-wacom-s-p.tablet
+%%DATADIR%%/serial-wacf004.tablet
Property changes on: trunk/x11/libwacom/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list