Index | Thread | Search

From:
Markus Uhlin <markus.uhlin@icloud.com>
Subject:
UPDATE: net/swirc: 3.4.9 -> 3.5.0
To:
ports@openbsd.org
Date:
Mon, 30 Sep 2024 21:47:06 +0200
Reply-To:
markus@nifty-networks.net

Download raw body.

Thread
  • Markus Uhlin:

    UPDATE: net/swirc: 3.4.9 -> 3.5.0

Hi ports@,

Tonight I released net/swirc 3.5.0, with the following changes:

## [3.5.0] - 2024-09-30 ##
- **Added** command `/wholeft` (alias `/wl`.)
- **Added** option `notifications` (bool). Turns notifications on/off.
- **Added** new translations.
- **Added** support for netjoin/netsplit. Few IRC server software support
   the batches which were added in 3.4.7. This release comes with its
   own implementation.
- **Improved** `xwcwidth()`. I.e. added more full width character ranges,
   and switched to a better search algorithm.

I attach a diff.

Best regards
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
diff -u -p -r1.34 Makefile
--- Makefile	7 Aug 2024 17:04:26 -0000	1.34
+++ Makefile	30 Sep 2024 19:42:27 -0000
@@ -1,5 +1,5 @@
 COMMENT =	curses icb and irc client
-DISTNAME =	swirc-3.4.9
+DISTNAME =	swirc-3.5.0
 CATEGORIES =	net
 HOMEPAGE =	https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
diff -u -p -r1.29 distinfo
--- distinfo	7 Aug 2024 17:04:26 -0000	1.29
+++ distinfo	30 Sep 2024 19:42:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.4.9.tgz) = EAnIECAc14Rrbjea8mQj8ai7objRcRNQmG694M0Pgfo=
-SIZE (swirc-3.4.9.tgz) = 361774
+SHA256 (swirc-3.5.0.tgz) = ctcYyOtlE0LYXKAUT8GbYClg1mRQ1I7oVfAZ9mRXHfs=
+SIZE (swirc-3.5.0.tgz) = 376776