summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Update to 1.1.4; patch provided by maintainer in PR pkg/29542:jmmv2-6/+6
* Fixed a bug where Yahoo! would lose messages (and any other packet really). * Correctly show the time when incoming Gadu-Gadu messages were sent (Carl-Daniel Hailfinger). * Fixed crashes with glib 2.6. * Fixed MSN crash when conversations time out after the conversation window was closed. * Fixed an html parsing bug, CAN-2005-0208.
2005-02-25Added bsflite package. It was packaged by leitec of leitec.orgreed1-1/+2
and is from pkgsrc-wip. bsflite is a lightweight AIM client for the command line.
2005-02-25Initial import of bsflite-0.72.reed4-0/+34
From the BSFlite homepage: BSFlite is a rather small and "minimalistic" client for AOL(R)'s Instant Messenger(TM) service. Instead of having a full screen console interface, BSFlite employs a command shell interface that allows your fingers to do all of the work without needlessly sifting through windows. This is from leitec of leitec.org via pkgsrc-wip.
2005-02-23Fix build with gnutls-1.2.0, and depend on it.wiz3-2/+27
Bump PKGREVISION because of dependency change.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc91-91/+217
2005-02-22Might as well be MAINTAINER for i2cb{,d}. Thanks for making these, hubert!jwise2-4/+4
2005-02-22Add and enable gtmess.minskim1-1/+2
2005-02-22Import gtmess-0.9. Packaged by Jung-Min Seo, aka luapz, and slightlyminskim4-0/+53
modified by me. Gtmess is a console-based MSN Messenger client with the following features. * supports MSNP9 protocol version * portable to many unix (POSIX) systems * console interface (using curses) * full unicode (UTF-8) support for input and output * multiple threads (using pthreads) * SSL support (using OpenSSL) * notification window (external Tcl/Tk script) * spoof typing user * HTTP gateway
2005-02-21Sign over maintainership to tech-pkg@hubertf7-14/+14
2005-02-21Changes 1.1.3:adam3-13/+12
Luke: Yet another bug fix release, many thanks to everyone who has helped to make gaim more stable! Stu: I fixed too many Yahoo HTTP proxy bugs, I should just go and write some core HTTP support that works better. A good all round bug fix release otherwise.
2005-02-15Fixed a quoting error ($ => $$) in a sed expression. Bumped PKGREVISION.rillig1-2/+3
Approved by xtraeme.
2005-02-14Fix quoting.uebayasi1-3/+3
2005-02-13Apply fixes from pkg/29230 by Georg Schwarz <georg.schwarz@freenet.de>zuntum1-1/+3
fixing the following issues: - chat/eggdrop builds without zlib support on systems without native zlib support. - chat/eggdrop compiles without modules on platforms where it does not explicitly know to support them, missing a few items for PLIST
2005-02-05NetBSD 1.6.2/sparc64 needs GCC 3.0 or better, the 2.95.x compilerhubertf1-1/+5
shipped with 1.6.2 dies with an internal compiler error. Fixes PR pkg/29185.
2005-02-02add/enable gaim-encryptionjschauma1-1/+2
2005-02-02Initial import of chat/gaim-encryption from pkgsrc-wip, provided byjschauma4-0/+57
geeohgeegeeoh: Gaim-encryption is a module for GAIM which adds NSS/NSPR based SSL encryption. It is compatible with certain other IM crypto systems.
2005-02-02Add a buildlink that can be used by gaim plugins.jschauma1-0/+20
2005-01-27It was nice knowing you, naim. Drop maintainership.snj1-2/+2
2005-01-22Renamed tls to tcl-tls.peter1-2/+2
2005-01-22Include security/tls as dependency.peter1-1/+3
Bump PKGREVISION. Should fix PR pkg/29024 from Julio M. Merino Vidal.
2005-01-21Changes 1.1.2:adam3-9/+9
Luke: Another Bug fix release. This one featuring a fix to the HTTP Method for MSN users and other MSN fixes. A big thanks to Stu and Felipe Contreras for those. Stu also spent a long time in valgrind and so this brings you a Gaim release with fewer memory leaks. This release is on time primarily because I want to see the MSN fixes make it into Debian and Fedora before freezes. Expect further bug fix only releases to come at longer intervals, at Mark's request. Daniel: This is my first NEWS! (YaY) I didn't really do too much for this release. There are a few bugfixes, mostly wingaim stuff. Oh, and I like the new XP System Tray icons. Sean: I'm down here today. I haven't really been paying too much attention to these boring bugfix releases, but I'd like to thank David and welcome him to the team. I'd also like to thank Steven and Nathan from Silverorange who redid the webpage. Tim: Another bug fix release. I didn't really fix any bugs, so I didn't exactly do much for this one. The autopackage will now work with mozilla-nss, if anyone has that, and not gnutls11. (It works with either gnutls11 or mozilla-nss, but not gnutls10) I started working on Gaim-vv again though, and I merged someone's custom msn smiley patch into the 2.0.0 tree, so expect good things whenever that's released (no, don't try it now, you won't like it). Oh and welcome to the team Daniel. Of course, he was already on my Gaim-vv team. Stu: Welcome Daniel! you've done some good stuff already. Felipe did some good work on MSN yet again, so you can all use the HTTP method now. I didn't do all that much, other than let valgrind tell me what to fix, and a couple of easy bug fixes from the bug tracker. Hopefully Ethan will get well soon, so he can get back to merging patches and fixing things. Nathan: I think I made some Jabber fixes, at least one of which is ChangeLog'd. I will continue to make empty promises about new features, especially for 2.0.0. Until then, welcome Daniel!
2005-01-20Update to 2.0s6.xtraeme6-63/+44
Changes: * Fix base64 encoding length in authreg_pipe.c Stephen Marquard, Diagnosed by Jerome Vandenabeele * Fixes segfault on s2s startup on some platforms when ssl is enabled (local pemfile defined in s2s.xml), Stephen Marquard * mod_offline handling of jabber:x:event client requests (JEP-0022) can lead to a loop repeatedly adding duplicates to the offline queue under certain race conditions. Correctly detect jabber:x:event notifications and do not respond to them as requests, Stephen Marquard * Check for invalid jids in directed presence packets, Stephen Marquard, Based on bug report by Christopher Zorn * Fixes minor memory leaks in authreg_ldap, Ilja Booij * Fixes error in storage filter code using bdb storage causing sm crash, Stephen Marquard * Changes incorrectly indexed primary keys to non-unique indexes, adds other indexes for efficiency, and changes type of xml field to increase max allowed length, Stephen Marquard * Include sys/types.h if available in util.h inter alia for FreeeBSD, Stephen Marquard * Minor code cleanups for compilation on HP-UX, Christof Meerwald * Fix configure.in for correct handling of resolv.h, Magnus Henoch * Include resquery checks from MAIN cvs branch in 2.0, Christof Meerwald * Allows jabberd to start new components and place itself in the background, Richard Bullington-McGuire (original ver), Additional components defined in jabberd.cfg get started as long as they are in the same directory as the jabberd script (useful for mu-conference installed through jcr) The script can daemonize itself with the "-b" switch after starting the various programs it watches over, unless the debug option is set. * Paranoia, ensure than srv->name is nul terminated., Jedi/Sector One And more, please see the Changelog file.
2005-01-19- Update to 5.0.44adrianp2-8/+9
2004/12/13 .44 Fixed a careless error in the va_copy workaround. 2004/12/02 .43 Added workaround for va_copy with obsolete compilers. Reported by <us44ever (at) hotmail.com> 2004/12/02 Added support for SGlines on Unreal. Reported by Dionisios K. <vonitsa_net (at) yahoo.gr> 2004/12/02 Fixed "unknown message" on Unreal SWHOIS. Reported by Anton Wolkov <phan70m (at) gmail.com> 2004/11/22 Fixed URLs in the documentation to point to the new website. 2004/11/22 .42 The mail/smtp module now allows multiple RelayHost configuration directives for backup relay servers. Suggested by Torbjorn Svennson <azoff (at) se.linux.org> 2004/11/22 Fixed extraneous "Unknown message" log messages on Unreal. Reported by Ali Sor <alisor (at) softhome.net> 2004/10/29 Clarified "please change your nick" message text. Suggested by Dylan v.d Merwe <dylanvdm (at) icon.co.za> 2004/10/25 Fixed crash when using the Japanese language file with the OperServ SLINE COUNT command. 2004/10/19 Fixed bug allowing StatServ and global noticer nicknames to be registered/linked. Reported by M. van Cuijk <mark (at) phedny.net> 2004/10/14 Fixed various bugs and warnings when compiling on x86-64. Reported by <liverbugg (at) rinux.org> 2004/10/14 Added workaround for GNU coreutils (>=5.2) brokenness. 2004/10/13 SET MLOCK no longer allows locking +K without +i on Unreal. Reported by <help (at) thaiirc.in.th> 2004/10/13 Fixed cosmetic bug in MemoServ IGNORE. Reported by <saman (at) ttnet.net.tr> 2004/10/11 Fixed disconnect on incoming data flood. Reported by <ballsy (at) mystical.net> 2004/10/03 Updated the README file for the current manual structure.
2005-01-19- Update to 0.5.5adrianp2-19/+15
- Simplify installation - Correct usage of USE_INET6 so non-ipv6 systems still work - From the CHANGELOG: - Various bugfixes including: Firefox CSS, paste - Proper UTF-8 support (uses Encode) - Now looks for configuration files in /etc as well - Multiple ipaccess files
2005-01-18Add amsn.peter1-1/+2
2005-01-18Initial import of amsn-0.94 into the NetBSD Packages Collection.peter4-0/+812
Alvaro's Messenger, or Another MSN messenger clone is a modified and multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh). It's a clone of the original MSN Messenger, having the same look and feel. Some of it features are: * Sound for Events * Look and Feel similar to original MSN Messenger * Multilanguage (Around 40 languages currently supported) * Running multiple instances of AMSN at once for multiple logins * File Transfers * Group Support * Normal and Animated Emoticons with sounds * Chat History
2005-01-17Fix a C99ism to make this package build with gcc 2.95.kristerw9-1/+283
2005-01-17Remove everybuddy and everybuddy-gnome. This program has been obsoleted byjmmv11-140/+1
two different forks (ayttm and eb-lite). Packaging any of these two could result on completely different packages than the current ones (mainly because one uses GNOME2 and the other Qt, and is modular). Furthermore, IM software tends to get useless as protocols change, so I doubt these old versions are of any use today. Not to say that they appear broken on some bulk builds. No objections in tech-pkg@.
2005-01-14Changes 2.2.4:adam5-15/+17
* Two new plug-ins: auto-away, ignore * Improved chat window * Clickable URLs
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam1-2/+2
It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
2005-01-10Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will setadrianp1-2/+2
inet6. Move to calling all such flags 'inet6'.
2005-01-08Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2005-01-04Update to 1.1.1:jmmv3-6/+9
* Allow SILC authentication via public key if your key is password protected (Michele Baldessari) * More MSN bug fixes (Felipe Contreras) * Drag-and-drop to conversation window file transfers work again * Disable the delete button on pounces that aren't saved yet anyway (Kevin Stange)
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-1/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz5-84/+1
2005-01-03Update homepage and master site URLs.tron1-3/+3
2005-01-01Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-30Make this package build on NetBSD-current by casting arguments to ctypeagc4-2/+40
macros where necessary. Bump package revision.
2004-12-30Make this package build on NetBSD-current by casting args (where necessary)agc6-5/+56
to ctype macros. Bump package revision.
2004-12-29Use VARBASE.minskim1-4/+4
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-12-28Update to 0.8:jmmv3-8/+16
* Fixed #151737 (Martyn) * Group chats now support tabbed windows (Geert-Jan) * If only one window exists, open new chats in that window (Martyn) * Fixed window title (Micke) * Fixed issue when Gossip sent replies to error messages (Micke) * New translations (nb, tr, bg) * Updated translations (cs, pt_BR, fr, de, ca, da, nl, no, en_CA, zh_TW, en_GB, lt, eu, sv)
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed9-16/+18
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Add an option for the configure script to enable/disable IPv6 supportxtraeme3-2/+58
(by default disabled in configure, but enabled via bsd.options.mk), you can enable/disable it via "PKG_OPTIONS.bitlbee=-inet6", this closes PR pkg/27691 by Georg Schwarz. Bump PKGREVISION.
2004-12-20Update centericq to 4.13.0. Changes:hubertf2-5/+5
Centericq now builds fine with gcc 3.4. A new command-line parameter, --debug, was added. This way, there is no need anymore to re-build the program in order to enable debug output. However, when using this mode, make sure you understand what it says in the log window and in ~/.centericq/debug. There are two passwords for an IRC account now. One is for Nickserv and the other one is for regular IRC authentification, which wasn't supported before. Online and free-for-chat mode have the same priority now. So your [f] contacts won't stay all the time in the top of the list anymore. Unicode characters in rtf-encoded icq messages aren't lost anymore. Instead, they are recoded into the primary charset. So now, for example, Cyrillic sent with gnomeicu, won't disappear. Segfault when accepting Yahoo! file transfers was fixed. For online users, centericq now shown the time during which it sees those contacts online. Check out the first page of user info for an online contact. Among the other stuff that didn't let me release .13 earlier was my moving to Germany. Now I am in Berlin on permanent basis, so if you're at the CCC congress that is to take place in a week, Konst can be met there :) Patch supplied by Luciano Rodrigues Furtado <lrfurtado@yahoo.com.br> in private mail.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant5-5/+10
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-14Define variables in MAKE_ENV when calling GMAKE directly.minskim1-2/+2
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.