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", "xchat-perl" and "xchat-pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb4b5c12c2cf
branches:  trunk
changeset: 528989:bb4b5c12c2cf
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 22 12:18:58 2007 +0000

description:
Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
  URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
  non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
  opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
  /NICKSERV or /NS method. #1655733.
- Added command line argument:
  --minimize=level  Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
  * Added "modes" to xchat_get_info(). Returns the current channel modes,
    if they are known.
  * Fixed "event_event name" for xchat_get_info() to match the docs
    exactly, but 2.8.0 (mis)behaviour works too.
- Perl
  * Execute the shutdown callback before removing the hooks so commands
    created by the script can be used in the callback.

diffstat:

 chat/xchat/Makefile.common  |   4 ++--
 chat/xchat/PLIST            |   5 ++++-
 chat/xchat/distinfo         |  10 ++++------
 chat/xchat/patches/patch-ab |  18 ------------------
 chat/xchat/patches/patch-ac |  18 ------------------
 5 files changed, 10 insertions(+), 45 deletions(-)

diffs (98 lines):

diff -r c7194b6c4f6b -r bb4b5c12c2cf chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Tue May 22 12:18:23 2007 +0000
+++ b/chat/xchat/Makefile.common        Tue May 22 12:18:58 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.54 2007/04/19 20:39:38 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.55 2007/05/22 12:18:58 tron Exp $
 
-DISTNAME=      xchat-2.8.0
+DISTNAME=      xchat-2.8.2
 CATEGORIES=    chat
 MASTER_SITES=  http://xchat.org/files/source/2.8/
 EXTRACT_SUFX=  .tar.bz2
diff -r c7194b6c4f6b -r bb4b5c12c2cf chat/xchat/PLIST
--- a/chat/xchat/PLIST  Tue May 22 12:18:23 2007 +0000
+++ b/chat/xchat/PLIST  Tue May 22 12:18:58 2007 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.13 2007/01/25 21:27:49 reed Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/05/22 12:18:58 tron Exp $
 bin/xchat
 share/applications/xchat.desktop
 share/doc/xchat/README
 share/doc/xchat/faq.html
 share/doc/xchat/plugin20.html
 share/locale/be/LC_MESSAGES/xchat.mo
+share/locale/ca/LC_MESSAGES/xchat.mo
 share/locale/cs/LC_MESSAGES/xchat.mo
 share/locale/de/LC_MESSAGES/xchat.mo
 share/locale/el/LC_MESSAGES/xchat.mo
@@ -24,7 +25,9 @@
 share/locale/sq/LC_MESSAGES/xchat.mo
 share/locale/sr/LC_MESSAGES/xchat.mo
 share/locale/sv/LC_MESSAGES/xchat.mo
+share/locale/uk/LC_MESSAGES/xchat.mo
 share/locale/vi/LC_MESSAGES/xchat.mo
+share/locale/zh_CN/LC_MESSAGES/xchat.mo
 share/locale/zh_TW/LC_MESSAGES/xchat.mo
 share/pixmaps/xchat.png
 @comment in xdg-dirs: @dirrm share/pixmaps
diff -r c7194b6c4f6b -r bb4b5c12c2cf chat/xchat/distinfo
--- a/chat/xchat/distinfo       Tue May 22 12:18:23 2007 +0000
+++ b/chat/xchat/distinfo       Tue May 22 12:18:58 2007 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.32 2007/01/25 21:27:49 reed Exp $
+$NetBSD: distinfo,v 1.33 2007/05/22 12:18:58 tron Exp $
 
-SHA1 (xchat-2.8.0.tar.bz2) = 80248b4fcd45261c686557eb243fec6ce459bd60
-RMD160 (xchat-2.8.0.tar.bz2) = a65329728c050c5448b2cbab2ea6c68ba72a0c95
-Size (xchat-2.8.0.tar.bz2) = 1257232 bytes
+SHA1 (xchat-2.8.2.tar.bz2) = 5cff7a974819ad8788962742df785aabfe844af0
+RMD160 (xchat-2.8.2.tar.bz2) = 62f9ffeb77243e1c20d81f0543ea8ccc7d3cd225
+Size (xchat-2.8.2.tar.bz2) = 1331148 bytes
 SHA1 (patch-aa) = 90af71915ac6373ebc623790f9a90642376fb1f4
-SHA1 (patch-ab) = 99eb42cbe3e6b15fd0930245df2ecd2b00394ab3
-SHA1 (patch-ac) = a523f43c2d70fcf93638204fa22808530801847b
diff -r c7194b6c4f6b -r bb4b5c12c2cf chat/xchat/patches/patch-ab
--- a/chat/xchat/patches/patch-ab       Tue May 22 12:18:23 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2007/01/25 21:27:48 reed Exp $
-
-http://xchat.org/files/source/2.8/patches/xc280-fix-back.diff
-
-#
-# Fix: /BACK command not working after upgrading from xchat < 2.8.0
-#
---- src/common/cfgfiles.c      2 Jan 2007 00:26:40 -0000       1.102
-+++ src/common/cfgfiles.c      3 Jan 2007 14:01:00 -0000
-@@ -45,7 +45,7 @@
-       int cmd_len = 1, name_len;
- 
-       /* remove <2.8.0 stuff */
--      if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK"))
-+      if (!strcmp (cmd, "away") && !strcmp (name, "BACK"))
-               return;
- 
-       if (cmd)
diff -r c7194b6c4f6b -r bb4b5c12c2cf chat/xchat/patches/patch-ac
--- a/chat/xchat/patches/patch-ac       Tue May 22 12:18:23 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2007/01/25 21:27:48 reed Exp $
-
-http://xchat.org/files/source/2.8/patches/xc280-fix-ja.diff
-
-#
-# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run!
-#
---- po/ja.po   8 Aug 2006 14:39:41 -0000       1.16
-+++ po/ja.po   15 Nov 2006 00:59:59 -0000
-@@ -1082,7 +1176,7 @@
- 
- #: src/common/textevents.h:318
- msgid "%C28-%C29$1/Wallops%C28-%O$t$2"
--msgstr "%C28-%C29$1/Wallops%C28-%O$t$"
-+msgstr "%C28-%C29$1/Wallops%C28-%O$t$2"
- 
- #: src/common/textevents.h:321
- #, fuzzy



Home | Main Index | Thread Index | Old Index