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 /chat/weechat | |
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.
Diffstat (limited to 'chat/weechat')
-rw-r--r-- | chat/weechat/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/PLIST | 3 | ||||
-rw-r--r-- | chat/weechat/distinfo | 8 |
3 files changed, 8 insertions, 7 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 |