summaryrefslogtreecommitdiff
path: root/chat/xchat/Makefile.common
diff options
context:
space:
mode:
authorreed <reed>2007-01-25 21:27:48 +0000
committerreed <reed>2007-01-25 21:27:48 +0000
commitd0c06c1f50c8b9ffa94e9080ea0353a3e6384bb0 (patch)
tree1b8c7b267f3e6f453e8d240515323c59550af139 /chat/xchat/Makefile.common
parent44cb40ecebedfb2dc1965dad64793626fd1d89a2 (diff)
downloadpkgsrc-d0c06c1f50c8b9ffa94e9080ea0353a3e6384bb0.tar.gz
Update xchat to 2.8.0. Okayed by maintainer.
Adds a "cs" locale file. And adds system tray notification support. (Maybe the xchat-systray-integration package is not needed now?) Note I never tested the python plugin (but did build and install). Added two patches direct from xchat's FTP site. Configure with --enable-xft. (Hopefully that is okay with quark on Mac OS). Now depends on gtk2+>=2.10.0. Install a couple documentation files. Use INSTALLATION_DIRS to create the plugins directory. ChangeLog hs: - Updated translations (cs, de, gl, hu). - XChat now requires at least GTK+ 2.10. - Added a system tray icon (aka Notification Area). This is probably the biggest feature addition in this series. Also added a /TRAY command so scripts can manipulate the icon. - Added partial support for numeric 005 token ELIST (min users only). - Brand new channel list window: GtkTreeView, nicer layout, less CPU power when downloading very large list, uses less memory, supports regexp/ patternmatch/substring search and supports downloading LIST with minusers to save time (only on some networks that support ELIST). - Overhauled URL opening on Unix, it now tries xdg-open first, then auto- detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes should also work now (changed to execv()). - Settings: Warn the user when trying to put the tree on the top/bottom. - Fixed DCC ack reading so it doesn't use MSG_PEEK. - Channel modes are no longer shown in the titlebar if they contain a key. - Added /GUI APPLY command, which does that same as pressing OK in the settings window (e.g use it after /set). Mainly for scripters. - Allow changing the logging folder if the log filename is set to a full path in the settings window (starts with a '/'). - Added 'Your Action' text event. - Separated out /away and /back commands so it's obvious what they'll do. - Changes to /MENU command (See plugin20.html for details): * Now works for popup menus too. * Allows creation of radio menu items. * -p arg can now to be negative to give a position offset from right/bottom. * -i arg to specify an icon file. - Plugin API: * Added event_text to xchat_get_info(). - Perl (Lian Wan Situ) * Fixed hook_command so that it won't override the help message for builtin commands unless a help message was specified. * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r--chat/xchat/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index a93b33a8f9d..e6aca0371ed 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.52 2006/11/14 10:38:36 tron Exp $
+# $NetBSD: Makefile.common,v 1.53 2007/01/25 21:27:49 reed Exp $
-DISTNAME= xchat-2.6.8
-CATEGORIES= chat gnome
-MASTER_SITES= http://xchat.org/files/source/2.6/
+DISTNAME= xchat-2.8.0
+CATEGORIES= chat
+MASTER_SITES= http://xchat.org/files/source/2.8/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://xchat.org/