pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat2 Update "xchat2" package to version 2.4.3. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fafc2800adef
branches: trunk
changeset: 495134:fafc2800adef
user: tron <tron%pkgsrc.org@localhost>
date: Thu Jun 02 23:33:14 2005 +0000
description:
Update "xchat2" package to version 2.4.3. Changes since version 2.4.1:
- Updated translations (de, sq, zh_CN).
- Fixed crash of server list connect button when no network is
selected while using GTK's auto-find feature [1166669].
- Fixed handling of WhoIs Special event on some networks where it
could chop off the first character [1164315].
- Plugin API changes: Added "nickserv" field to xchat_get_info.
- Python: Fixed get_list() incorrectly failing when the list
contained a time field [1171525].
- Perl: Make scripts using calls with fully qualified subs work again
[1170139] (Lian Wan Situ).
- Fixed input-box input-method (GTK I.M.) problem [1168239].
- Fixed: Ignore and Notify windows incorrectly used the stock CLOSE
button instead of DELETE [1170655].
- Placed Close/Connect buttons in correct position in server list
[1165474].
- Updated translations (ca, de, lt, nl, ru, sk, sr, vi).
- Added command line args -u and -p.
- Fixed handling of "MODE -o+o nick nick" (#1094026).
- Plugin API changes:
* Added "Key Press" print event.
* Added "state_cursor" for xchat_get_prefs.
* Added xchat_strip and xchat_free functions.
* Added "lasttalk" field to "users" list.
* Added "charset" field to xchat_get_info.
- Perl plugin changes (Lian Wan Situ):
* Move each script into their own unique package/namespace. Scripts
containing multiple packages will not be loaded.
* When warning messages are emitted you will now be told which
script it came from.
* Xchat::set_context will now accept Xchat::set_context( $channel )
and Xchat::set_context( $channel, $server ) in addition to
Xchat::set_context( $context ).
* Fix display of loaded scripts in the Plugins and Scripts window.
- TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P.
Stasinski).
- /TIMER now supports timeouts to one decimal place.
- Fixed possible crash of open-file dialog on 64-bit machines.
- Pressing CTRL-O in the DCC Receive window will now open your
downloads folder.
- Win32: Default download folder changed to "My Documents\Downloads".
- Added -quiet arg to the /charset command.
- The /country command now supports a wildcard search.
- The user is now warned when real/user name is left blank in the
server list window.
- Added the /URL command.
- Added a text event for all unknown WHOIS reply lines.
- Added /ALLCHANL which sends to the current server only.
- Actions (/ME) are now treated like PRIV/CHAN for purposes of the
ignore list.
diffstat:
chat/xchat2/Makefile | 11 +++--------
chat/xchat2/PLIST | 4 +++-
chat/xchat2/distinfo | 11 ++++-------
3 files changed, 10 insertions(+), 16 deletions(-)
diffs (64 lines):
diff -r 5b63cffc1d1c -r fafc2800adef chat/xchat2/Makefile
--- a/chat/xchat2/Makefile Thu Jun 02 23:26:41 2005 +0000
+++ b/chat/xchat2/Makefile Thu Jun 02 23:33:14 2005 +0000
@@ -1,16 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2005/06/02 22:08:29 tron Exp $
+# $NetBSD: Makefile,v 1.44 2005/06/02 23:33:14 tron Exp $
-DISTNAME= xchat-2.4.1
-PKGREVISION= 1
+DISTNAME= xchat-2.4.3
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
-PATCH_SITES= ${MASTER_SITES:=patches/}
-PATCHFILES= xc241-fix-fetext.diff
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= minskim%NetBSD.org@localhost
+MAINTAINER= tron%NetBSD.org@localhost
HOMEPAGE= http://www.xchat.org/
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
diff -r 5b63cffc1d1c -r fafc2800adef chat/xchat2/PLIST
--- a/chat/xchat2/PLIST Thu Jun 02 23:26:41 2005 +0000
+++ b/chat/xchat2/PLIST Thu Jun 02 23:33:14 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/11/29 17:36:10 minskim Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/06/02 23:33:14 tron Exp $
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -26,6 +26,7 @@
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/pt_BR/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
@@ -33,6 +34,7 @@
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xchat.mo
diff -r 5b63cffc1d1c -r fafc2800adef chat/xchat2/distinfo
--- a/chat/xchat2/distinfo Thu Jun 02 23:26:41 2005 +0000
+++ b/chat/xchat2/distinfo Thu Jun 02 23:33:14 2005 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.16 2005/02/23 15:59:14 agc Exp $
+$NetBSD: distinfo,v 1.17 2005/06/02 23:33:14 tron Exp $
-SHA1 (xchat-2.4.1.tar.bz2) = 6e096fc536367470f213832f313312560d4920e1
-RMD160 (xchat-2.4.1.tar.bz2) = a6659817a744fce486146e9a770bb42b390b7121
-Size (xchat-2.4.1.tar.bz2) = 1214388 bytes
-SHA1 (xc241-fix-fetext.diff) = befb516e34ca447dd4855ba7ca262bc166280155
-RMD160 (xc241-fix-fetext.diff) = b8f75598b9df14dbf4263e0c854fcd9332c6ff40
-Size (xc241-fix-fetext.diff) = 568 bytes
+SHA1 (xchat-2.4.3.tar.bz2) = 9cc9ed984d271feffca8ee0cee53404c05a10843
+RMD160 (xchat-2.4.3.tar.bz2) = 2222632f2c3db2eac260547e952047bcc450b731
+Size (xchat-2.4.3.tar.bz2) = 1259520 bytes
Home |
Main Index |
Thread Index |
Old Index