Updating this port has a high chance of breaking drivers as breaking
changes are frequently made to device trees in linux. For example the
description of BeagleBone Black hardware changed in linux 5.15 to be
compatible with a new cpsw driver in linux. This would break cpsw(4) if
the port were updated to 5.15.
databases can take a long time to gracefully shutdown
especially if you have a lot of cached data or you are
swapping and we do not want to kill these processes to
avoid potential dataloss
Comment:
KDE Wayland Plasma protocols
Description:
Plasma-specific protocols for Wayland
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kde.org/plasma-desktop/
OK fcambus@ daniel@
Comment:
Wayland utils
Description:
Display information about protocols supported by Wayland compositor.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://wayland.freedesktop.org/
OK fcambus@ daniel@
Comment:
Wayland protocols
Description:
wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://wayland.freedesktop.org/
OK fcambus@ daniel@
Comment:
Display server protocol
Description:
Wayland is intended as a simpler replacement for X, easier to develop and
maintain.
Wayland is a protocol for a compositor to talk to its clients as well as
a C library implementation of that protocol. The compositor can be a
standalone display server running on Linux kernel modesetting and evdev
input devices, an X application, or a wayland client itself. The clients can
be traditional applications, X servers (rootless or fullscreen) or other
display servers.
Port notes:
This work is only possible because to FeeBSD's wayland patches and sthen@'s
work on devel/epoll-shim. From my position it is currently needed as a
dependency.
It should give other developers the possibility to play with wayland e.g. to
build Xenocara with XWayland support.
New category "wayland" to relieve x11/devel.
Feedback and OK fcambus@ daniel@
Ibus-typing-booster is a completion input method to speed-up typing.
Features:
- Context sensitive completions.
- Learns from user input.
- Can be trained by supplying files containing typical user input.
- If available, hunspell and hunspell dictionaries will also be used
to provide not only completion but also spellchecking suggestions.
- Can be used with any keyboard layout.
- Almost all input methods supplied by libm17n are supported.
- Several input methods and languages can be used at the same time
without switching.
- Predicts Unicode symbols and emoji as well.
ok kn@
Special thanks to stsp@ who entirely reworked my initial port draft
Thanks to kn@ and sthen@ for comments on the port