pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/weechat chat/weechat: Update to 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8f2e3fcfc19
branches:  trunk
changeset: 316595:a8f2e3fcfc19
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 16 00:24:07 2018 +0000

description:
chat/weechat: Update to 2.3.

Changes:

in version 2.3:

- add hook "line"
- add option "-P" (or "--plugins") to customize the plugins to load at startup
- allow multiple options "-r" ("--run-command") in command line arguments
- allow allow partial buffer name and multiple arguments in command /buffer close
- allow specifying buffer number/name for /buffer localvar
- allow creation of temporary variables with the regex in trigger plugin
- add real IP in client description in relay plugin
- add repeat of string in evaluation of expressions with "repeat:count,string"
- many bugs fixed.

in version 2.2:

- add support of list options in curl
- allow merge of buffers by name in command /buffer
- add reverse of string in evaluation of expressions with "rev:"
- add indexed ban list and completion for /unban and /unquiet (IRC plugin)
- add support for IRCv3.2 Client Capability Negotiation
- add support for IRCv3.2 invite-notify
- add support for IRCv3.2 chghost, add options irc.look.smart_filter_chghost and irc.color.message_chghost
- add option xfer.network.send_ack
- add support of Python 3.7
- fix memory leaks scripting plugins
- many bugs fixed.

diffstat:

 chat/weechat/Makefile |   5 ++---
 chat/weechat/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 57bcf30837d3 -r a8f2e3fcfc19 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Sat Dec 15 23:41:45 2018 +0000
+++ b/chat/weechat/Makefile     Sun Dec 16 00:24:07 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2018/12/13 19:51:43 adam Exp $
+# $NetBSD: Makefile,v 1.92 2018/12/16 00:24:07 nia Exp $
 
-DISTNAME=      weechat-2.1
-PKGREVISION=   6
+DISTNAME=      weechat-2.3
 CATEGORIES=    chat
 MASTER_SITES=  https://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2
diff -r 57bcf30837d3 -r a8f2e3fcfc19 chat/weechat/distinfo
--- a/chat/weechat/distinfo     Sat Dec 15 23:41:45 2018 +0000
+++ b/chat/weechat/distinfo     Sun Dec 16 00:24:07 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.50 2018/07/23 22:57:22 maya Exp $
+$NetBSD: distinfo,v 1.51 2018/12/16 00:24:07 nia Exp $
 
-SHA1 (weechat-2.1.tar.bz2) = a537358336beef9391d668a6149bea1953c7b1d0
-RMD160 (weechat-2.1.tar.bz2) = 63c4e9f7ffb772ea81076454f0d653126750e987
-SHA512 (weechat-2.1.tar.bz2) = f49eb7d7a05edc8ada71a48e6dc190227daaec971d2386bee86fdd6151216a9e035bd2c682666f3a57582f8d63614bb92e69f3db5410c01cc5ff508483e6df1d
-Size (weechat-2.1.tar.bz2) = 2865960 bytes
+SHA1 (weechat-2.3.tar.bz2) = 84b635054cc713ef887bbddd92c8a902b15171c6
+RMD160 (weechat-2.3.tar.bz2) = 3aade16f5f1bbda0b790d1305b7ba951499f3018
+SHA512 (weechat-2.3.tar.bz2) = 0730fbeb59e7789b9dd0158fc9e81ca7512c4c73f7c34b637a20ed32490f1200040b2d7aef26fc638c160575088a5672b37355f038b80da236624245dce9a135
+Size (weechat-2.3.tar.bz2) = 2913883 bytes
 SHA1 (patch-CMakeLists.txt) = 493e49c0c698ff7b2685ba489d693fc1d388318d
 SHA1 (patch-cmake_FindNcurses.cmake) = bcc15b2c968a5850f1161608a83f38a03296b2a8
 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e



Home | Main Index | Thread Index | Old Index