From df4d0ce6728ae279f166492f1d1aa30164a956f3 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 29 Nov 2004 17:36:10 +0000 Subject: Update xchat to 2.4.1. Patch provided by Stefan Krueger in PR pkg/28465. Changes: - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl, sq, uk, zh_TW). - Fixed custom marker-line color not reloading. - Brought back the "Connect to selected server only" option in the Serverlist edit window (it's like the reverse of "Cycle until connected" in 2.0.x). - You can now move networks and servers via Shift+Up/Down (in the ServerList window). - Small efficiency improvements in receiving dcc. It will now not send ACKs while the input buffer is non-empty. - Fixed playing sound files with spaces in them. - Added support for NickServ on DalNet and FreeNode. - Plugin API: Added xchat_get_info(ph,"inputbox");. - Added /settext and /setcursor commands for scripters. - You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons. - Fixed connecting to a SSL server via http proxy (#1054152). - Fixed: Opened server tab doesn't count as "requested" (#1044227). --- chat/xchat2/Makefile | 6 +++++- chat/xchat2/Makefile.common | 4 ++-- chat/xchat2/PLIST | 5 ++++- chat/xchat2/distinfo | 8 +++++--- 4 files changed, 16 insertions(+), 7 deletions(-) (limited to 'chat') diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 827b02d4fb2..0d273d936fc 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/10/30 18:28:00 minskim Exp $ +# $NetBSD: Makefile,v 1.41 2004/11/29 17:36:10 minskim Exp $ # .include "Makefile.common" @@ -7,6 +7,10 @@ PKGREVISION= 1 COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit +PATCH_DIST_STRIP= -p1 +PATCH_SITES= ${MASTER_SITES:=patches/} +PATCHFILES= xc241-fix-fetext.diff + BUILD_USES_MSGFMT= YES CONFLICTS= xchat-gnome-[0-9]* diff --git a/chat/xchat2/Makefile.common b/chat/xchat2/Makefile.common index 05779b50b2f..e7b96fbee37 100644 --- a/chat/xchat2/Makefile.common +++ b/chat/xchat2/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2004/10/30 18:10:35 minskim Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/11/29 17:36:10 minskim Exp $ # -DISTNAME= xchat-2.4.0 +DISTNAME= xchat-2.4.1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.4/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST index e5cddef9a14..0a754986f81 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/08/16 06:53:08 minskim Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/11/29 17:36:10 minskim Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop @@ -22,17 +22,20 @@ ${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/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/ru/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo +${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/wa/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png @comment in xdg-dirs: @dirrm share/pixmaps @comment in xdg-dirs: @dirrm share/applications diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index c2364523412..a62391184c2 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.14 2004/08/16 06:53:08 minskim Exp $ +$NetBSD: distinfo,v 1.15 2004/11/29 17:36:10 minskim Exp $ -SHA1 (xchat-2.4.0.tar.bz2) = 61a62f4d614305b5c64b1d6d986e0134b5f5884c -Size (xchat-2.4.0.tar.bz2) = 1159266 bytes +SHA1 (xchat-2.4.1.tar.bz2) = 6e096fc536367470f213832f313312560d4920e1 +Size (xchat-2.4.1.tar.bz2) = 1214388 bytes +SHA1 (xc241-fix-fetext.diff) = befb516e34ca447dd4855ba7ca262bc166280155 +Size (xc241-fix-fetext.diff) = 568 bytes -- cgit v1.2.3