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.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80f2114989f
branches:  trunk
changeset: 471294:e80f2114989f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Mar 24 20:35:09 2004 +0000

description:
Update xchat2 to 2.0.8.

Changes:

- Updated translations (az, es, fi, lt, mk, nl, ru, sk, sl, sr, sv,
   zh_CN).
 - Added color, flash and iconify args to /GUI command (this is for
   use in scripts and plugins only).
 - Plugin API: Added "notify" list.
 - Plugin API: Added id, users, flags fields for "channels" list.
 - Win32: Better error messages for file i/o and winsock errors.
 - New Perl interface (with backward compatibility)! (Lian Situ).
 - Fixed command-character buglet [873541].
 - Win32: Improved incorrect CPS display for file transfers.
 - Added "Copy Selected URL" option to URL popupmenu (Mike Battersby).
 - Added work-around for "Get my IP from server" not working on PTNet
   (Mario Freitas).
 - Fixed: Alt+numbers do not work with X Input Method [896968] (Marius
   Gedminas).
 - Added support for "+port" to indicate SSL connections.
 - Fixed non-ASCII chars in time-stamp bug [918445].
 - Smaller bug fixes: [870073] [890891].

diffstat:

 chat/xchat2/Makefile |  5 ++---
 chat/xchat2/PLIST    |  5 ++++-
 chat/xchat2/distinfo |  6 +++---
 doc/CHANGES          |  3 ++-
 4 files changed, 11 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r 02877f71192e -r e80f2114989f chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Wed Mar 24 15:24:36 2004 +0000
+++ b/chat/xchat2/Makefile      Wed Mar 24 20:35:09 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2004/03/08 19:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2004/03/24 20:35:09 xtraeme Exp $
 #
 
-DISTNAME=      xchat-2.0.7
-PKGREVISION=   1
+DISTNAME=      xchat-2.0.8
 CATEGORIES=    chat gnome
 MASTER_SITES=  http://www.xchat.org/files/source/2.0/
 EXTRACT_SUFX=  .tar.bz2
diff -r 02877f71192e -r e80f2114989f chat/xchat2/PLIST
--- a/chat/xchat2/PLIST Wed Mar 24 15:24:36 2004 +0000
+++ b/chat/xchat2/PLIST Wed Mar 24 20:35:09 2004 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2004/01/04 17:26:20 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/03/24 20:35:09 xtraeme 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/ca/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo
@@ -13,10 +14,12 @@
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo
 ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo
diff -r 02877f71192e -r e80f2114989f chat/xchat2/distinfo
--- a/chat/xchat2/distinfo      Wed Mar 24 15:24:36 2004 +0000
+++ b/chat/xchat2/distinfo      Wed Mar 24 20:35:09 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/01/04 17:26:20 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2004/03/24 20:35:09 xtraeme Exp $
 
-SHA1 (xchat-2.0.7.tar.bz2) = 18e00bbc5f08138ff295684af968891e15f0e75e
-Size (xchat-2.0.7.tar.bz2) = 943633 bytes
+SHA1 (xchat-2.0.8.tar.bz2) = 68177f242001a2632f4f474989ee9a8a41e725f9
+Size (xchat-2.0.8.tar.bz2) = 997439 bytes
diff -r 02877f71192e -r e80f2114989f doc/CHANGES
--- a/doc/CHANGES       Wed Mar 24 15:24:36 2004 +0000
+++ b/doc/CHANGES       Wed Mar 24 20:35:09 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5295 2004/03/24 11:56:35 wiz Exp $
+$NetBSD: CHANGES,v 1.5296 2004/03/24 20:35:09 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1513,3 +1513,4 @@
        Updated apache2 to 2.0.49 [reed 2004-03-22]
        Updated acpi-iasl to 20040311 [xtraeme 2004-03-23]
        Updated XaoS to 3.0nb1 [wiz 2004-03-24]
+       Updated xchat2 to 2.0.8 [xtraeme 2004-03-24]



Home | Main Index | Thread Index | Old Index