(default package) = upstream's defaults plus enable 256-colour support
"everything" = upstream's "--enable-everything" build
"small" = reduce size/dep's - starting with upstream's "--disable-everything"
but --enable-frills is added to avoid a build failure
the default package no longer includes "--enable-unicode3" which
upstream recommends not to use "unless you really need a lot of non-BMP
characters" .. "can store and display unicode characters above 65535
even without this flag, but the number of such characters is limited to
a few thousand", if you need that then switch to "everything".
also: update DESCR, take maintainer
"Previously a port using this library could decide whether or not to allow the
JIT to work by setting or not setting USE_WXNEEDED. The patch means that this
is no longer possible but it means that someone setting the kern.wxabort debug
sysctl can still run that software. (It's not a security sysctl because the w+x
mapping is rejected whichever way it is set)." -- sthen@
Comment from sthen@, thanks!
Comment:
Qt6 additional image formats
Description:
The core Qt Gui library by default supports reading and writing image files of
the most common file formats: PNG, JPEG, BMP, GIF and a few more, ref. Reading
and Writing Image Files. The Qt Image Formats add-on module provides optional
support for ICNS, JP2, MNG, TGA, TIFF, WBMP, WEBP file formats.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.qt.io/
Comment:
Language server implementation for Qt6
Description:
An implementation of the Language Server Protocol.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.qt.io/
Papirus is a free and open source SVG icon theme for Linux, based
on Paper Icon Set with a lot of new icons and a few extras, like
Hardcode-Tray support, KDE colorscheme support, Folder Color support,
and others.
from David Demelier (MAINTAINER) with small tweaks by landly@ and me.
OK landry@, sthen@.