pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update xchat2 to 2.0.10 and take maintainership.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac7e6bc888ba
branches:  trunk
changeset: 477406:ac7e6bc888ba
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 02 08:04:18 2004 +0000

description:
Update xchat2 to 2.0.10 and take maintainership.

Changes:
 - Updated translations (ru, sr).
 - Fixed compiling on systems other than linux/freebsd [969643].
   (Samuel Mimram).
 - Fixed compiling with an old version of GTK (2.0.x).
 - Further BiDi fixes in xtext (Ilya Konstantinov).
 - Brand-new tab completion code (Ian Kumlien). This also fixes:
   Tab expansion not working behind umlauts [956127].
   Plugin commands can now be tab-completed too (Frank Thieme).
 - Fixed parsing URIs on userlist drag-n-drop (Jonas Heylen).
 - Added Sort button to the server list window (David Oftedal and
   Tim-Philipp Mueller).
 - Tab button selection fix (Guillaume Knispel).
 - Added marker-line feature. Shows a red-line to indicate the place
   where you last read up to (Thomas Kockerbauer).
 - The "Get my IP from Server" feature now works on networks that
   hide your hostname too (by using the USERHOST command).
 - Win32: Fixed CPS calculation for file transfers [824934].
 - Fixed: Ping timeout when the system clock changes [789140].
 - Fixed: Private messages delivered to status window when nickname
   is the same as the network [977550].
 - Maximised window-state is now saved.
 - Double middle-clicking a nickname in the text area will now select
   it in the userlist.
 - Included a work-around to stop X-Sys plugin crashing with GTK 2.4.
 - Fixed: /list output going to the current tab [970746].
 - Fixed: Serverlist crash while editing a port-number, and switching
   to another network before pressing enter [968652].
 - Made it possible to execute multiple "Connect Command:"s in the
   ServerList window, when they're separated by ctrl-alt-a.

diffstat:

 chat/xchat2/Makefile         |   6 +++---
 chat/xchat2/PLIST            |  11 +++++++++--
 chat/xchat2/distinfo         |   8 ++++----
 chat/xchat2/patches/patch-aa |   6 +++---
 doc/CHANGES                  |   3 ++-
 5 files changed, 21 insertions(+), 13 deletions(-)

diffs (98 lines):

diff -r f75a51aada3b -r ac7e6bc888ba chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Fri Jul 02 08:03:04 2004 +0000
+++ b/chat/xchat2/Makefile      Fri Jul 02 08:04:18 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.30 2004/06/07 05:56:00 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2004/07/02 08:04:18 minskim Exp $
 #
 
-DISTNAME=      xchat-2.0.9
+DISTNAME=      xchat-2.0.10
 CATEGORIES=    chat gnome
 MASTER_SITES=  http://www.xchat.org/files/source/2.0/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
+MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://www.xchat.org/
 COMMENT=       X11 (X Window System) IRC client, using the GTK2 toolkit
 
diff -r f75a51aada3b -r ac7e6bc888ba chat/xchat2/PLIST
--- a/chat/xchat2/PLIST Fri Jul 02 08:03:04 2004 +0000
+++ b/chat/xchat2/PLIST Fri Jul 02 08:04:18 2004 +0000
@@ -1,14 +1,18 @@
-@comment $NetBSD: PLIST,v 1.7 2004/03/24 20:35:09 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/07/02 08:04:18 minskim Exp $
 bin/xchat
 bin/xchat-text
 share/applications/xchat.desktop
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
@@ -24,9 +28,12 @@
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo
 share/pixmaps/xchat.png
-@comment in gnome2-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
 @exec ${MKDIR} %D/lib/xchat/plugins
 @dirrm lib/xchat/plugins
 @dirrm lib/xchat
diff -r f75a51aada3b -r ac7e6bc888ba chat/xchat2/distinfo
--- a/chat/xchat2/distinfo      Fri Jul 02 08:03:04 2004 +0000
+++ b/chat/xchat2/distinfo      Fri Jul 02 08:04:18 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2004/06/07 05:56:00 minskim Exp $
+$NetBSD: distinfo,v 1.12 2004/07/02 08:04:18 minskim Exp $
 
-SHA1 (xchat-2.0.9.tar.bz2) = b0b810b5123864a624988169f4acb08aef1739e6
-Size (xchat-2.0.9.tar.bz2) = 1093203 bytes
-SHA1 (patch-aa) = f802e1f2de1a9272f4c668a84cc41c45b16c370d
+SHA1 (xchat-2.0.10.tar.bz2) = bc5d45589a1c9a4b59edcb12699fd33344243c22
+Size (xchat-2.0.10.tar.bz2) = 1113265 bytes
+SHA1 (patch-aa) = 19abf05787106a93adcfc678bf25ad5d8543ba78
diff -r f75a51aada3b -r ac7e6bc888ba chat/xchat2/patches/patch-aa
--- a/chat/xchat2/patches/patch-aa      Fri Jul 02 08:03:04 2004 +0000
+++ b/chat/xchat2/patches/patch-aa      Fri Jul 02 08:04:18 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2004/06/07 05:56:00 minskim Exp $
+$NetBSD: patch-aa,v 1.4 2004/07/02 08:04:18 minskim Exp $
 
---- src/common/util.c.orig     2004-05-29 05:19:23.000000000 -0500
+--- src/common/util.c.orig     2004-06-18 23:26:29.000000000 -0500
 +++ src/common/util.c
-@@ -605,7 +605,7 @@ get_cpu_str (void)
+@@ -631,7 +631,7 @@ get_cpu_str (void)
        } else
  #endif
                snprintf (buf, 128,
diff -r f75a51aada3b -r ac7e6bc888ba doc/CHANGES
--- a/doc/CHANGES       Fri Jul 02 08:03:04 2004 +0000
+++ b/doc/CHANGES       Fri Jul 02 08:04:18 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6418 2004/07/02 07:59:58 minskim Exp $
+$NetBSD: CHANGES,v 1.6419 2004/07/02 08:04:18 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3205,3 +3205,4 @@
        Updated liferea to 0.5.1 [minskim 2004-07-01]
        Updated snort to 2.1.3 [adrianp 2004-07-01]
        Updated pkglint to 3.84 [abs 2004-07-01]
+       Updated xchat2 to 2.0.10 [minskim 2004-07-02]



Home | Main Index | Thread Index | Old Index