mtdev: add version 1.1.5

Multitouch protocol translation library transforms kernel MT events to
the slotted type B protocol. The events put into mtdev may be from any
MT device, specifically type A without contact tracking, type A with
contact tracking, or type B with contact tracking.
This commit is contained in:
Denys Nykula 2019-10-21 20:14:58 +03:00
parent 2e51ac52c8
commit 1a00b90178
5 changed files with 48 additions and 0 deletions

4
mtdev/DESCR Normal file
View File

@ -0,0 +1,4 @@
Multitouch protocol translation library transforms kernel MT events to
the slotted type B protocol. The events put into mtdev may be from any
MT device, specifically type A without contact tracking, type A with
contact tracking, or type B with contact tracking.

19
mtdev/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= mtdev-1.1.5
CATEGORIES= devel
MASTER_SITES= http://bitmath.org/code/mtdev/
MAINTAINER= nykula@ukr.net
HOMEPAGE= ${MASTER_SITES}
COMMENT= Kernel multitouch event translation
LICENSE= mit
ONLY_FOR_PLATFORM= Linux-*-*
USE_TOOLS+= autoconf automake
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} &&autoreconf -fiv
.include "../../mk/bsd.pkg.mk"

7
mtdev/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $NetBSD$
bin/mtdev-test
include/mtdev-mapping.h
include/mtdev-plumbing.h
include/mtdev.h
lib/libmtdev.la
lib/pkgconfig/mtdev.pc

12
mtdev/buildlink3.mk Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILDLINK_TREE+= mtdev
.if !defined(MTDEV_BUILDLINK3_MK)
MTDEV_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mtdev+= mtdev>=1.1.0
BUILDLINK_PKGSRCDIR.mtdev?= ../../wip/mtdev
.endif # MTDEV_BUILDLINK3_MK
BUILDLINK_TREE+= -mtdev

6
mtdev/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (mtdev-1.1.5.tar.gz) = 346115a91b68652170d02d7b1c0722cf1cacf4eb
RMD160 (mtdev-1.1.5.tar.gz) = 139be378fa925429815f6b1644c0b503abe7ec4c
SHA512 (mtdev-1.1.5.tar.gz) = f59f8cda9b81e17253ff2da93a14b6f8e48361aff890dd5d1bb89ca385d713c212f961ed34fc5b866affd83013530a036736faca071ec9a424091979a12c9208
Size (mtdev-1.1.5.tar.gz) = 335553 bytes