summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2004-02-22Upgrade bitlbee to 0.84 and bl3ify.xtraeme3-23/+9
# Version 0.84 (released 2004-02-13) hilights: * Fixed Yahoo! support. * MSN module works without libsoup now. * Code cleanup.
2004-02-22Add and enable libtlen.minskim1-1/+2
2004-02-22Import libtlen from pkgsrc-wip. Packaged by Michal Pasternak, andminskim6-0/+119
slightly modified by me. Libtlen is a client library to access tlen.pl IM/chat system.
2004-02-21Add a couple of scripts to PLIST, add a HOMEPAGE, bump PKGREVISION.snj2-2/+6
Okayed by jmmv.
2004-02-21s/compata/compati/snj1-3/+3
2004-02-21Downgrade jabberd to 1.4.2. Because 1.4.3 version doesn't work withxtraeme9-206/+222
current pth's version from pkgsrc. It was tested by David Ferlier <david@NetBSD-fr dot org> and it works perfectly, reported in PR pkg/24462.
2004-02-20Fix path to loudmouth, now in the chat category.jmmv1-2/+2
2004-02-20loudmouth moved from devel to chat.jmmv1-1/+2
2004-02-20Move loudmouth from devel to chat, as this is a library to write Jabberjmmv5-0/+92
clients. This is version 0.15.1. Ok'ed by xtraeme@ (maintainer).
2004-02-20bl3ify and use pkgsrc intltool.jmmv1-6/+8
2004-02-19Unused.wiz1-24/+0
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-19Convert to buildlink3.wiz2-8/+35
2004-02-18bl3ify.salo3-13/+13
2004-02-16update to ircii 20040216. notable changes include:mrg3-7/+7
o various documentation updates o ircii now requires an ANSI C compiler (such as GCC) to compile o new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding to ignore "quiet" channels. o fixed the --without-emacs-meta-keys option to really be the default o /hush support in ICB o new example script ``multichan'' for maintaining multiple server and channel configurations. o renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well o removed old "SED" useless encryption o add /ON TOPIC support for ICB o builds on solaris out-of-box again
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam13-30/+16
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13Update to naim-0.11.6.6, bl3ify, drop unnecessary readline dependency.snj2-8/+7
ChangeLog is unavailable, but it seems to be mostly small bugfixes. Okayed by jmmv and wiz.
2004-02-13Add and enable xchat-systray-integration-2.4.0.minskim1-1/+2
2004-02-13Import xchat-systray-integration-2.4.0 from pkgsrc-wip.minskim4-0/+38
Plugin for IRC client X-Chat which adds an icon in your systray that flashes when you got highlighted message. Configurable events and actions. Integrates with KDE, GNOME and Xfce4.
2004-02-11err it should be buildlink3.mk, sorry...xtraeme1-1/+1
2004-02-11Install some header files required to build jabberd related modulesxtraeme3-7/+34
to the proper directory, add a missing buildlink3 file. Bump PKGREVISION.
2004-02-10bl3ifyminskim1-5/+5
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-05The long awaited update libtool to 1.5.2.skrll2-5/+2
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Remove kopete - now part of kdenetwork.markd5-668/+1
2004-02-02link against libnsl and libsocket on Solaris.grant1-1/+3
2004-02-02don't pass gcc specific flags.grant2-6/+7
2004-02-02bl3ify and define u_int8_t=uint8_t.grant1-4/+9
fixes build on Solaris and with SunPro.
2004-02-01Update to naim-0.11.6.5. Changes:snj2-6/+6
* All individual protocol drivers have been rewritten as permanent modules. Transient (/modloaded) modules can add new protocol drivers dynamically. * /sync now preserves group names, and saved group names are restored when naim retrieves your permanent buddy list from the TOC server. * New /jumpback command, also available as M-b and F7. Allows the user to do a reverse /jump (to the previous window). Take maintainership. Okayed by wiz.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-29Update to 0.8rc1. I haven't found a decent changelog for this version...jmmv3-6/+7
looking at the sources, I see several fixes, some improvements and a new translation file (ta).
2004-01-2712 vulnerabilities were found in the instant messenger GAIM that allow ↵recht6-3/+332
remote compromise. The 12 identified problems range from simple standard stack overflows, over heap overflows to an integer overflow that can be abused to cause a heap overflow. Due to the nature of instant messaging some of these bugs require man-in-the-middle attacks between client and server. But the underlying protocols are easy to implement and MIM attacks on ordinary TCP sessions is afairly simple task. Please see http://security.e-matters.de/advisories/012004.html for more details. Apply the fix posted in that advisory (originally by the FreeBSD security team) and bump PKGREVISION to 1.
2004-01-24Fix typo that prevented this package from building.kristerw1-2/+2
2004-01-23Update to 0.8beta2. I've been using it for several days and is stable enoughjmmv4-220/+325
for regular use. Changes: o Main Application o Blink the metacontact status icon on the contact list whan changing the status (Olivier) o Hide empty groups (David) o Show the idle time in the tool-tip (Olivier) o Add DCop interface to connect/disconnect an account, or load/unload a plugin. Make possible to select what account to connect with the command line. (Olivier) o URLs in the new message balloon are now clickable links that don't open a chat window. (Will) o Allow to use customs icon for groups and metacontacts (Stephan / Olivier) o Allow the user to move a contact to a new metacontact (Olivier) o Show a link in the passive popup (i whish this could be a kdelibs item) (Olivier) o KAdressBook integration (Will) o New Preference system (Martijn, Matt, Olivier) o ChatWindow is a plugin internaly (Olivier) o New chat window group policy: Group per metacontact and per groups (Jason) o Use KWallet when compiled against KDE 3.2 for secure password storage (Martijn) o Rewrite of the plugin loader to make full use of KTrader (Martijn) o Show the online status icon in the tooltip (Martijn) o MSN o New account edit page, that allow to set phone numbers, and set if we want to block spam from unknown people, and show the reverse contactlist (Olivier) o Display Picture (Olivier) o Download and show custom emoticons (Olivier)
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv3-5/+6
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Update gossip to 0.7.xtraeme3-8/+11
News in 0.7: ============ * Fixes to the chat window (URL matching, clear chat) * New application icon from Dan Taylor * Chat window entry autoexpands instead of using a disclosure widget * Store state of contact list (visibility, position and size) between sessions * Don't show groups with no contacts * Presence setting system greatly improved * Edit groups support added * Made the autoback timeout longer (30 secs) * Better keynav support * A couple of crash fixes * Several smaller bugs fixed * Updated and new translations (ca, cs, da, es, eu, it, ms, nl, no, pt, sr@Latn, sr, sv)
2004-01-22whitespace fixesgrant1-7/+7
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant28-56/+56
2004-01-22use LDFLAGS.SunOS instead of an ${OPSYS} conditional.grant1-7/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc14-28/+29
2004-01-18Fix build problems under SunOS (untested) and Darwin.tron2-3/+21
2004-01-18Use "+=" instead of "=" in assignment to "MAKE_ENV".tron1-2/+2
2004-01-18Add and enable "icbirc" package.tron1-1/+2
2004-01-18Import new "icbirc" package: Proxy IRC client and ICB servertron5-0/+44
2004-01-17Make the package compile when using gcc 3.3.kristerw2-1/+31
This closes PR pkg/23601.
2004-01-14PKGREVISION++salo2-5/+5
Sync with chat/silc-client update.
2004-01-14Updated to version 1.0.1.salo4-11/+9
When you are upgrading from a prior release to SILC Client 1.0.1, there are two issues you have to take special care of: First of all the default theme (as defined in the file default.theme in the source package) has changed. You may need to update your personal theme to reflect those changes. The second change affects the filename used to store the session data when /DETACH'ing. If you have detached from a SILC network with your old client and want to resume the session with SILC Client 1.0.1, you first have to /SET session_filename session After successfully resuming your session, you can revert the setting to its default "session.$chatnet" again. Changes: -------- - /NOTICE and /ACTION command now both take a mandatory target argument and an option -sign flag. Both work in channels and queries, /IGNORE now correctly treats both. default.theme has changed, please update your theme. Closes #1. - /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks. - /SMSG and /MMSG now correctly open new query windows if wished. - New settings session_filename defines the filename used to store session information generated by /DETACH. A setting like session.$chatnet allows you to detach from different networks.
2004-01-14Remove some more (not yet even buildlinked) KDE1 packages,wiz7-186/+1
since KDE1 has been removed. Noted by agc.
2004-01-12Remove info files from PLIST files.seb2-4/+2