pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi irssi: update to 1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27b068111a09
branches:  trunk
changeset: 319338:27b068111a09
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Feb 12 04:43:52 2019 +0000

description:
irssi: update to 1.2.0.

pkgsrc changes: ssl option removed as it no longer works (it was default on)

Changes

    Improved the /STATUSBAR commands (#858)
    /SET no longer shows = between setting and value (#886)
    /CUBES removed from default config (available as script) (#956)
    /1 /2 /3 ? removed from default config (available as new setting window_number_commands) (#958)
    Always redraw the screen on resize. By David Phillips (#896)
    Private notices intended for channels are now displayed on the channel (new setting notice_channel_context) (#959)

Additions

    Imported the ?Off-the-record? module into Irssi tree (#854, #589, #196)
    Initial support for sideways split windows (#697, #431, #224, #807, FS#310, #947, #955, #989)
    Change the implementation of wcwidth. This is used to calculate the width of emojis on your terminal screen (#917, #720)
    Make the wcwidth functions available from Perl (#973): string_width(str) string_chars_for_width(str, width) wcwidth(char)
    Added completion_keep_word setting (#979)
    Allow activity_hide_targets to hide activity in itemless windows (#967, #997, #1001, #1003)
    Added activity_hide_visible setting (#990)
    Allow hiding of lines through the /IGNORE system (#901, #900, #892, #890, #884, #937)
    Add window_default_hidelevel setting. By Doug Freed (#941)
    Add activity_hide_window_hidelevel setting, defaulting to ON (#938)
    Add autolog_only_saved_channels setting, to autolog only channels that are in the config (#968)
    Add format support for the input line. By Ben Paxton, originally by Jonas Hurrelmann (#764, FS#621, #1004) use Irssi::TextUI; gui_input_set_extent(pos, text) gui_input_set_extents(pos, len, left, 
right) gui_input_clear_extents(pos, len) gui_input_get_extent(pos) gui_input_get_text_and_extents() gui_input_set_text_and_extents(?)
    Parsing of IRCv3 CAP 3.2 (#775, #869)
    Show CAP-related events in the user interface (#918, #916, #870, #704)
    Continue using separators when addressing multiple nicks with tab completion. By Manish Goregaokar (#822)
    Bind Shift-tab by default. By Niklas Luokkala (#830, #829)
    Fuzzing more things (#913, #780, #813)

Fixes

    Disconnect SASL properly in case the SASL module got unloaded from server (#931, #629, #618, #616)
    Fix backward completion jumping to the first instead of last word (#979)
    Improve empty topic handling (#961, #905, #911, #897, #888)
    Prevent config truncation when no space left. By dequis and Lukas Waymann (#922, #925, #910, #909, #906, #871, #817)
    Also time-out servers in lookup phase (#866, #130)
    Fix build with LibreSSL 2.7. By Dorian Harmans (#865)
    Fix a crash when appending to a textbuffer without line. Reported by Jari Matilainen (#862)
    Fix segfault on sending large messages (#803, #796, #802)
    Fix segfault on invalid statusbar config (#993, #994)
    Fix random memory writes on restoring queries of foreign protocols (#999, #1000)
    Make default keybinds deletable (#859, #507)
    Fix freeze when resizing Irssi very small (#946)
    Compare channels case-insensitively, avoiding confusions with the config file (#857, #856)
    Fix DCC GET on Android. By Martin Staron (#844)
    Improve rawlog performance (#957)
    Fix nick escaping erroneously escaping quotes (#978, #974, #709)
    Protect against theme recursion, improve padding performance, limit alignment padding. Credit to Oss-Fuzz (#835, #851, #850, #846, #848)
    Fix recursive loop in replaces (#833, GL#23)
    Fix headers for compilation of C modules (#939)
    Documentation. By Zero King (#814). (#852)
    Sync NEWS, docs, scripts (#849, #855)
    Build system (#868, #867, #985, #988)
    Fix build on IBM i and AIX. By Calvin Buckley (#975)
    Misc fixes (#840, #839, #843, #953, #962). Tests (#806, #875, #905, #964, #1011). Fuzzing (#929).

diffstat:

 chat/irssi/Makefile        |   3 ++-
 chat/irssi/Makefile.common |   4 ++--
 chat/irssi/PLIST           |  25 ++++++++++++++++++++++++-
 chat/irssi/distinfo        |  10 +++++-----
 chat/irssi/options.mk      |  14 +++++---------
 5 files changed, 38 insertions(+), 18 deletions(-)

diffs (140 lines):

diff -r 94d6da80224d -r 27b068111a09 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Mon Feb 11 22:01:31 2019 +0000
+++ b/chat/irssi/Makefile       Tue Feb 12 04:43:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/01/10 19:30:10 maya Exp $
+# $NetBSD: Makefile,v 1.91 2019/02/12 04:43:52 maya Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 CATEGORIES=            chat
@@ -31,6 +31,7 @@
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/irssi-config ${DESTDIR}${IRSSI_CONFIG}
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/terminfo.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 94d6da80224d -r 27b068111a09 chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Mon Feb 11 22:01:31 2019 +0000
+++ b/chat/irssi/Makefile.common        Tue Feb 12 04:43:52 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.29 2019/01/10 19:30:10 maya Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/02/12 04:43:52 maya Exp $
 #
 # used by chat/irssi-icb/Makefile
 # used by chat/irssi-xmpp/Makefile
 
 # Specific distribution information.
-IRSSI_VERSION=                 1.1.2
+IRSSI_VERSION=                 1.2.0
 IRSSI_DISTNAME=                        irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=            .tar.gz
 IRSSI_DISTFILE=                        ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r 94d6da80224d -r 27b068111a09 chat/irssi/PLIST
--- a/chat/irssi/PLIST  Mon Feb 11 22:01:31 2019 +0000
+++ b/chat/irssi/PLIST  Tue Feb 12 04:43:52 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/01/16 07:18:45 maya Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/02/12 04:43:52 maya Exp $
 bin/irssi
 include/irssi/irssi-config.h
 include/irssi/irssi-version.h
@@ -86,8 +86,16 @@
 include/irssi/src/fe-common/irc/module.h
 include/irssi/src/fe-common/irc/notifylist/module-formats.h
 include/irssi/src/fe-common/irc/notifylist/module.h
+include/irssi/src/fe-text/gui-printtext.h
+include/irssi/src/fe-text/gui-windows.h
+include/irssi/src/fe-text/mainwindows.h
 include/irssi/src/fe-text/statusbar-item.h
+include/irssi/src/fe-text/statusbar.h
+include/irssi/src/fe-text/term.h
+include/irssi/src/fe-text/textbuffer-view.h
+include/irssi/src/fe-text/textbuffer.h
 include/irssi/src/irc/core/bans.h
+include/irssi/src/irc/core/channel-events.h
 include/irssi/src/irc/core/channel-rejoin.h
 include/irssi/src/irc/core/ctcp.h
 include/irssi/src/irc/core/irc-cap.h
@@ -124,8 +132,22 @@
 include/irssi/src/lib-config/iconfig.h
 include/irssi/src/lib-config/module.h
 lib/irssi/modules/libirc_proxy.la
+${PLIST.perl}${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/Irssi.pm
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/Irssi/Irc.pm
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/Irssi/TextUI.pm
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/Irssi/UI.pm
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/.packlist
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/Irc/.packlist
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/Irc/Irc.so
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/Irssi.so
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/TextUI/.packlist
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/TextUI/TextUI.so
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/UI/.packlist
+${PLIST.perl}${PERL5_SUB_INSTALLVENDORARCH}/auto/Irssi/UI/UI.so
 man/man1/irssi.1
 share/doc/irssi/capsicum.txt
+share/doc/irssi/design.html
 share/doc/irssi/design.txt
 share/doc/irssi/faq.html
 share/doc/irssi/faq.txt
@@ -201,6 +223,7 @@
 share/irssi/help/notify
 share/irssi/help/op
 share/irssi/help/oper
+share/irssi/help/otr
 share/irssi/help/part
 share/irssi/help/ping
 share/irssi/help/query
diff -r 94d6da80224d -r 27b068111a09 chat/irssi/distinfo
--- a/chat/irssi/distinfo       Mon Feb 11 22:01:31 2019 +0000
+++ b/chat/irssi/distinfo       Tue Feb 12 04:43:52 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.48 2019/01/10 19:30:10 maya Exp $
+$NetBSD: distinfo,v 1.49 2019/02/12 04:43:52 maya Exp $
 
-SHA1 (irssi-1.1.2.tar.gz) = d1444299185d010997cd43a624b3c4131f764e18
-RMD160 (irssi-1.1.2.tar.gz) = e3c672714d82cc1e408af02ea1e52005b672731f
-SHA512 (irssi-1.1.2.tar.gz) = b372d97e0556b7c13c7e161f89df6b0318661278a0ea04c19d632c4eb42b97731cb94913c120568927adf3c2173ac19ba39fe758f0cc6ef467bc126c3d75238f
-Size (irssi-1.1.2.tar.gz) = 1714592 bytes
+SHA1 (irssi-1.2.0.tar.gz) = a5895aa550d3f5bdb5913bcbcd74d4f028b8f8a4
+RMD160 (irssi-1.2.0.tar.gz) = e546439948f15da6d10f215e1a3b0705e3306a16
+SHA512 (irssi-1.2.0.tar.gz) = a94f09606a913423df346a6e7ab5b74dc929e2c55a1ec10c0949ec1fd68a9fce3d7b8019345f2bb257c438d036c89bac8c262a81f094915739801d9ff769f8e0
+Size (irssi-1.2.0.tar.gz) = 1840945 bytes
 SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
diff -r 94d6da80224d -r 27b068111a09 chat/irssi/options.mk
--- a/chat/irssi/options.mk     Mon Feb 11 22:01:31 2019 +0000
+++ b/chat/irssi/options.mk     Tue Feb 12 04:43:52 2019 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: options.mk,v 1.20 2018/02/15 21:27:11 maya Exp $
+# $NetBSD: options.mk,v 1.21 2019/02/12 04:43:52 maya Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS=         ssl perl truecolor
-PKG_SUGGESTED_OPTIONS=         ssl perl truecolor
+PKG_SUPPORTED_OPTIONS=         perl truecolor
+PKG_SUGGESTED_OPTIONS=         perl truecolor
 
 .include "../../mk/bsd.options.mk"
 
+PLIST_VARS+=           perl
 .if !empty(PKG_OPTIONS:Mperl)
+PLIST.perl=            yes
 USE_TOOLS+=            perl:run
 PERL5_PACKLIST=                auto/Irssi/.packlist
 PERL5_PACKLIST+=       auto/Irssi/Irc/.packlist
@@ -22,12 +24,6 @@
 CONFIGURE_ARGS+=       --with-perl=no
 .endif
 
-.if !empty(PKG_OPTIONS:Mssl)
-.include "../../security/openssl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-ssl
-.endif
-
 .if !empty(PKG_OPTIONS:Mtruecolor)
 CONFIGURE_ARGS+=       --enable-true-color
 .endif



Home | Main Index | Thread Index | Old Index