summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-16add fugulukem1-1/+2
2001-02-16fugu - graphical gale clientlukem4-0/+86
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-20/+22
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz23-23/+22
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz15-15/+16
2001-02-12do not reference freed memory region. found by mallof.conf=AJitojun2-1/+42
2001-02-08fix gale user commentlukem1-2/+2
2001-02-08Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967wiz6-1021/+1023
by Jared D. McNeill who provided the update.
2001-02-08Update epic4 to 0.9.16:hubertf3-12/+22
* Try to add some stuff that helps epic cope with server disconnections better. * Add /on error, hooks on an irc protocol ERROR message. * Fix window.c:get_boolean(), passing unitialized 'newval' integer. * Fix path_search() to not blithely assume path != NULL (whitedragon) * New version of the 'hybrid6' script, from is. * Axe the broken "input_timeout" feature that hasn't worked in 6 years. * Add, but #ifdef'd out, a delayed-free mechanism -- strictly experimental. * Add the /defer command, to perform dangerous operations when it's safe. * Many changes from robohak to fix /on channel_* bogons I introduced. ;-) * Lice should now work again with 0.9.16. Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-08add and enable galewiz1-1/+2
2001-02-07don't include <term.h> (from ncurses) even if we find it, because itlukem2-0/+17
conflicts with <curses.h> (from usr/src). once again noticed by perry, who has more wacky packages installed than me ;-)
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-06kludge around gale's broken mechanism for finding w3c-libwww's header files.lukem1-2/+2
problem noticed by perry because he has that package installed whereas I don't.
2001-02-06slightly more correct urllukem1-1/+1
2001-02-06gale - a secure instant messaging systemlukem2-0/+125
2001-02-06gale - a secure instant messaging systemlukem1-0/+5
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+5
2001-02-05gale - a secure instant messaging systemlukem5-0/+74
2001-02-05make sure that -lutil appears at the correct location on the link linedmcmahill4-17/+561
(specifically _after_ -lpython2.0). Fixes recently noted compile problems on alpha.
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-02add irchat.jun1-1/+2
2001-02-02Initial import of "irchat":jun5-0/+40
Emacs lisp interface to Internet Relay Chat
2001-02-01Update depends on p5-Socket6 to >=0.07.wiz1-2/+2
2001-01-31Update "micq" package to version 0.4.6.1 and integrate security fixes fromtron8-20/+122
FreeBSD ports collection.
2001-01-11Make this package build on Solaris.tron1-1/+5