diff options
author | tron <tron@pkgsrc.org> | 2005-09-12 12:56:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-09-12 12:56:41 +0000 |
commit | 8924d20c84506d641ee260dc9aa33689eb9849e6 (patch) | |
tree | 705373454ae95e3c3bdce8c7e620f725c5d22f46 | |
parent | 491b8484ddae86b99a8685cfb080d68f5c1866bb (diff) | |
download | pkgsrc-8924d20c84506d641ee260dc9aa33689eb9849e6.tar.gz |
Update "xchat" package to version 2.4.5. Changes since version 2.4.4:
- Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW).
- Fixed incorrect information displayed in Plugins & scripts window
under unix (xc244-fixpluginns.diff).
- Added "/set irc_whois_front 1" option to show WHOIS in front tab.
- Lots of speed ups under the hood, mainly in handling of URL
highlighting during mouse motion. Also now allows underlining
.name and .info domains [1230265].
- Moved the "Insert color code" menu into the input box's right-
click menu.
- Fixed "Your Message" messing up when starting with a comma
[1230269].
- Added /id command to identify yourself to nickserv.
- Added /gui MSGBOX <text> for scripters.
- Added /menu command which lets plugins/scripts add their own
menu items.
- Added support for passive DCC chat via /DCC PCHAT <nick>.
- Added support for DCC sending and receiving very large files
(above 4 GB).
- Improved layout of "Info" button in the DCC windows.
- Improved layout of the nick-name right-click menu.
- Improved /help command's display of plugins/script commands.
- Fixed two bugs in detaching tabs (or CTRL-I) [1228926].
- Added /uselect command for scripters to select nick names in the
channel userlist (Daniel P. Stasinski).
- Fixed possible crashes while using the SJIS (Japanese) charset.
- Fixed various memory leaks in right-click menus.
-rw-r--r-- | chat/xchat/Makefile | 6 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 4 | ||||
-rw-r--r-- | chat/xchat/distinfo | 11 |
3 files changed, 7 insertions, 14 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 6ffb88357da..f01b88c734c 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2005/08/23 22:48:07 tron Exp $ +# $NetBSD: Makefile,v 1.33 2005/09/12 12:56:41 tron Exp $ MAINTAINER= tron@NetBSD.org .include "Makefile.common" -PATCH_SITES= ${MASTER_SITES}/patches/ -PATCHFILES= xc244-fixpluginns.diff -PATCH_DIST_STRIP= -p1 - COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit BUILD_USES_MSGFMT= YES diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index f0fa30ec4ce..6ebecfa84ec 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.44 2005/08/23 22:48:07 tron Exp $ +# $NetBSD: Makefile.common,v 1.45 2005/09/12 12:56:41 tron Exp $ # # Please do not merge this file into "Makefile" because it is used by # packages in "pkgsrc-wip". -DISTNAME= xchat-2.4.4 +DISTNAME= xchat-2.4.5 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.4/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 4b8d51f2088..cf4def81f74 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.24 2005/08/23 22:48:07 tron Exp $ +$NetBSD: distinfo,v 1.25 2005/09/12 12:56:41 tron Exp $ -SHA1 (xchat-2.4.4.tar.bz2) = fa048dfc24b922f0f1b7b5e95450f697ebe1d435 -RMD160 (xchat-2.4.4.tar.bz2) = db6f4e31847af3fabcbe0283518b1702b3d0dfc3 -Size (xchat-2.4.4.tar.bz2) = 1285259 bytes -SHA1 (xc244-fixpluginns.diff) = ca738d2c61ff505827ab8973733b79351bfc3669 -RMD160 (xc244-fixpluginns.diff) = 4d718897ccf32226a5eb58017c11b014d7a4a132 -Size (xc244-fixpluginns.diff) = 471 bytes +SHA1 (xchat-2.4.5.tar.bz2) = e027a20caa47b4ffea00896ee68269a7ae885e2d +RMD160 (xchat-2.4.5.tar.bz2) = 19d1033d01af784f8b7af5103a7de8cf3a26f3fb +Size (xchat-2.4.5.tar.bz2) = 1324626 bytes |