summaryrefslogtreecommitdiff
path: root/chat/ircII
AgeCommit message (Collapse)AuthorFilesLines
2002-04-03add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} linemrg2-3/+4
in PLIST. now we only have to update VERS=. (thanks nick.)
2002-04-03update to ircii-20020403. highlights include:mrg3-7/+11
o new /on dcc_list hook, for /dcc list output o /dcc list bug fixed o status clock gets very slow bug fixed o fix /window new server foo.com channel #foo,foo o fix build problem on BSD/OS 4.3 o new --disable-non-blocking to turn off non blocking connects o new /load autoquery, to automatically create a new query window when /msg'ing. apparently like mIRC o /whois works on ICB again o multi-server connections should work much better now, including when loaded from a script o new help file for /window where, missing since forever o server "." refers to the last connected server in this window, eg `/window server .' and `/server .'
2002-03-21upgrade to ircii 20020322.mrg3-7/+7
Changes since ircII 20020321: o fix a severe bug in several window information functions
2002-03-21update to ircII 20020321. from the NEWS file:mrg4-67/+12
o /save -all works properly now o new server server groups can be listed in $IRCSERVER by prefixing :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666 o fix /set status_voice o add /server -group, allowing proper multi-network configuration o fix tabkey for people who join channels o fix many $functions() to work properly in multi-server context, and no longer use the current window o enhance $ignored() o add missing docs for /set tab, decrypt_program, show_stars and iso2022_support o new /on window_list for /window list output hookery o /window create now takes -xterm and -screen flags to force either a xterm or screen window to be created, rather than forcing the choice o /on flood support for ICB
2002-03-10pull in a change from ircii-current:mrg2-1/+57
- add /on flood support for ICB. (ircii) PR#524
2002-03-10update to version 20020310. changes since ircII 20011210:mrg3-13/+11
o fixes for server passwords o fix for linking on solaris o don't send notices that are flooding as if they are public notices o bug fix to keep track of my own nickname o /on foo will now show fuzzy matches again "foo" instead of complaining about ambiguity o /window create should work properly now, no i really mean it this time o random bug fixes o /window create windows now have input buffers that do not interfere with each other o new $filestat() function o /timer is now sub-second aware o raw DCC core dump bug fixes
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-12-19Move definition of "WRKSRC" to the correct position.tron1-4/+2
2001-12-10upgrade to ircii 20011210. this includes:mrg4-106/+12
o new /on raw_send o new /exec -filter option o fixed mIRC colour code handling o enhanced redirection to multiple targets o bug fix for $mid() o bug fix for when resizing to a smaller window o other bug fixes
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-02fix a "resize smaller" core dump; from ircii-current.mrg2-1/+97
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+29
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-20Add a patch from Rafal Boni <rafal@mediaone.net> to fix build onjtb2-1/+17
mips platforms. PR pkg/13192.
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-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ 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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-11Make this package build on Solaris.tron1-1/+5
2000-12-31update to 20001231. changes include:mrg8-128/+9
- new -t/-T (already in pkgsrc version) - cygwin termcap support - severel new core dumps fixed - support for ICB groups called, eg, "/quit" - better mIRC colour support
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz12-0/+849
Move some packages from 'net' here.