Port details |
- libmtdev Multitouch Protocol Translation Library
- 1.1.7 devel =13 1.1.7Version of this port present on the latest quarterly branch.
- Maintainer: x11@FreeBSD.org
- Port Added: 2015-09-16 10:28:36
- Last Update: 2024-04-30 06:11:32
- Commit Hash: 1dee07a
- People watching this port, also watch:: xorg-fonts-truetype, indexinfo, libXdamage, libevent, openjpeg
- License: MIT
- WWW:
- https://bitmath.org/code/mtdev/
- Description:
- mtdev is a stand-alone library which transforms all variants of 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. See Linux kernel documentation for further details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmtdev>0:devel/libmtdev
- To install the port:
- cd /usr/ports/devel/libmtdev/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmtdev
- pkg install libmtdev
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmtdev
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714056920
SHA256 (mtdev-1.1.7.tar.bz2) = a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e
SIZE (mtdev-1.1.7.tar.bz2) = 301994
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- input.h : devel/evdev-proto
- This port is required by:
- for Libraries
-
- devel/qt6-base
- x11/libinput
- x11-drivers/xf86-input-evdev
- x11-toolkits/py-kivy
- x11-toolkits/qt5-gui
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libmtdev
- USES:
- libtool localbase pathfix tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.7 30 Apr 2024 06:11:32 |
Emmanuel Vadot (manu) |
devel/libmtdev: Update to 1.1.7
Differential Revision: https://reviews.freebsd.org/D44949
Sponsored by: Beckhoff Automation GmbH & Co. KG |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.6_1 09 Nov 2021 08:55:01 |
Emmanuel Vadot (manu) |
devel/libmtdev: Remove RUN_DEPENDS on evdev-proto
This is a build dependancy, not a runtime one.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
1.1.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.6 30 Sep 2020 19:47:07 |
zeising |
devel/libmtdev: Update to 1.1.6
Update devel/libmtdev to 1.1.6 [0]
Switch to USES=localbase instead of manipulating CPPFLAGS [1]
Pass maintainership to x11@, since this is used in the xorg and wayland
input stacks. [0]
PR: 249962 [0], 249295 [1]
Submitted by: zeising [0]
Suggested by: daniel.engberg.lists@pyret.net [1]
Approved by: hselasky (maintainer)
Obtained from: FreeBSD Graphics Team git repo [0] |
1.1.5_4 28 Sep 2020 19:59:57 |
zeising |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
1.1.5_3 13 Sep 2020 20:06:30 |
adridg |
Fix up (run) depends of devel/libmtdev
There's some confusion about evdev headers, and this patch
was shunted back and forth between Qt and others for a while,
and then languished.
Original patch from Ting-Wei Lan, partly obsoleted by changes
in Qt in ports r514242 and r514255, OK'ed by maintainer in the PR.
PR: 240964
Submitted by: Ting-Wei Lan
Reported by: Walter Schwarzenfeld
Reviewed by: adridg
Approved by: hselasky |
1.1.5_2 19 Dec 2018 09:09:11 |
zeising |
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above ) |
1.1.5_1 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.1.5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.5 16 Sep 2015 10:28:15 |
jbeich |
devel/libmtdev: add new port
PR: 196978
Approved by: hselasky
mtdev is a stand-alone library which transforms all variants of
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. See Linux kernel documentation for further details.
http://bitmath.org/code/mtdev/ |