diff options
author | tron <tron@pkgsrc.org> | 2005-06-02 23:33:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-06-02 23:33:14 +0000 |
commit | 8676a5805b41a6782d7347dc9f7e64abafe8c295 (patch) | |
tree | 3333a9a31825cef392620976d0eb54e0d11def37 /chat | |
parent | 378efa4d506c7deb525f284babcb7f538d4390f5 (diff) | |
download | pkgsrc-8676a5805b41a6782d7347dc9f7e64abafe8c295.tar.gz |
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 (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 11 | ||||
-rw-r--r-- | chat/xchat2/PLIST | 4 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 11 |
3 files changed, 10 insertions, 16 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 175c98d9572..0959df9dac3 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -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 +MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST index 0a754986f81..a73925c15b9 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -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/nb/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/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/sq/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/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 --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index 0c3157a0ae9..49076f3cb35 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -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 |