summaryrefslogtreecommitdiff
path: root/chat/ircII
AgeCommit message (Collapse)AuthorFilesLines
2015-03-14fix iconv linkagetnn1-3/+3
2014-11-22update ircII to 20141122. main change is to revert the broken resize code.mrg2-6/+6
2014-11-01update to ircii 20141028. mostly, this fixes a resize bug.mrg2-6/+6
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-08SunOS needs -liconv.jperkin1-2/+2
2014-09-02update to ircii 20140831. minor bug fix release: netbsd 5.x builds again,mrg2-7/+6
minor server connection and option parsing bugs fixed.
2014-08-25Fix build under NetBSD (and Linux?).tron1-2/+2
2014-08-25Fix build under Mac OS X and add missing buildlink dependences. Bumptron1-1/+5
package revision because the wrong OpenSSL library might have been used on various platforms before.
2014-08-25update to ircII 20140824.mrg4-33/+19
main changes are significant internal cleanup, dozens of minor bug fixes, and two new major features: connect via HTTP proxy, and connect to SSL IRC servers.
2014-03-12pull over a patch from ircii-current to fix input lines.mrg3-2/+27
2014-01-02update ircii to 20131230. changes include:mrg4-53/+20
o re-add the utf-8 changes now that the scrolling is not slowed o scrolling is much faster now o fix compile time errors in on modern glibc systems o add /nuser command o wserv and ircio move into "libexec" dir.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-05-23Trim COMMENT slightlyabs1-2/+2
2011-12-17Add missing mk/termcap buildlink.sbd1-2/+3
Bump PKGREVISION
2011-11-16Add missing file "share/irc/help/nuser" to package list and bumptron2-3/+4
revision because the binary package changed.
2011-11-15update ircii to 20111115. main changes since 20110228 include:mrg4-17/+17
o fix compile time errors in on modern glibc systems o add /nuser command o wserv and ircio move into "libexec" dir.
2011-04-12update to ircII 20110228. major changes:mrg6-410/+6
- warn the user if the IRCHOST may be wrong - make /save save /ignore'd things - remove K&R C support - remove many old UNIX platforms support - avoid a spurious SIGALRM - avoid printing some 8-bit unprintable chars - add support for modern qnx
2010-12-13Work around an issue where SunOS (10) definition of SIGRTMIN and SIGRTMAXjwise2-1/+24
confuses ircII signal handling autogeneration.
2010-08-12avoid accessing arrays out of bounds. should fix build isses on freebsd8.mrg4-2/+368
2010-03-30Fix installation into a destination directory with "MANZ" definedtron1-3/+3
by passing the correct directory name to "mk/plist/doc-compress".
2010-01-22Added LICENSE information.heinz1-1/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-13/+1
2009-02-18Re-generate patch which wasn't accepted by GNU patch.tron2-9/+8
2009-02-18update to ircII 20081115. this fixes the missing translation tables,mrg1-1/+35
adds chanusers()/onchannel() support for ICB and increases the default lastlog to 440.
2009-02-18update to ircII 20081115. this fixes the missing translation tables,mrg3-19/+9
adds chanusers()/onchannel() support for ICB and increases the default lastlog to 440.
2008-11-17Add an HTTP URL to MASTER_SITES, for firewall convenience.dsainty1-2/+3
2008-11-10Update to 20080314:wiz5-22/+31
Changes since ircII 20060725: o /on channel_signoff works again o try to split ICB messages at word boundaries o disallow many IRC commands on ICB o /ping works on ICB o revert the utf-8 changes for large lastlog performance reasons. there should be a re-implementation coming in the future.
2008-01-04The package supports installation to DESTDIR.heinz1-1/+6
Removed unnecessary write permissions to shut up warnings by checkperms.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-4/+3
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-06-26Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.rillig1-4/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-09-07Added a patch that is needed for Solaris with SunPro.rillig2-1/+17
2006-07-26update to ircII 20060725. changes include:mrg3-10/+7
o remove dead /set use_old_msg variable o lex is no longer required for any part of ircII o fixed /set irchost vs /set irc_encoding problem
2006-07-22update to ircII 20060721. changes include:mrg5-65/+20
o default status line now tells you when you are scrolled up o new variables status_scrolled and status_scrolled_lines o new status format modifiers %P and %s o fixed a bug with the input prompt being overtaken o /set translation has been removed. all encoding support now depends on the existance of iconv(3) support, enhancing the capabilities and correctness of codeset conversion. the translation and iso2022_support variables have been replaced with input_encoding, display_encoding and irc_encoding o /msg -server <servergroup|servername|number> <target> <message> now works to send message on specific servers ie, other than the current window's server o support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
2006-06-14Manage compression of the help files using the doc-compress scriptjlam2-519/+520
and be more precise about which files are handled instead of touching all the files in share/irc/help. Also, use PLIST_SUBST instead of manually replacing @GZ@ in the PLIST.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-01The ircII non-blocking code does not work correctly on Interix, disable it.ben1-1/+5
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-01don't pass -Xc on Solaris if not building with gcc.grant2-1/+16
passing -Xc to sunpro defines __STDC__=1 and the build fails in ircsig.c because <signal.h> only declares sigaction if __STD__=0. fixes build on Solaris w/ sunpro.
2005-06-02Convert to options framework.wiz2-15/+22
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-08-20update to ircii 20040820. changes include:mrg3-20/+6
o /msg . now works for ICB mode as well o /topic now works by default for ICB o fix building on SunOS4 with GCC
2004-04-27Don't forcibly reset the umask when installing; let it propagate from pkgsrc.tv2-7/+16
2004-04-14s,/etc/mk.conf,${MAKECONF}, in a comment.grant1-2/+2
2004-02-21Add a couple of scripts to PLIST, add a HOMEPAGE, bump PKGREVISION.snj2-2/+6
Okayed by jmmv.
2004-02-16update to ircii 20040216. notable changes include:mrg3-7/+7
o various documentation updates o ircii now requires an ANSI C compiler (such as GCC) to compile o new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding to ignore "quiet" channels. o fixed the --without-emacs-meta-keys option to really be the default o /hush support in ICB o new example script ``multichan'' for maintaining multiple server and channel configurations. o renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well o removed old "SED" useless encryption o add /ON TOPIC support for ICB o builds on solaris out-of-box again
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2