summaryrefslogtreecommitdiff
path: root/chat/xchat
AgeCommit message (Collapse)AuthorFilesLines
2006-03-14List me as maintainer of the "xchat-python" package.tron2-5/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-02-02Remove comment which asked not to merge this file into "Makefile". It'stron1-4/+1
obvious that this is a bad idea after the import of the "xchat-python" package into "pkgsrc".
2006-02-02This program is called "X-Chat" and not "XChat".tron1-1/+1
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-09Add patch from "xchat" home page which fixes a crash in a configurationtron2-2/+11
dialog. I cannot reproduce that crash but better safe than sorry. Bump package revision.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-7/+1
thus were before 2005Q3.
2005-09-12Update "xchat" package to version 2.4.5. Changes since version 2.4.4:tron3-14/+7
- Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW). - Fixed incorrect information displayed in Plugins & scripts window under unix (xc244-fixpluginns.diff). - Added "/set irc_whois_front 1" option to show WHOIS in front tab. - Lots of speed ups under the hood, mainly in handling of URL highlighting during mouse motion. Also now allows underlining .name and .info domains [1230265]. - Moved the "Insert color code" menu into the input box's right- click menu. - Fixed "Your Message" messing up when starting with a comma [1230269]. - Added /id command to identify yourself to nickserv. - Added /gui MSGBOX <text> for scripters. - Added /menu command which lets plugins/scripts add their own menu items. - Added support for passive DCC chat via /DCC PCHAT <nick>. - Added support for DCC sending and receiving very large files (above 4 GB). - Improved layout of "Info" button in the DCC windows. - Improved layout of the nick-name right-click menu. - Improved /help command's display of plugins/script commands. - Fixed two bugs in detaching tabs (or CTRL-I) [1228926]. - Added /uselect command for scripters to select nick names in the channel userlist (Daniel P. Stasinski). - Fixed possible crashes while using the SJIS (Japanese) charset. - Fixed various memory leaks in right-click menus.
2005-08-23Update "xchat" to version 2.4.4. Change since version 2.4.3:tron4-8/+17
- 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).
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-19"inet6" option support is determined in bsd.prefs.mk, don't add it tosalo1-2/+2
PKG_SUGGESTED_OPTIONS.
2005-06-06handle legacy PKG_OPTIONS_VAR correctly, with warningdillo1-4/+6
2005-06-06Accept "PKG_OPTIONS.xchat2" for backwards compatibility reasons.tron1-2/+8
2005-06-06Fix oversight in last commit.tron2-4/+4
2005-06-06Replace the outdated "xchat" package (version 1.8.11) with thetron9-277/+85
"xchat2" package (version 2.4.3).
2005-06-02Convert to options framework.wiz3-62/+48
While here, reintegrate Makefile.common into Makefile since xchat-gnome has been removed from pkgsrc and there is no further need for Makefile.common. tron@ says do it.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-3/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-10-07We don't need to include "../../devel/glib/buildlink3.mk" explicitly heretron1-2/+1
because "x11/gtk/buildlink3.mk" does that for us.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-24Use "${PERL5}" variable instead of harding coding the path to thetron1-3/+2
Perl 5 binary.
2004-05-24Pass path to "perl" binary to "configure" script to avoid build failurestron1-2/+3
on system with Perl in the base system (e.g. Darwin).
2004-04-26Convert to buildlink3.snj2-8/+8
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-14Fix buffer overflow in Socks 5 code, bump package revision.tron3-3/+26
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-30Improve DESCR per a suggestion from reed@.wiz1-2/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-10-31GNU grep is required to build xchat on Solaris.gavan1-1/+2
2003-10-03Revert previous commit (wiz told me there's no need to CONFLICT betweeenxtraeme2-4/+4
them, because they share the same PKGBASE).
2003-10-03xchat2 can't coexist with xchat{-gnome} and viceversa.xtraeme2-4/+4
Closes PR pkg/23039 by Stefan Krueger. Bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv2-2/+5
2003-01-12Update "xchat" package to version 1.8.11. Changes since version 1.8.10:tron4-22/+15
- Updated Turkish translation (Fatih Demir). - Updated Swedish translation (Christian Rose). - Updated Spanish translation (Julio Merino). - Fixed /ME in dialog windows. - Support up to 4GB files in DCC (previously 2GB). - Fixed random /part reasons not working. - Fixed possible crash when receiving a message from a channel that was already parted. - Updated included intl/ to 0.10.38. - Updated build environment to autoconf 2.53. - Fixed tabcompletion crash on very large channels. - Fixed glibc 2.3.x regexp channel-list window crash. - Don't leak memory on /unloadall. - win32: convert \ and | to _ when receiving filenames with nick. - win32: don't use TerminateThread(), which leaks the stack. This update was provided by Juan RP in PR pkg/19801.
2002-12-24Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common".tron1-1/+3
2002-12-24Bump package revision to 3 after "freetype2" change.tron1-2/+2
2002-12-02The gettext fix has migrated to gettext-lib/buildlink2.mkjlam1-2/+1
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo3-18/+5