forked from Lainports/freebsd-ports
Commit b7f05445c0 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)
6 lines
328 B
Text
6 lines
328 B
Text
libevdev is a wrapper library for evdev devices. It moves the common
|
|
tasks when dealing with evdev devices into a library and provides a
|
|
library interface to the callers, thus avoiding erroneous ioctls, etc.
|
|
|
|
The eventual goal is that libevdev wraps all ioctls available to evdev
|
|
devices, thus making direct access unnecessary.
|