pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 10 15:24:45 UTC 2019

Modified Files:
        pkgsrc/chat/weechat: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/weechat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.93 pkgsrc/chat/weechat/Makefile:1.94
--- pkgsrc/chat/weechat/Makefile:1.93   Sun Feb 24 15:47:20 2019
+++ pkgsrc/chat/weechat/Makefile        Mon Jun 10 15:24:45 2019
@@ -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_LIBTOOL=                yes
 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 @@ LDFLAGS.SunOS+=               -lresolv
 .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"

Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.54 pkgsrc/chat/weechat/distinfo:1.55
--- pkgsrc/chat/weechat/distinfo:1.54   Sat Mar 23 14:54:13 2019
+++ pkgsrc/chat/weechat/distinfo        Mon Jun 10 15:24:45 2019
@@ -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