pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update chat/weechat to 0.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2605a40d9e9
branches:  trunk
changeset: 534151:d2605a40d9e9
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Oct 12 18:38:41 2007 +0000

description:
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.

diffstat:

 chat/weechat/Makefile |  4 ++--
 chat/weechat/PLIST    |  3 ++-
 chat/weechat/distinfo |  8 ++++----
 doc/CHANGES-2007      |  3 ++-
 doc/TODO              |  3 +--
 5 files changed, 11 insertions(+), 10 deletions(-)

diffs (75 lines):

diff -r aa963cb87cf0 -r d2605a40d9e9 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Fri Oct 12 17:31:16 2007 +0000
+++ b/chat/weechat/Makefile     Fri Oct 12 18:38:41 2007 +0000
@@ -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 -r aa963cb87cf0 -r d2605a40d9e9 chat/weechat/PLIST
--- a/chat/weechat/PLIST        Fri Oct 12 17:31:16 2007 +0000
+++ b/chat/weechat/PLIST        Fri Oct 12 18:38:41 2007 +0000
@@ -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.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 -r aa963cb87cf0 -r d2605a40d9e9 chat/weechat/distinfo
--- a/chat/weechat/distinfo     Fri Oct 12 17:31:16 2007 +0000
+++ b/chat/weechat/distinfo     Fri Oct 12 18:38:41 2007 +0000
@@ -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 -r aa963cb87cf0 -r d2605a40d9e9 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Fri Oct 12 17:31:16 2007 +0000
+++ b/doc/CHANGES-2007  Fri Oct 12 18:38:41 2007 +0000
@@ -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 @@
        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]
diff -r aa963cb87cf0 -r d2605a40d9e9 doc/TODO
--- a/doc/TODO  Fri Oct 12 17:31:16 2007 +0000
+++ b/doc/TODO  Fri Oct 12 18:38:41 2007 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index