wlroots: new package
Wlroots implements a huge variety of Wayland compositor
features and implements them right, so you can focus on
the features that make your compositor unique. By using
wlroots, you get high performance, excellent hardware
compatibility, broad support for many wayland interfaces,
and comfortable development tools - or any subset of
these features you like, because all of them work
independently of one another and freely compose with
anything you want to implement yourself.
xwayland: move and rename x11/modular-xorg-xwayland package
update to 24.1.9
The modular-xorg-xwayland package is not used by any pkgsrc package,
and it is not usable on its own. Therefore, instead of following
the usual move and rename steps, it has been removed, and a new
xwayland package has been added.
This change is justified by the fact that xwayland can be built
against native X11, making it usable with Wayland compositors.
@kikadf
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.