textproc/rumdl: update to 0.1.71
v0.1.71
Added
config: support bare rule name in rumdl config get (8369fb1)
Fixed
config: move test module to end of flavor.rs to satisfy clippy items_after_test_module (e30714d)
config: load user config alongside discovered markdownlint project config (c0f79c1)
config: display global.flavor as lowercase quoted string in rumdl config output (b162295)
v0.1.70
Fixed
MD044: do not flag proper names inside bare-domain link text (56a45df)
v0.1.69
[9 lines not shown]
seatd: new package
A minimal seat management daemon, and a universal
seat management library.
Seat management takes care of mediating access to
shared devices (graphics, input), without requiring
the applications needing access to be root.
Seat management library allowing applications to
use whatever seat management is available.
libliftoff: new package
The libliftoff eases the use of KMS planes from
userspace without standing in your way. Users
create "virtual planes" called layers, set KMS
properties on them, and libliftoff will pick
hardware planes for these layers if possible.
libevdev-chunk: new package
On Linux libevdev is a wrapper library for evdev devices.
NetBSD doesn't use evdev directly, but a layer emulating
libinput. Some applications bypass libinput and use some libevdev
functions directly. This chunk library provides the needed functions.
libopeninput: new package
The libinput is an input device management and event
handling library to linux.
The libopeninput is a wscons(4) and kqueue(2) based
reimplementation of libinput, originally to OpenBSD.