On Thu, Nov 23, 2023 at 09:35:24PM +0000, Johannes Thyssen Tishman wrote: > 2023-11-22T17:49:18Z "Johannes Thyssen Tishman" <li...@thyssentishman.com>: > > > please find attached a port for soju, an IRC bouncer. > > > > from pkg/DESCR: > > > soju is a user-friendly IRC bouncer. soju connects to upstream IRC > > > servers on behalf of the user to provide extra functionality. soju > > > supports many features such as multiple users, numerous IRCv3 > > > extensions, chat history playback and detached channels. It is > > > well-suited for both small and large deployments. > > > > soju is the IRC bouncer behind chat.sr.ht and AFAIK it is also > > developed by the SourceHut project. It is really easy to configure > > and I've been running it for a couple of days without any issues. > > > > Feedback, OKs? > > > > Kind regards, > > Johannes > > ...and here with the patch for user.list I forgot. > > Index: infrastructure/db/user.list > =================================================================== > RCS file: /cvs/ports/infrastructure/db/user.list,v > retrieving revision 1.432 > diff -u -p -r1.432 user.list > --- infrastructure/db/user.list 18 Nov 2023 13:28:43 -0000 1.432 > +++ infrastructure/db/user.list 23 Nov 2023 21:34:51 -0000 > @@ -402,3 +402,4 @@ id user group port > 891 _kiwix-serve _kiwix-serve www/kiwix/kiwix-tools > 892 _shiori _shiori www/shiori > 893 _azorius _azorius www/azorius > +894 _soju _soju net/soju >
builds and runs fine. OK mbuhl