summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2004-05-27Give up maintainership, because eitherlukem2-4/+4
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
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-05-24Change JABBERD_PIDDIR to /var/run instead of /var/run/jabberd,xtraeme1-2/+2
because with the previous way, /etc/rc.d/mouncritlocal removes all the files/dirs in /var/run every time the machine is rebooted... from David Brownlee in private email.
2004-05-17Add and enable bitchbot.minskim1-1/+2
2004-05-17Import bitchbot from pkgsrc-wip. Packaged by Adrian Portelli.minskim6-0/+103
Bitchbot is a GPL'ed perl-based IRC bot coded mainly for #gloom on irc.edgeirc.net. The bot has a wide variety of useful and useless features, to name a few: * factoids (bits of information about things) * Game server query support for all popular FPS titles (using qstat, www.qstat.org) * Message system for leaving short notes for people who are offline. * Configurable access list to allow users to manipulate certain features. * Channel operator commands (limited use; bitchbot wasn't designed to be a chanbot) * Last seen nickname to find out when a user was last on the channel. * Vote and poll on user defined topics. * Channel statistics (if your server can handle the horrible memory leaks) * Support for the cyborgizer and techifier toys from www.brunching.com. * A ton of other stuff you'll find from looking at the command reference.
2004-05-16Do not share DISTINFO_FILE and PATCHDIR with licq-gui-console. Theminskim2-4/+5
patch in licq-gui-console/patches fails because this package has different WRKSRC.
2004-05-09Make mysql and expat-using modules find their shlibs.wiz4-13/+15
Convert to bl3.
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2004-05-07Fix problem with statvfs.h on -current. Tested and found working onhubertf3-7/+29
2.0_BETA (which doesn't have statvfs.h) and on -current (which has it). Bump pkgrevision.
2004-05-07Add RCS tagscjep1-0/+1
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme10-20/+20
all these packages.
2004-05-06Apply a patch (coming from CVS) to fix pasting of text in gaim when it wasjmmv3-4/+33
copied from Mozilla. From Matthew Luckie (maintainer). Bump revision to 1.
2004-05-05Switch to buildlink2, java bl3 packages are not ready (yet), so pleasextraeme1-2/+2
don't change them.
2004-05-03buildlink2 -> buildlink3 in a comment.wiz1-2/+2
2004-05-03Convert to buildlink3. patch-a[cd] provided by wiz@.snj6-14/+41
2004-05-03Convert to buildlink3.snj1-4/+4
2004-05-02Convert to buildlink3.snj1-4/+4
2004-05-01Remove duplicated kmess entry.kristerw1-2/+1
2004-04-30- Bl3ify.minskim1-6/+9
- Use C++ compiler. - Override libtool.
2004-04-30- Use C++ compiler.minskim1-1/+3
- Override libtool.
2004-04-29Post-configure pure hack implemented, otherwise Makefile tries to rebuild itselfadam1-1/+5
2004-04-29Update to 0.7.5:jmmv3-6/+9
* SSL support when registering (Ross Burton) * Registering support for Jabberd 2 (Sjoerd Simons) * Fixed the nick highlighting code (Micke) * Re-enabled private chat through group chat (Micke) * Fixed group chat nick completion code (Micke) * Fixed crasher bug in logging code (Richard) * New translations (pt_BR, en_GB, lt) * Updated translations (cs, nl, da, ca, hr, zh_CN, no, es, cy)
2004-04-28Added kadu-0.3.8adam1-1/+3
2004-04-28Chat client for Gadu-Gadu network (Poland), featuring:adam8-0/+552
* support for Gadu-Gadu protocol v6 * encrypted transmission using OpenSSL * sending SMS to Polish GSM networks * file transfer (DCC) * conference * animated emoticons * more...
2004-04-28Replace the type argument of va_arg() with what it is promoted to.minskim2-4/+4
Otherwise it causes a warning on NetBSD, but an error on Linux.
2004-04-27Convert to buildlink3.snj7-15/+15
2004-04-27Don't forcibly reset the umask when installing; let it propagate from pkgsrc.tv2-7/+16
2004-04-27Installation of the RCD_SCRIPTS rc.d script is done automaticreed1-2/+1
here. So don't install it twice. (Anyways, ${PREFIX}/etc/rc.d is not the correct location; the RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)
2004-04-26Convert to buildlink3.snj4-20/+20
2004-04-26CATEGORIES is spelled with a C.snj1-2/+2
2004-04-26Convert to buildlink3.snj1-6/+6
2004-04-26Convert to buildlink3.snj3-8/+8
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-10/+10
2004-04-25Convert to buildlink3.snj1-8/+8
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme3-7/+7
2004-04-25Unused.wiz1-20/+0
2004-04-25Convert to bl3.wiz3-8/+28
2004-04-25Unused.wiz1-33/+0
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam2-4/+4
2004-04-24Update to 0.77, based on patch from Matthew Luckie (maintainer):jmmv8-9/+162
New Features: * The System Log returns (Ka-Hing Cheung) * Added a conversation-drag-ended signal (Etan Reisner) * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras) * Added the -c option to specify location of the .gaim directory, removed the outdated -f option that no longer had any effect (Daniel Atallah) * Novell GroupWise protocol support added (Novell) * WYSIWYG improvements (Tim Ringenbach) * WYSIWYG editing for user info (Jon Oberheide) * Rich-text copy and paste * Plugins can now add menu items to the buddy context menu (Christopher O'Brien) * Plugins can now add preferences (Gary Kramlich) * The TOC protocol is no longer built by default. The plugin is not being properly tested and is no longer officially supported. * Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. * Zephyr error reporting works (Arun A. Tharuvai) * Zephyr deals with non-utf8 characters (Arun A. Tharuvai) Bug Fixes: * Formatting in the Log viewer is fixed (Kevin Stange) * Save Conversation works again (Kevin Stange) * The Clear button in privacy works (Robert Mibus) * MSN error reporting works again (Stu Tomlinson) * MSN e-mail notifications should no longer cause Gaim to crash (Felipe Contreras) * Fixed an infinite loop bug that would sometimes cause MSN to lock up (Nickolai Zeldovich) * All away messages should now show up in tooltips * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed7-19/+7
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-21Added PKGCONFIG_OVERRIDEadam1-1/+2
2004-04-17Convert to buildlink3 and sort PLIST.snj2-6/+6
2004-04-17Convert to buildlink3.snj1-3/+3
2004-04-15Compiles fine with our curses, but running fails; noted by snj.wiz1-3/+7
2004-04-15Compiles with native curses on 1.6ZL and newer; use INCOMPAT_CURSESwiz1-2/+4
instead of USE_NCURSES.
2004-04-15Remove completely superfluous USE_NCURSES line that snuck back inwiz1-2/+1
during an update (v1.26).
2004-04-14Fix buffer overflow in Socks 5 code, bump package revision.tron3-3/+26