diff options
author | wiz <wiz> | 2007-06-08 11:53:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-06-08 11:53:48 +0000 |
commit | 2020308f21ea2e560c001ea9d177aefd3738b934 (patch) | |
tree | 74dfa33908796c2dcd3ae87ec93ca84bfedf88f7 /chat/irssi | |
parent | 8f9a059648a3ada3e206d600bcf5f489b5053cae (diff) | |
download | pkgsrc-2020308f21ea2e560c001ea9d177aefd3738b934.tar.gz |
Update to 0.8.11:
v0.8.11 2007-04-25 The Irssi team <staff@irssi.org>
+ Add completion for /WINDOW GOTO
+ New crapbuster-like "scrollback levelclear" command
+ irssi now aborts a connection when, on an attempt to connect, the server
returns code 432 (Erroneous Nickname), bug #425
+ Allow identifiers in config file to start with a digit, bug #177.
+ Modify Irssi::UI::Window::command to restore the original active window
only if the command executed has not made another one active, bug #403.
+ Make awaylog_file respect --home, bug #304
+ Send /QUOTE immediately if server didn't send the 001 event yet
+ If dcc_own_ip contains IPv4 address, listen only in IPv4
+ Negative scroll_page_count scrolls screensize-n lines
(Patch by Chris Moore)
+ Sort nicks with custom prefix by the order defined in isupport in /NAMES
+ New perl command send_raw_first, patch by ComradeP (Bug 413)
+ Let the module loader also check for fe_common_$protocol files
+ Don't wait for all /NAMES replies before syncing if we can't combine
queries anyways (Patch by jilles)
+ Renamed irc.efnet.net to irc.efnet.org
+ /SCROLLBACK CLEAR accepts the same arguments as /CLEAR
+ Check if binary exists and can be executed before /UPGRADE
+ Change default value of override_coredump_limit to OFF
+ UPTIME command by Lauri Nurmi with some modifications (Bug 458)
+ Remove CR and LF from Perl commands, to make it harder to introduce a
security bug
+ Remove bookmark on a line when line is removed (instead of moving it)
+ Don't fallback to generic word completer if the command specific
completion list is not empty.
+ Recognize cursor left and cursor right sequences sent by recent xterm
as well as quite a number of bug fixes.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile.common | 6 | ||||
-rw-r--r-- | chat/irssi/distinfo | 11 | ||||
-rw-r--r-- | chat/irssi/patches/patch-ab | 12 | ||||
-rw-r--r-- | chat/irssi/patches/patch-af | 13 |
4 files changed, 13 insertions, 29 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 8c7f8e9206f..3ba8f484688 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,9 +1,7 @@ -# $NetBSD: Makefile.common,v 1.5 2006/03/04 06:34:13 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2007/06/08 11:53:48 wiz Exp $ # Specific distribution information. -IRSSI_VERSION= 0.8.10a -# nevertheless, inside the tarball it is still 0.8.10 -WRKSRC= ${WRKDIR}/irssi-0.8.10 +IRSSI_VERSION= 0.8.11 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.bz2 IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo index b1f1c3b2638..69b4fd4ca01 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.24 2006/03/04 06:34:13 wiz Exp $ +$NetBSD: distinfo,v 1.25 2007/06/08 11:53:48 wiz Exp $ -SHA1 (irssi-0.8.10a.tar.bz2) = c27c3aa19f7e54e4295c9e78f522194b296e9f7f -RMD160 (irssi-0.8.10a.tar.bz2) = 02ea076da7100bd81ce2ff66188ff81854b7bcba -Size (irssi-0.8.10a.tar.bz2) = 759953 bytes +SHA1 (irssi-0.8.11.tar.bz2) = e6433e6d622a1ed09be4323105174433fd72516f +RMD160 (irssi-0.8.11.tar.bz2) = 0ae3e2ba144783df3dd517be659b325e8bcf5354 +Size (irssi-0.8.11.tar.bz2) = 933075 bytes SHA1 (patch-aa) = 94c29684a93d65aa9ab0f3f1f0812d1cb7e89194 -SHA1 (patch-ab) = bbaf6a84ce6ae269a7a5009ebf2aaf248c18c634 +SHA1 (patch-ab) = a7528069f04de51c82e35d858dd3ec09d07a591b SHA1 (patch-ae) = 975777ae62374aa50ad76e83ed857927e8f3cbe8 -SHA1 (patch-af) = 8066850e976398079802906660306cd23275b46a diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab index 0cd2066673c..a7ed5a4bd10 100644 --- a/chat/irssi/patches/patch-ab +++ b/chat/irssi/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.6 2006/03/04 06:34:13 wiz Exp $ +$NetBSD: patch-ab,v 1.7 2007/06/08 11:53:48 wiz Exp $ ---- Makefile.in.orig 2005-12-11 23:47:21.000000000 +0100 +--- Makefile.in.orig 2007-04-25 18:15:07.000000000 +0000 +++ Makefile.in -@@ -129,7 +129,7 @@ sedpath = @sedpath@ - +@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + @BUILD_PLUGINS_TRUE@PLUGINS = plugins SUBDIRS = src docs scripts - -confdir = $(sysconfdir) +confdir = $(datadir)/examples/@PACKAGE@ conf_DATA = irssi.conf - themedir = $(datadir)/irssi/themes + theme_DATA = default.theme colorless.theme diff --git a/chat/irssi/patches/patch-af b/chat/irssi/patches/patch-af deleted file mode 100644 index 7a3faf3edca..00000000000 --- a/chat/irssi/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.3 2006/03/04 06:34:13 wiz Exp $ - ---- configure.orig 2005-12-11 23:46:06.000000000 +0100 -+++ configure -@@ -23854,7 +23854,7 @@ echo "$as_me: error: error compiling tes - { (exit 1); exit 1; }; } - fi - --./libtool --mode=link $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null -+./libtool --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null - if test ! -s .libs/libconftest.a; then - { { echo "$as_me:$LINENO: error: error, can't even find .a library" >&5 - echo "$as_me: error: error, can't even find .a library" >&2;} |