diff options
author | tron <tron@pkgsrc.org> | 2006-04-23 17:19:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-23 17:19:41 +0000 |
commit | d47ef26ddf9a850e5c5ac79e8dc1797578f89c59 (patch) | |
tree | a7c2a7fbbd2fc5e3de828df5c4803465f6c64d21 | |
parent | fe52c2eb72cf18d7d1f6bea03a73eef58148d58b (diff) | |
download | pkgsrc-d47ef26ddf9a850e5c5ac79e8dc1797578f89c59.tar.gz |
Update "xchat" and "xchat-python" packages to version 2.6.2.
Changes since version 2.6.1:
- Updated translations (de, fr, ja, sv).
- Made "/server freenode" send auto-join channels but not
"/server irc://freenode".
- Fixed building of xchat-text (although not recommended!).
- Fixed using Strip mIRC colors & Color nicks at the same time.
- Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
- Fixed display of realname in the nick-name right-click menu when it
contains a '<' or '&' character [1403069].
- Added support for UniBG's nickserv (ongeboren).
- The move-to-complete-dir routine now treats encoding/UTF8 correctly.
- Show help when using wrong args for /DCC, instead of silence.
- Support receiving 2048 bytes per line from server and dcc-chat, so we
can support 512 UTF-8 characters that some servers now send.
- Added /gui detach and /gui attach commands for scripters.
- The server list window now remembers its size.
-rw-r--r-- | chat/xchat/Makefile | 6 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 4 | ||||
-rw-r--r-- | chat/xchat/PLIST | 5 | ||||
-rw-r--r-- | chat/xchat/distinfo | 8 |
4 files changed, 12 insertions, 11 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 44aac11220c..65eda37f9e2 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2006/04/17 13:46:19 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/23 17:19:41 tron Exp $ .include "Makefile.common" -PKGREVISION= 1 MAINTAINER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit @@ -13,8 +12,7 @@ USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -# The text frontend doesn't compile in X-Chat 2.6.1 -#CONFIGURE_ARGS+= --enable-textfe +CONFIGURE_ARGS+= --enable-textfe CONFIGURE_ARGS+= --enable-tcl=no CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index ff07c9933d2..83ce8ffc3ad 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.49 2006/03/28 19:47:29 joerg Exp $ +# $NetBSD: Makefile.common,v 1.50 2006/04/23 17:19:41 tron Exp $ -DISTNAME= xchat-2.6.1 +DISTNAME= xchat-2.6.2 CATEGORIES= chat gnome MASTER_SITES= http://xchat.org/files/source/2.6/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index de5257347d5..ee2ffb1c25a 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,16 +1,19 @@ -@comment $NetBSD: PLIST,v 1.9 2006/04/17 07:07:13 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/04/23 17:19:41 tron Exp $ bin/xchat +bin/xchat-text share/applications/xchat.desktop share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo share/locale/gl/LC_MESSAGES/xchat.mo +share/locale/ja/LC_MESSAGES/xchat.mo share/locale/hu/LC_MESSAGES/xchat.mo share/locale/ko/LC_MESSAGES/xchat.mo share/locale/nl/LC_MESSAGES/xchat.mo share/locale/pa/LC_MESSAGES/xchat.mo share/locale/sq/LC_MESSAGES/xchat.mo +share/locale/sv/LC_MESSAGES/xchat.mo share/locale/vi/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 259a5a18464..fbf9c5d2f51 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2006/03/28 19:47:30 joerg Exp $ +$NetBSD: distinfo,v 1.29 2006/04/23 17:19:41 tron Exp $ -SHA1 (xchat-2.6.1.tar.bz2) = 94a233b8f1464cc5dc90be43b596c9e5165d8881 -RMD160 (xchat-2.6.1.tar.bz2) = 88138d4c92ee2712eff045957a76a1502af47e7f -Size (xchat-2.6.1.tar.bz2) = 996111 bytes +SHA1 (xchat-2.6.2.tar.bz2) = 1bf135b3947f75f1b6c8a60c436a7a1f2613a5ae +RMD160 (xchat-2.6.2.tar.bz2) = d7c1d0a02c9575898f68bdbd6e90d5a2fb8cb2ff +Size (xchat-2.6.2.tar.bz2) = 1046910 bytes SHA1 (patch-aa) = 90af71915ac6373ebc623790f9a90642376fb1f4 |