summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2005-08-23 22:48:07 +0000
committertron <tron>2005-08-23 22:48:07 +0000
commit7b6251f5f4329754f7c287c7d60407698209bd80 (patch)
tree2e93da5c2590c96418cc4e5d5302643b5ec7ab84 /chat
parent6800694322ac2796a31dcf919b7fb55f46e83434 (diff)
downloadpkgsrc-7b6251f5f4329754f7c287c7d60407698209bd80.tar.gz
Update "xchat" to version 2.4.4. Change since version 2.4.3:
- Updated translations (hi, ko, lt, pa, ru, vi, zh_TW). - People's away message is now shown in the right-click menu, if known (Christopher Aillon). - The "Bind to:" setting can now be set to 0.0.0.0 [1176256]. - Plugin API: Don't crash if a print-event closes the current context and doesn't eat the event [1175674]. - Disabled parsing of quotation marks for /JOIN, so you can join channels with a quote in them (Dan Fruehauf). - Fixed truncation of the URL in the right-click menu. Now handles UTF-8 properly [1188229]. - Fixed use of CP1255 charset, which would chop the last char when receiving messages [1122089]. - The DCC windows now allow multiple selection and the columns auto resize (Dan Fruehauf). - Added "CTCP Sound to Channel" event [1159445]. - You can now drag and drop files into dialog windows to start file transfers. - Fixed: "XChat can't ban users with long idents" (Dan Fruehauf) [1159447]. - Implemented taskbar flashing on unix. Requires a window manager or taskbar that supports XUrgency flag (Adil).
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/Makefile6
-rw-r--r--chat/xchat/Makefile.common4
-rw-r--r--chat/xchat/PLIST4
-rw-r--r--chat/xchat/distinfo11
4 files changed, 17 insertions, 8 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index e6eb90d437f..6ffb88357da 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.31 2005/06/06 11:35:39 tron Exp $
+# $NetBSD: Makefile,v 1.32 2005/08/23 22:48:07 tron Exp $
MAINTAINER= tron@NetBSD.org
.include "Makefile.common"
+PATCH_SITES= ${MASTER_SITES}/patches/
+PATCHFILES= xc244-fixpluginns.diff
+PATCH_DIST_STRIP= -p1
+
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
BUILD_USES_MSGFMT= YES
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 36896f6f730..f0fa30ec4ce 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.43 2005/08/10 20:56:13 jlam Exp $
+# $NetBSD: Makefile.common,v 1.44 2005/08/23 22:48:07 tron Exp $
#
# Please do not merge this file into "Makefile" because it is used by
# packages in "pkgsrc-wip".
-DISTNAME= xchat-2.4.3
+DISTNAME= xchat-2.4.4
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST
index 65cf7f2a1e5..ff558840dd9 100644
--- a/chat/xchat/PLIST
+++ b/chat/xchat/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/06/06 11:35:39 tron Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/08/23 22:48:07 tron Exp $
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -15,6 +15,7 @@ ${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/hi/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xchat.mo
@@ -25,6 +26,7 @@ ${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/pa/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
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo
index 1299314d166..4b8d51f2088 100644
--- a/chat/xchat/distinfo
+++ b/chat/xchat/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.23 2005/06/06 11:35:39 tron Exp $
+$NetBSD: distinfo,v 1.24 2005/08/23 22:48:07 tron Exp $
-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
+SHA1 (xchat-2.4.4.tar.bz2) = fa048dfc24b922f0f1b7b5e95450f697ebe1d435
+RMD160 (xchat-2.4.4.tar.bz2) = db6f4e31847af3fabcbe0283518b1702b3d0dfc3
+Size (xchat-2.4.4.tar.bz2) = 1285259 bytes
+SHA1 (xc244-fixpluginns.diff) = ca738d2c61ff505827ab8973733b79351bfc3669
+RMD160 (xc244-fixpluginns.diff) = 4d718897ccf32226a5eb58017c11b014d7a4a132
+Size (xc244-fixpluginns.diff) = 471 bytes