Re: UPDATE: ircII 20190117

2019-02-21 Thread Klemens Nanni
On Thu, Feb 21, 2019 at 02:14:03PM -0500, Brad Smith wrote:
> Here is an update to ircII 20190117.
>From http://www.eterna.com.au/ircii/news.html:

As well as many bug fixes, the new features include features to
restore lastlog when restarting. Future work to enable seamless
restarts planned. Basic support for converting help files to
html is also included.

Works fine with both IRC and ICB on amd64, OK kn if anyone wants to
commit;  otherwise I'll take care of it this weekend.



UPDATE: ircII 20190117

2019-02-21 Thread Brad Smith
Here is an update to ircII 20190117.


Index: Makefile
===
RCS file: /home/cvs/ports/net/ircII/Makefile,v
retrieving revision 1.52
diff -u -p -u -p -r1.52 Makefile
--- Makefile17 Mar 2018 20:41:01 -  1.52
+++ Makefile21 Feb 2019 19:00:57 -
@@ -2,8 +2,7 @@
 
 COMMENT=   Internet Relay Chat client
 
-VERSION=   20170704
-REVISION=  1
+VERSION=   20190117
 DISTNAME=  ircii-${VERSION}
 PKGNAME=   ircII-${VERSION}
 CATEGORIES=net
@@ -20,14 +19,17 @@ MAINTAINER= Brad Smith window = NULL;
do_add = 1;
full_list = server_get_chan_list(server);
-   add_to_list((List **)(void *)&full_list, (List *) new);
+   if ((new->window = is_bound(channel, server)) == NULL)
Index: pkg/PLIST
===
RCS file: /home/cvs/ports/net/ircII/pkg/PLIST,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 PLIST
--- pkg/PLIST   2 Dec 2015 21:52:16 -   1.27
+++ pkg/PLIST   21 Feb 2019 17:50:04 -
@@ -125,6 +125,7 @@ share/irc/help/exec
 share/irc/help/exit
 share/irc/help/expressions
 share/irc/help/flush
+share/irc/help/for
 share/irc/help/foreach
 share/irc/help/help
 share/irc/help/history
@@ -137,7 +138,11 @@ share/irc/help/input
 share/irc/help/intro
 share/irc/help/invite
 share/irc/help/ircii/
+share/irc/help/ircii/command_line_args
 share/irc/help/ircii/copyright
+share/irc/help/ircii/environment_vars
+share/irc/help/ircii/programming
+share/irc/help/ircii/server_lists
 share/irc/help/ison
 share/irc/help/join
 share/irc/help/kick
@@ -300,11 +305,9 @@ share/irc/help/on/send_dcc_chat
 share/irc/help/on/send_msg
 share/irc/help/on/send_notice
 share/irc/help/on/send_public
-share/irc/help/on/send_talk
 share/irc/help/on/serial_numbers
 share/irc/help/on/server_notice
 share/irc/help/on/signoff
-share/irc/help/on/talk
 share/irc/help/on/timer
 share/irc/help/on/topic
 share/irc/help/on/wall