pkgsrc-WIP-changes archive

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

mtdev: add version 1.1.5



Module Name:	pkgsrc-wip
Committed By:	Denys Nykula <nykula%ukr.net@localhost>
Pushed By:	nykula
Date:		Mon Oct 21 20:14:58 2019 +0300
Changeset:	1a00b901782381bb9aec08f714a8319842c6113d

Added Files:
	mtdev/DESCR
	mtdev/Makefile
	mtdev/PLIST
	mtdev/buildlink3.mk
	mtdev/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a00b901782381bb9aec08f714a8319842c6113d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mtdev/DESCR         |  4 ++++
 mtdev/Makefile      | 19 +++++++++++++++++++
 mtdev/PLIST         |  7 +++++++
 mtdev/buildlink3.mk | 12 ++++++++++++
 mtdev/distinfo      |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/mtdev/DESCR b/mtdev/DESCR
new file mode 100644
index 0000000000..64498fa0af
--- /dev/null
+++ b/mtdev/DESCR
@@ -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.
diff --git a/mtdev/Makefile b/mtdev/Makefile
new file mode 100644
index 0000000000..b40508aaaf
--- /dev/null
+++ b/mtdev/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	mtdev-1.1.5
+CATEGORIES=	devel
+MASTER_SITES=	http://bitmath.org/code/mtdev/
+
+MAINTAINER=	nykula%ukr.net@localhost
+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"
diff --git a/mtdev/PLIST b/mtdev/PLIST
new file mode 100644
index 0000000000..a1d4f732b7
--- /dev/null
+++ b/mtdev/PLIST
@@ -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
diff --git a/mtdev/buildlink3.mk b/mtdev/buildlink3.mk
new file mode 100644
index 0000000000..34af5d58cb
--- /dev/null
+++ b/mtdev/buildlink3.mk
@@ -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
diff --git a/mtdev/distinfo b/mtdev/distinfo
new file mode 100644
index 0000000000..ba1505123f
--- /dev/null
+++ b/mtdev/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index