diff options
author | tonio <tonio@pkgsrc.org> | 2007-10-12 18:38:41 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-10-12 18:38:41 +0000 |
commit | 858d7a284d6ca72fde1eff9411da5e80024ac91d (patch) | |
tree | 15a67e77c8cc6fb36db1200030ea952b5c1ad91e | |
parent | a223bd256d46df91806d07050060d3e9773f3dab (diff) | |
download | pkgsrc-858d7a284d6ca72fde1eff9411da5e80024ac91d.tar.gz |
Update chat/weechat to 0.2.6
News since last version are:
- new license (GPLv3)
- added hotlist sort
- added scroll option to /buffer command
- added key to jump to previous buffer
- fixed bugs with IRC color in messages, now color codes are inserted
in command line with ^Cc (Ctrl-C + c), ^Cb,.. instead of %C,%B,..
- improved /server command: now possible to copy and rename servers
- improved /connect command: now possible to connect to a temporary
server without creating it with /server
- many bugs fixed and other new features.
-rw-r--r-- | chat/weechat/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/PLIST | 3 | ||||
-rw-r--r-- | chat/weechat/distinfo | 8 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
5 files changed, 11 insertions, 10 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index e1331dd3265..890bc631d3f 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2007/06/11 21:56:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2007/10/12 18:38:41 tonio Exp $ # -DISTNAME= weechat-0.2.5 +DISTNAME= weechat-0.2.6 CATEGORIES= chat MASTER_SITES= http://weechat.flashtux.org/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index 7e0f3f222e9..234d6b47685 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/04/23 11:36:49 tonio Exp $ +@comment $NetBSD: PLIST,v 1.8 2007/10/12 18:38:41 tonio Exp $ bin/weechat-curses ${WITHLUA}lib/weechat/plugins/lua.la ${WITHPYTHON}lib/weechat/plugins/python.la @@ -14,6 +14,7 @@ share/doc/weechat/weechat_quickstart.fr.txt share/doc/weechat/weechat_quickstart.pl.txt share/doc/weechat/weechat_quickstart.ru.txt share/doc/weechat/weechat_quickstart.sco.txt +share/doc/weechat/weechat_quickstart.sv.txt share/locale/cs/LC_MESSAGES/weechat.mo share/locale/de/LC_MESSAGES/weechat.mo share/locale/es/LC_MESSAGES/weechat.mo diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo index 31f0cab054b..9cb6fa39f05 100644 --- a/chat/weechat/distinfo +++ b/chat/weechat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2007/06/10 22:20:10 tonio Exp $ +$NetBSD: distinfo,v 1.12 2007/10/12 18:38:42 tonio Exp $ -SHA1 (weechat-0.2.5.tar.bz2) = f5e589355d78f3561e09a2525644ac85c2350192 -RMD160 (weechat-0.2.5.tar.bz2) = 60a65a4e9c6a5e2d3bf1b6a252f7cd1f9e2257b4 -Size (weechat-0.2.5.tar.bz2) = 1094690 bytes +SHA1 (weechat-0.2.6.tar.bz2) = d31ca0b563941813a337aa91f38a8e80877b0d8b +RMD160 (weechat-0.2.6.tar.bz2) = c852f20dbf6cbec76e86166fa1ead7dd6b07b2f6 +Size (weechat-0.2.6.tar.bz2) = 1106194 bytes SHA1 (patch-aa) = 5bfba8832834898030fb1612adee83c8a7d1e708 diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 76cc18c839f..2753f639416 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.2141 2007/10/12 16:15:34 ghen Exp $ +$NetBSD: CHANGES-2007,v 1.2142 2007/10/12 18:39:32 tonio Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3965,3 +3965,4 @@ Changes to the packages collection and infrastructure in 2007: Updated www/trac to 0.10.4 [gdt 2007-10-12] Added net/p5-Net-LDAP-Server version 0.3 [he 2007-10-12] Updated net/nagios-base to 2.5nb3 [ghen 2007-10-12] + Updated chat/weechat to 0.2.6 [tonio 2007-10-12] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.6727 2007/10/11 22:04:13 wiz Exp $ +$NetBSD: TODO,v 1.6728 2007/10/12 18:39:32 tonio Exp $ Suggested new packages ====================== @@ -1316,7 +1316,6 @@ Suggested package updates o wbm-cyrus-imapd-1.6.2 o wcalc-2.3 o wdm-1.28 - o weechat-0.2.6 o weewm-0.01 o weex-2.6.1.5 [at http://weex.sourceforge.net/] o winbind-3.0.13 |