summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2001-07-27Add and enable ymessenger.jlam1-1/+2
2001-07-27ymessenger - Yahoo! instant messaging clientjlam4-0/+47
Instant messaging allows you to quickly exchange messages with your online friends. Unlike email, instant messages appear as soon as they're sent.
2001-07-27Wildcard dependency on bzip2.wiz1-2/+2
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+29
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-3/+3
on Solaris' xargs.
2001-07-07update to ircII 20010612. mostly a bug fix release, though with thesemrg4-24/+20
new features: - japanese support - ignored(), notify(), screens() & windows() functions - listidle script
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-26o converted to use buildlink.mk for x11/tkzuntum1-5/+5
o removed NO_CONFIGURE as it has no effect
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+3
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Add a patch from Rafal Boni <rafal@mediaone.net> to fix build onjtb2-1/+17
mips platforms. PR pkg/13192.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compilejlam1-11/+18
with SSL support and deal with fact that bzip2 programs must be installed at run-time. Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam7-15/+12
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-09Sort.wiz1-2/+2
2001-06-07Change maintainer's mail address, requested on IRChubertf1-2/+2
2001-06-05Add USE_LIBINTL; locale dirs under NetBSD are now under share/locale.wiz2-21/+10
Fix PLIST: Remove unnecessary dirrms and whitespace.
2001-05-22Updated gaim to 0.11.0-pre11perry3-13/+14
GAIM: The Pimpin' Penguin IM Clone thats good for the soul! version 0.11.0-pre11 (04/30/2001): * Zephyr updates and additions, thanks Neil Sanchala (nsanch) * Jabber can send/accept chat invites (due to mid) * MSN has the option to notify you of new hotmail messages * Fixed a problem with ADD requests in MSN * Fixed a small memory leak with MSN * Moved MSN's spammy debug output into debug_printf's * Zephyr updates and additions, thanks Neil Sanchala (nsanch) * Jabber can send/accept chat invites (due to mid) * Can rename groups/buddies in the Edit Buddies pane (thanks Neil Sanchala) * Some perl updates (thanks to Sean Egan) * IRC got the following slash commands: op, deop, voice, devoice, mode, raw, quote, and kick (thanks to Sean Egan) * MSN Properly handles URL decoding of 'friendly' names * Redesigned Preferences pages (design by DennisR) * Can select where tabs are for tabbed IM/Chat windows * Option to queue away messages while away * Jabber got good updates (from faceprint) * Oh yes, and Oscar works, yet again. (gee... that's what, 4 releases that have "fixed" it now?) version 0.11.0-pre10 (04/13/2001): * Many, many bug fixes * Can choose to not send away auto-response (thanks phzzzt) * Uh... Oscar works? For now? * IRC Plugin can do whois (right click and info) * IRC Plugin got away message support * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison) * Sound on buddy pounce (Thanks Andrew Echols) * Can view all group chats in one tabbed window (same keybindings as for tabbed normal conversations) * More Protocol plugins: Zephyr (plugins/zephyr) (DON'T USE THIS unless you know what it is and why you'd want to use it) version 0.11.0-pre9 (03/26/2001): * Can register Jabber accounts (load the Jabber plugin and click Register on the login window) * GtkIMHtml handles themes (no background pixmaps though) (thanks decklin, mishan) * URLS Linkify properly in Buddy chats * Jabber compiles better on Solaris? * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of libfaim) version 0.11.0-pre8 (03/23/2001): * Fixed a problem with MSN not detecting signoffs and buddy updates. * Implemented away options in MSN * Alt-[1-9] to go to [1-9]th pane in tabbed convo window * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes * Can use Alt to access menu, and Ctl-char for certain actions (thanks baldnik) * Oscar blocking works (?) * MSN can see status of other users version 0.11.0-pre7 (03/16/2001): * Can build RPMs as non-root * New yahoo library (can use HTTP proxy) * Command-line arg to specify config file (thanks Jason Boerner) * Can view all conversations in one tabbed window (Control-[ and Control-] move left and right respectively; Control-Tab moves to the next unread, or the next tab if there are no unread tabs) * Tooltips on links work again * Can log system notices: signons/signoffs, awayness and idleness (thanks Andrew Echols) * MSN fixes * Applet fixes version 0.11.0-pre6 (03/06/2001): * Fixed bug with NAS support * Napster plugin is included again (Thanks for pointing out that it was missing, (Yan V. Bulgak) * Oscar can: search by email, request confirmation, change password * TOC fixes * ICQ fixes * Faster HTML parsing/rendering version 0.11.0-pre5 (02/26/2001): * Minor GUI changes * ICQ Alias problem fixed * Negative times fixed * Cannot create blank away messages/messages with blank titles * Can right-click Edit Buddies list to alias/add pounce/etc. * Ability to independently set accounts as away * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.) * Fixed hanging trees * Can close windows by hitting 'Esc' (optional) * Better HTML Widget * Can toggle timestamps by hitting F2 (optional) * Rewritten file transfer for TOC * Jabber got chat * Log Viewer (courtesy BMiller) * Can save conversation history * Napster can kinda sorta download files sometimes :) * You can activate IDs in Yahoo * ICQ upgraded to use icqlib 1.1.5
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-11regen (no patch-aa here)wiz1-2/+1
2001-05-05Mechanical changes of tk DEPENDS:jlam2-4/+4
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-27add & enable tirczuntum1-1/+2
2001-04-27Initial import of tirc-1.2zuntum4-0/+41
tirc is another IRC client. It has support for vi-like editor line and general usage, nickname completion, ANSI-colors, flood protection and many more. Fixes pkg/12527 by majkel@cvd.pl
2001-04-22Use MASTER_SITE_LOCAL, because original MASTER_SITE doesn't resolvezuntum1-3/+2
2001-04-22Update epic4 to 1.0.1:zuntum3-16/+20
o no changelog supplied, but diff makes me believe the changes are minor bugfixes and addition of function destroy_waiting_channels(), whatever it's used for o rework PATCH_SITES and MASTER_SITES o use the same IPv6 patch, but renamed for new version
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc23-63/+107
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc55-141/+103
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Add a CONFLICTS entry for blackened.wennmach1-1/+3
Detected by pkgconflict.
2001-04-03Update epic4 to 1.0zuntum3-10/+10
Changelog not available again.
2001-03-31Use recent IPv6 patchzuntum2-5/+5
2001-03-29Fix order of EXTRACT_SUFX and DISTFILES.wennmach1-2/+2
2001-03-28Remove redundant CC from MAKE_ENV and fix quotingzuntum1-3/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf2-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Update epic4 to 0.10.1 and use .tar.bz2 distfile instead of .tar.gz one.zuntum3-8/+9
Changelog for new version not available in usual place -- http://www.epicsol.org/CHANGELOG says that 0.9.18 is most recent version.
2001-03-23Update epic4 to 0.9.17.zuntum3-18/+22
Changelog: 0.9.17 Add $ssl() built in function for lateral compatability with epic-ssl 0.9.17 Whack over my_next_expr(). 0.9.17 Add "next_expr_with_type" for use with 'break_args' 0.9.17 Add 'break_args', experimental command-argument tokenizer. 0.9.17 Add /for <var> in (<list>) {<commands>} command 0.9.17 Add /for <var> from <min> to <max> {<commands>} command 0.9.17 Doodle around a bit with /fe, just for yucks. 0.9.17 Change 'autoop', 'fe', 'files', 'ip-to-int', 'ircprimer', 'repeat', 0.9.17 'scandir', 'tc' scripts to use two new /for formats. 0.9.17 Add support for 477 numeric (can't join channel) from dalnet. (adm) 0.9.17 Add /xecho -v (output to a visible window) 0.9.17 Fix /reconnect to supply default quit message ("Reconnecting") 0.9.17 Add $cos(), $sin(), $tan() functions, to do math things 0.9.17 Fix bug in $serverlist() which caused it to always return server list. 0.9.17 Fix history stuff so it doesn't insert duplicate entries (robohak) 0.9.17 Add 'skip_spaces' function, which skips leading spaces in a string. 0.9.17 Change logfile header to output local time and not UTC time. 0.9.17 Fix /window server to clear reconnect counts, thwart throttling. 0.9.17 Change "server_list[%d].itsname is null and it shouldn't be" error msg 0.9.17 Change it to "I don't have %d's real name yet -- using the hostname..." 0.9.17 Fix /server N to not reconnect to N if it's already connected. 0.9.17 Add /ison -d and /ison -f (debug, and flush) for debugging purposes. 0.9.17 Release epic4-0.9.17 -- Release candidate #8
2001-03-18install manpage.itojun2-2/+4
2001-03-16Change my email address to zuntum@netbsd.orgzuntum2-4/+4
2001-03-10add and enable blackenedwiz1-1/+2
2001-03-10blackened-1.7.1 -- the Blackened IRC client.wiz6-0/+144
Package provided by David Pickworth in pkg/10212, fixed by me.
2001-03-09remove extra }dmcmahill1-2/+2
2001-03-06add and enable bncwiz1-1/+2
2001-03-06Initial import of bnc, a simple IRC relay proxy.wiz6-0/+86
Based on the package submitted by Tomasz Luchowski in pkg/11850.
2001-03-05Move line for pkglint.wiz1-2/+3
2001-02-28We want RCS Ids in the patches.wiz1-0/+1
This is one of the things pkglint checks, so _please_ use it.
2001-02-26Depend on "libiconv" package for full Unicode support.tron1-1/+6
2001-02-26Move gnomeicu from net to chat.wiz5-1/+159
2001-02-24First round of cleaning up INSTALL usage:hubertf1-2/+2
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-23MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRChubertf3-6/+6
2001-02-23MKDIR -> INSTALL_DATA_DIRhubertf1-2/+2
2001-02-23BUILD_DEPENDS, not BUILDS_DEPENDS.wiz1-2/+2
2001-02-18remove extra homepage url, we add that via HOMEPAGEhubertf1-2/+0