diff options
author | tron <tron@pkgsrc.org> | 2005-08-23 22:48:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-08-23 22:48:07 +0000 |
commit | 80ca4bb8b65b8988563df39df8c2fdc60271360e (patch) | |
tree | 2e93da5c2590c96418cc4e5d5302643b5ec7ab84 /chat/xchat/Makefile | |
parent | be7cf2d4f13fc64221753cc91fa4120480a3eff7 (diff) | |
download | pkgsrc-80ca4bb8b65b8988563df39df8c2fdc60271360e.tar.gz |
Update "xchat" to version 2.4.4. Change since version 2.4.3:
- Updated translations (hi, ko, lt, pa, ru, vi, zh_TW).
- People's away message is now shown in the right-click menu, if
known (Christopher Aillon).
- The "Bind to:" setting can now be set to 0.0.0.0 [1176256].
- Plugin API: Don't crash if a print-event closes the current context
and doesn't eat the event [1175674].
- Disabled parsing of quotation marks for /JOIN, so you can join
channels with a quote in them (Dan Fruehauf).
- Fixed truncation of the URL in the right-click menu. Now handles
UTF-8 properly [1188229].
- Fixed use of CP1255 charset, which would chop the last char when
receiving messages [1122089].
- The DCC windows now allow multiple selection and the columns auto
resize (Dan Fruehauf).
- Added "CTCP Sound to Channel" event [1159445].
- You can now drag and drop files into dialog windows to start file
transfers.
- Fixed: "XChat can't ban users with long idents" (Dan Fruehauf)
[1159447].
- Implemented taskbar flashing on unix. Requires a window manager
or taskbar that supports XUrgency flag (Adil).
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index e6eb90d437f..6ffb88357da 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.31 2005/06/06 11:35:39 tron Exp $ +# $NetBSD: Makefile,v 1.32 2005/08/23 22:48:07 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 |