pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Update to 2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c24c9e1cbd8
branches:  trunk
changeset: 396816:5c24c9e1cbd8
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 10 15:24:45 2019 +0000

description:
weechat: Update to 2.5

Among the new features:

- add support of UNIX domain sockets in relay plugin
- add option relay.weechat.commands
- add trigger hooks "info" and "info_hashtable"
- add option xfer.network.speed_limit_recv
- add option weechat.look.buffer_time_same
- add option weechat.look.prefix_same_nick_middle
- add option "addreplace" in command /filter
- add bar items "irc_nick", "irc_host" and "irc_nick_host"
- add functions command_options and string_match_list in plugin API
- rename aspell plugin to spell
- use getopt to parse command line arguments
- many bugs fixed.

diffstat:

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

diffs (53 lines):

diff -r 461d84a451a4 -r 5c24c9e1cbd8 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Mon Jun 10 14:48:29 2019 +0000
+++ b/chat/weechat/Makefile     Mon Jun 10 15:24:45 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2019/02/24 15:47:20 nia Exp $
+# $NetBSD: Makefile,v 1.94 2019/06/10 15:24:45 nia Exp $
 
-DISTNAME=      weechat-2.4
+DISTNAME=      weechat-2.5
 CATEGORIES=    chat
 MASTER_SITES=  https://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2
@@ -19,12 +19,12 @@
 USE_CMAKE=             yes
 FAKE_NCURSES=          yes
 
-CMAKE_ARGS+=           -DENABLE_ASPELL:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_GUILE:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_TCL:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_MAN:BOOL=OFF # Requires ascii-doctor
-CMAKE_ARGS+=           -DENABLE_V8:BOOL=OFF
+CMAKE_ARGS+=           -DENABLE_JAVASCRIPT:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_PHP:BOOL=OFF
+CMAKE_ARGS+=           -DENABLE_SPELL:BOOL=OFF
 CMAKE_ARGS+=           -DMANDIR:STRING=${PKGMANDIR}
 CMAKE_ARGS+=           -DLOCALEDIR:STRING=${PKGLOCALEDIR}/locale
 CMAKE_ARGS+=           -DENABLE_CHARSET:BOOL=ON
@@ -39,6 +39,7 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 #.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
diff -r 461d84a451a4 -r 5c24c9e1cbd8 chat/weechat/distinfo
--- a/chat/weechat/distinfo     Mon Jun 10 14:48:29 2019 +0000
+++ b/chat/weechat/distinfo     Mon Jun 10 15:24:45 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2019/03/23 14:54:13 nia Exp $
+$NetBSD: distinfo,v 1.55 2019/06/10 15:24:45 nia Exp $
 
-SHA1 (weechat-2.4.tar.bz2) = a7a0ced72ee5428dc92502b6688fb2c287359a54
-RMD160 (weechat-2.4.tar.bz2) = eed25333e05725fd2d1be1b08ac350d688be12fc
-SHA512 (weechat-2.4.tar.bz2) = f69231973c7461c22e0e3b3bc11a29feaeead0dc47e8c7d29f381d37f183c70f73712645391eda7c749e7da61512d82cf2bf3b98ab4547ea1ccf56a02e01a207
-Size (weechat-2.4.tar.bz2) = 2944811 bytes
+SHA1 (weechat-2.5.tar.bz2) = 86f4263645266060d1a2d80cc4ab4f3cd99b2f45
+RMD160 (weechat-2.5.tar.bz2) = d71265cdfb4df485f8fa7902a459c76168c95870
+SHA512 (weechat-2.5.tar.bz2) = 1bd11a695c11a44ff8a0e8f9ae61ca3b8b182ec84b472da9924a52526cd5d1c0360c0851aeb16d6e8906390f73440178b0729471ee892600ed7a40a748fa5400
+Size (weechat-2.5.tar.bz2) = 2968058 bytes
 SHA1 (patch-CMakeLists.txt) = 493e49c0c698ff7b2685ba489d693fc1d388318d
 SHA1 (patch-cmake_FindNcurses.cmake) = 0262cc58469e53c26dcc17ac862de12118fadc44
 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e



Home | Main Index | Thread Index | Old Index