Hi!
I've attached the port of net/quassel, which is a Qt5 based modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core. Caspar Schutijser helped me with reviews and instructions. Tested, and works all parts: - quassel-monolithic - quassel-client (connect to quasselcore what is running on my linux server) - quassel-core (connect to it with the ported quasselclient on the same OpenBSD host, and with quasseldroid from my android phone) I wrote a rc script to quassel-core as well, I think it works. I built quassel only with Qt5 dependencies, as I see all features works, systray icon, notifications, theme changing. However it is possible to build with KF5 dependencies to enable integration with higher-tier KDE frameworks that require runtime support. Should the WITH_KDE build option be enabled by default, or not needed right now as the Plasma desktop isn’t available on OpenBSD yet? -- kikadf
Index: infrastructure/db/user.list =================================================================== RCS file: /cvs/ports/infrastructure/db/user.list,v retrieving revision 1.396 diff -u -p -r1.396 user.list --- infrastructure/db/user.list 28 Feb 2022 16:54:55 -0000 1.396 +++ infrastructure/db/user.list 17 Oct 2022 06:29:18 -0000 @@ -383,3 +383,4 @@ id user group port 872 _vmetrics _vmetrics databases/victoriametrics 873 _alertmanager _alertmanager sysutils/alertmanager 874 _snowflakeproxy _snowflakeproxy net/snowflake_proxy +875 _quassel _quassel net/quassel
quassel.tar.gz
Description: application/gzip