Port details |
- py-evdev Bindings to the Linux input handling subsystem
- 1.9.1_1 devel
=13 1.7.0Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2015-09-17 04:16:02
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: xorg-fonts-truetype, indexinfo, libXdamage, libevent, openjpeg
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/evdev/
- Description:
- This package provides bindings to the generic input event interface in
Linux. The evdev interface serves the purpose of passing events
generated in the kernel directly to userspace through character
devices that are typically located in /dev/input/.
This package also comes with bindings to uinput, the userspace input
subsystem. Uinput allows userspace programs to create and handle input
devices that can inject events directly into the input subsystem.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}evdev>0:devel/py-evdev@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-evdev/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-evdev
- pkg install py311-evdev
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-evdev listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-evdev
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1740982252
SHA256 (evdev-1.9.1.tar.gz) = dc640a064cb1c9fe1f8b970dc2039945a2a275d7b7ee62284bf427238abe45ee
SIZE (evdev-1.9.1.tar.gz) = 33349
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
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- x11/py-pynput
- for Run
-
- x11/libinput
- x11/py-pynput
Configuration Options:
- No options to configure
- Options name:
- devel_py-evdev
- USES:
- localbase python
- 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.9.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.9.1 03 Mar 2025 10:02:44
    |
Gleb Popov (arrowd)  |
devel/py-evdev: Update to 1.9.1
Differential Revision: https://reviews.freebsd.org/D49211
Approved by: manu |
1.7.0 30 Apr 2024 06:11:32
    |
Emmanuel Vadot (manu)  |
devel/py-evdev: Update to 1.7.0
Differential Revision: https://reviews.freebsd.org/D44950
Sponsored by: Beckhoff Automation GmbH & Co. KG |
1.6.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.6.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.6.0 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.6.0 29 Jul 2022 14:58:48
    |
Steven Kreuzer (skreuzer)  |
devel/py-evdev: Update to version 1.6.0
Changes: https://python-evdev.readthedocs.io/en/latest/changelog.html |
1.4.0 13 May 2021 21:16:16
    |
Jan Beich (jbeich)  |
devel/py-evdev: update to 1.4.0
Changes: https://github.com/gvalkov/python-evdev/compare/v1.3.0...v1.4.0
PR: 255769
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D30201 |
1.3.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.0 30 Sep 2020 19:43:20
  |
zeising  |
devel/py-evdev: Update to 1.3.0
Update devel/py-evdev to 1.3.0
Pass maintainership to x11@ since this is used in xorg and wayland input
stacks.
PR: 249961
Submitted by: zeising
Approved by: hselasky (maintainer)
Obtained from: FreeBSD Graphics Team git repo |
0.8.1_2 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. |
0.8.1_1 27 Nov 2019 09:53:11
  |
tobik  |
devel/evdev-proto: Update to 5.3
There are currently 3 copies of joystick.h in the ports tree with
more on the way. Provide it in evdev-proto instead to avoid adding
more copies and to allow removing the existing ones.
PR: 241348
Submitted by: rozhuk.im@gmail.com
Reviewed by: wulf
Approved by: portmgr (antoine)
Exp-run by: antoine |
0.8.1 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 ) |
0.5.0_1 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
0.5.0 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.5.0 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.0 17 Sep 2015 04:14:08
  |
jbeich  |
devel/py-evdev: add new port
This package provides bindings to the generic input event interface in
Linux. The evdev interface serves the purpose of passing events
generated in the kernel directly to userspace through character
devices that are typically located in /dev/input/.
This package also comes with bindings to uinput, the userspace input
subsystem. Uinput allows userspace programs to create and handle input
devices that can inject events directly into the input subsystem.
https://pypi.python.org/pypi/evdev |