diff options
author | tron <tron@pkgsrc.org> | 2006-08-16 21:25:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-08-16 21:25:35 +0000 |
commit | d46bcaec5b9786d8d40f8bbb54a1c111177916ee (patch) | |
tree | cbd1c1764a83d3764f721c87f6eb9dd5f80cb18d /chat | |
parent | 619bdde3829394b51fbfdc5d193cf9582b697b69 (diff) | |
download | pkgsrc-d46bcaec5b9786d8d40f8bbb54a1c111177916ee.tar.gz |
Update "xchat" and "xchat-python" package to version 2.6.6.
Changes since version 2.6.2:
- Updated translations (de, el, es, fr, gl, hu, nl, sr, sv, vi, zh_TW).
- Fixed the invisible cursor color when using GTKSpell and a black
input box (when "Use the text box font & colors" is ON).
- Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem
- Improved the fallback routine when you receive non-UTF8 messages. It
can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol.
- Added CHANOPT command for setting channel specific options such as showing
of joins and part, beep on message and color paste (Lian Wan Situ).
- /CLEAR HISTORY will clear your command history.
- Fixed a crash if you left a Ban-List window open after closing the
associated channel and then clicking Refresh.
- Added an option of using 'Last-Spoke' nick completion order in Settings >
Input Box.
- The /QUERY command now has -nofocus arg, which scripts might find useful.
- You can now /set gui_url_mod 0, to allow left-clicking URLs (default is
4, for CTRL).
- XChat will now respect gtk-button-images=0 set in ~/.gtkrc-2.0.
- Added a ./configure option to use your preferred spelling library:
--enable-spell=type. Where type can be: none static libsexy gtkspell.
Note that using gtkspell will force the inputbox to become a GtkTextView.
- Advanced users can /set tab_small 2, to get _extra_ small tabs.
- Added /SPLAY <soundfile>.
- Plugin API:
* The second args to xchat_list_int and xchat_list_str can now be NULL as
a shortcut to "channels" list for current context only.
* Added bits 6-8 to the field "flags" in the "channels" list.
* /GUI MSGBOX <text> can now contain Pango markup.
* Added -m arg to /MENU. See plugin20.html for more.
- Fixed opening a irc:// URL via "xchat -a --url=abc123" command while
"Skip serverlist on startup" is off. This fix is only relevant when
opening an initial instance of xchat (i.e not via dbus).
- Fixed the tree layout "flashing" (redrawing slowly) after you
switched to tabs and back to tree.
- Fixed plugin/script get_list("users") causing a critical GDK warning
when not executed from the front-most tab.
- Added spelling support in the input-box via GTKSpell.
- Improved the error reporting when connecting through a Socks proxy.
- DCC file transfers via http/socks45/wingate proxy is now supported
(Damjan Jovanovic & me).
- Fixed Socks 5 failing on 64-bit CPUs.
- Added support for connecting through a Microsoft ISA Proxy, requires
libntlm at build time (Pavel Fedin).
- You can now mark and copy timestamps if you hold down SHIFT.
- Timestamps are now preserved in the /lastlog command. Also fixed a
bug where the separator line disappeared during /lastlog.
- Added a Browse button to the DCC download folder setting.
- Made the setup window a little neater and Gnome-like.
- Improved the notify window a little and fixed a small memory leak.
- Fixed CTCPs being truncated in the RawLog window.
- Added an option to open a "Save As..." dialog when receiving a
DCC file offer.
- Fixed a crash if you try to remove a network from the list while
it's in a auto-reconnect delay [debian bug #364858].
- Python: Fixed some memory usage bugs.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 6 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 4 | ||||
-rw-r--r-- | chat/xchat/PLIST | 4 | ||||
-rw-r--r-- | chat/xchat/distinfo | 11 |
4 files changed, 17 insertions, 8 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 65eda37f9e2..aa3e2810ad5 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.41 2006/04/23 17:19:41 tron Exp $ +# $NetBSD: Makefile,v 1.42 2006/08/16 21:25:35 tron Exp $ .include "Makefile.common" MAINTAINER= tron@NetBSD.org +PATCH_SITES= ${MASTER_SITES}/patches/ +PATCHFILES= xc266-fix-fi.diff +PATCH_DIST_STRIP= -p1 + COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit CONFLICTS= xchat-gnome-[0-9]* diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 83ce8ffc3ad..f47d1f34e43 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.50 2006/04/23 17:19:41 tron Exp $ +# $NetBSD: Makefile.common,v 1.51 2006/08/16 21:25:35 tron Exp $ -DISTNAME= xchat-2.6.2 +DISTNAME= xchat-2.6.6 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 ee2ffb1c25a..b0d2ee9b163 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.10 2006/04/23 17:19:41 tron Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/08/16 21:25:35 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/es/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 @@ -13,6 +14,7 @@ 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/sr/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 diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index fbf9c5d2f51..1ab691eea84 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.29 2006/04/23 17:19:41 tron Exp $ +$NetBSD: distinfo,v 1.30 2006/08/16 21:25:35 tron Exp $ -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 (xc266-fix-fi.diff) = ca9eaff3aefaddbec470863881bc7bc174438488 +RMD160 (xc266-fix-fi.diff) = 7d476d8f997e94cf98b18819966a3dfbe10e4924 +Size (xc266-fix-fi.diff) = 475 bytes +SHA1 (xchat-2.6.6.tar.bz2) = ba674165ad9f8e48acd2c0437bea6b1acc2871b9 +RMD160 (xchat-2.6.6.tar.bz2) = 27cef034342dc831e2ddb11f8bd5f6cb727e8f93 +Size (xchat-2.6.6.tar.bz2) = 1098934 bytes SHA1 (patch-aa) = 90af71915ac6373ebc623790f9a90642376fb1f4 |