pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/xchat Update "xchat" and "xchat-python" package t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35f30387ebba
branches:  trunk
changeset: 517625:35f30387ebba
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Aug 16 21:25:35 2006 +0000

description:
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:

 chat/xchat/Makefile        |   6 +++++-
 chat/xchat/Makefile.common |   4 ++--
 chat/xchat/PLIST           |   4 +++-
 chat/xchat/distinfo        |  11 +++++++----
 4 files changed, 17 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r d78fcfe63868 -r 35f30387ebba chat/xchat/Makefile
--- a/chat/xchat/Makefile       Wed Aug 16 20:56:02 2006 +0000
+++ b/chat/xchat/Makefile       Wed Aug 16 21:25:35 2006 +0000
@@ -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@localhost
 
+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 -r d78fcfe63868 -r 35f30387ebba chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Wed Aug 16 20:56:02 2006 +0000
+++ b/chat/xchat/Makefile.common        Wed Aug 16 21:25:35 2006 +0000
@@ -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 -r d78fcfe63868 -r 35f30387ebba chat/xchat/PLIST
--- a/chat/xchat/PLIST  Wed Aug 16 20:56:02 2006 +0000
+++ b/chat/xchat/PLIST  Wed Aug 16 21:25:35 2006 +0000
@@ -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/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 -r d78fcfe63868 -r 35f30387ebba chat/xchat/distinfo
--- a/chat/xchat/distinfo       Wed Aug 16 20:56:02 2006 +0000
+++ b/chat/xchat/distinfo       Wed Aug 16 21:25:35 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index