summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-08-16 06:53:08 +0000
committerminskim <minskim@pkgsrc.org>2004-08-16 06:53:08 +0000
commit2bb479933a1c0614154227a6465633072b7b27b3 (patch)
tree2c32df4611c798e93f82eb11ff709ac267534a70 /chat/xchat2
parent1dd10c2ebe495ff3293e35aad6055dd85cb8a638 (diff)
downloadpkgsrc-2bb479933a1c0614154227a6465633072b7b27b3.tar.gz
Update xchat to 2.4.0.
Changes since 2.0.10: - Updated translations (ca, de, eu, it, ko, lt, nl, sk, sr, zh_CN). - Fixed a possible crash in loading pevents.conf. - Made default URL handlers work with Firefox 0.9.x by adding the "-a firefox" argument. - Plugin API: Added xchat_get_info field "libdirfs". - Fixed crash when trying to dcc send a filename which has encoding that doesn't match G_FILENAME_ENCODING. - Updated translations (de, kr, lt, sk, sr, zh_CN). - Added some rudimentary support for the IDENTIFY-MSG feature. - Perl: Added Xchat::context_info (Lian Situ). - TCL: Added support for time fields in getlist (Daniel P.Stasinski). - Added "Open Dialog" event, so you can add a sound-file to it. - The standard beep can now be overridden with a sound-file. - Fixed tab-nick-completion's cycling behaviour. - New keyboard shortcut for line up and down (shift-arrow up/down). - Fixed: [986958] tab completion with GTK Input-Methods. - Updated translations (eu). - Tab nick completion fixes: Crash with space-tab and glib critical warning (Ian Kumlien). - Heavily reworked the Preferences window. It should be alot clearer now, and more gnome-like. - 'Pop new tabs to front' setting now has three options (Kyoshiro). - New colors and text-events, using a white background. - Config files are not saved to disk unless you edit the defaults. This makes it easier to change language (for print events, popup menu etc). - Brand new Server List window. Now much simpler and intuitive. Also includes an entry box for NickServ password. - The vertical separator line now has its own pointer when you hover over it (Richard Gobeille). - Alphabetical tab sorting now works and is enabled by default. - Added "Small Tabs" option (reduces the font size). - Brand new Sound-Events editor in the Preferences window. - Added socks5 authentication support (Benjamin Foster). - Win32: fixed auto-loading of TCL scripts.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile7
-rw-r--r--chat/xchat2/PLIST4
-rw-r--r--chat/xchat2/distinfo7
-rw-r--r--chat/xchat2/patches/patch-aa20
4 files changed, 9 insertions, 29 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 9ebafb55eca..bd4c489d8ee 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2004/08/04 21:36:52 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2004/08/16 06:53:08 minskim Exp $
#
-DISTNAME= xchat-2.0.10
-PKGREVISION= 1
+DISTNAME= xchat-2.4.0
CATEGORIES= chat gnome
-MASTER_SITES= http://www.xchat.org/files/source/2.0/
+MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST
index 93b3f43566a..e5cddef9a14 100644
--- a/chat/xchat2/PLIST
+++ b/chat/xchat2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/07/02 08:04:18 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/08/16 06:53:08 minskim Exp $
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -15,7 +15,9 @@ ${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/it/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/ko/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
diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo
index 92e0b444393..c2364523412 100644
--- a/chat/xchat2/distinfo
+++ b/chat/xchat2/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.13 2004/08/04 21:36:52 minskim Exp $
+$NetBSD: distinfo,v 1.14 2004/08/16 06:53:08 minskim Exp $
-SHA1 (xchat-2.0.10.tar.bz2) = bc5d45589a1c9a4b59edcb12699fd33344243c22
-Size (xchat-2.0.10.tar.bz2) = 1113265 bytes
-SHA1 (patch-aa) = c7da24eb1c4fa571a431bab581539df6e9cf2b14
+SHA1 (xchat-2.4.0.tar.bz2) = 61a62f4d614305b5c64b1d6d986e0134b5f5884c
+Size (xchat-2.4.0.tar.bz2) = 1159266 bytes
diff --git a/chat/xchat2/patches/patch-aa b/chat/xchat2/patches/patch-aa
deleted file mode 100644
index 93b04bde98e..00000000000
--- a/chat/xchat2/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2004/08/04 21:42:36 minskim Exp $
-
---- src/fe-gtk/fkeys.c.orig 2004-07-01 11:28:43.000000000 -0500
-+++ src/fe-gtk/fkeys.c
-@@ -1368,9 +1368,14 @@ key_action_tab_comp (GtkWidget *t, GdkEv
- prefix_len, skip_len = 0, is_nick, is_cmd = 0;
- char buf[COMP_BUF], ent[CHANLEN], *postfix = NULL, *result, *ch;
- GList *list = NULL, *tmp_list = NULL;
-- const char *text = gtk_entry_get_text (GTK_ENTRY (t));
-+ const char *text;
- GCompletion *gcomp = NULL;
-
-+ /* force the IM Context to reset */
-+ gtk_editable_set_editable (GTK_EDITABLE (t), FALSE);
-+ gtk_editable_set_editable (GTK_EDITABLE (t), TRUE);
-+
-+ text = GTK_ENTRY (t)->text;
- if (text[0] == 0)
- return 1;
-