Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-29 | *sigh* I hate rcs ids in patch files. | frueauf | 2 | -12/+3 | |
1999-11-29 | sync. | frueauf | 1 | -2/+2 | |
1999-11-29 | Make ircII compile with socks support even if the ncurses package is | frueauf | 4 | -27/+154 | |
installed. The configure script added $LOCALBASE/include to CFLAGS, but that way the local includes get mixed up with ncruses includes. Append $LOCALBASE/include after the local includes to includepath. | |||||
1999-09-23 | document and use DEFAULT_IRC_SERVER | hubertf | 1 | -6/+6 | |
1999-08-28 | mmmm, RCS is fun. fix these patches. | mrg | 3 | -43/+5 | |
1999-08-27 | Regen patch MD5 sum. Fixes PR pkg/8284 by Ezra Story. | tron | 1 | -3/+3 | |
1999-08-24 | add a patch to find "cast.c" automatically, comes from ircII CVS tree. | mrg | 3 | -1/+79 | |
1999-08-24 | Don't complain if "${PREFIX}/share/irc" can't be removed because some | tron | 1 | -2/+2 | |
user created files e.g. "ircII.server" are still in that directory. | |||||
1999-08-24 | again: do not remove non-pkg files (ircII.servers). restoring this file ↵ | mrg | 1 | -2/+1 | |
from backups *again* is no fun. | |||||
1999-08-23 | Remove duplicate entry for "share/irc/script/icb". | tron | 1 | -2/+1 | |
1999-08-23 | Remove "share/irc/ircII.servers" on deinstallation. | tron | 1 | -1/+2 | |
1999-08-23 | update to version 4.4L. this fixes: | mrg | 7 | -91/+23 | |
- channel_name_width==0 - missing ssize_t - freebsd curses fixes - nickname at starttime fixes for linux - /window kill_others fixes - NeXT support and adds these features: - socks5 support - configure --datadir, --srcdir (objdir) support. - find zcat/gzip/etc and use these as we can | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+18 | |
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS | |||||
1999-07-21 | add /brick | mrg | 2 | -1/+52 | |
1999-07-15 | update to 4.4J, which fixes: | mrg | 3 | -10/+8 | |
- CAST128-CBC bugs. this version unfortunately is incompatible with earlier versions due to badly generate keys. - ICB port number defaults correctly to 7326. - new $servertype() so you can tell if you are on an ICB or IRC connection. - /register support for the 'icb' script. also, don't remove `ircII.servers' and `ircII.motd' as these files are created by humans not a package and removing them is really evil (the only time they exist is if they are manually created). lucky for me, i read this closely before running `pkg_delete'. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-05-21 | Use "ln -fs" to create symbolic link in case a file hasn't been removed | tron | 1 | -2/+2 | |
due to a incomplete package list. | |||||
1999-05-21 | Add "man/man1/irc.1". | tron | 1 | -1/+2 | |
1999-05-21 | netbsd._org_, not netbsd._com_. | tv | 1 | -2/+2 | |
(Should this include warped as a ftp site too?) | |||||
1999-05-21 | update to ircII 4.4I. features include ICB support and many bug fixes as usual. | mrg | 7 | -251/+232 | |
1998-08-09 | Let's have a man page for irc(1) as well (the distribution only | kim | 2 | -4/+6 | |
installs ircII(1), which is difficult to find when the binary is not called that). | |||||
1998-08-09 | What ircII calls IRCLIB is really the GNU datadir, i.e. put all the help | kim | 3 | -587/+596 | |
files, scripts and translation tables in share/irc instead of lib/irc. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+6 | |
1998-06-21 | Automanpage handling. | tv | 1 | -3/+1 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-10 | portlint: gzip->${GZIP_CMD}; echo->${ECHO}. | frueauf | 1 | -3/+3 | |
1998-03-05 | Some cleanup: | tv | 3 | -6/+33 | |
- change absolute symlink bin/irc to a relative (in-directory) symlink - change PLIST to include the bin/irc link instead of creating it, so pkg_info -Lq matches what's on disk - change ircII's Makefile.in to use our BSD_INSTALL_* macros, and now strip binaries when installed (if BSD_INSTALL_PROGRAM does) - show a confirmation message about compressing help files, and use xargs instead of individual gzip processes for speed - remove ircII.motd as well as ircII.servers at pkg_delete time | |||||
1998-02-23 | Don't include /etc/mk.conf explicitly. It's not necessary. | agc | 1 | -27/+8 | |
Only gzip the help files if MANZ is set. | |||||
1998-02-20 | Don't include make.conf if it doesn't exist. | hubertf | 1 | -1/+5 | |
1998-02-15 | Compress help files if user set MANZ=1. Closes pr 4775. | frueauf | 1 | -465/+465 | |
1998-02-15 | Set path for zcat and addjust ZSUFFIX. Closes pr 4775. | frueauf | 1 | -0/+16 | |
1998-02-15 | Compress help files if user set MANZ=1. Closes pr 4775. | frueauf | 1 | -2/+30 | |
1998-02-14 | Remove "${PREFIX}/lib/irc/ircII.servers" during deinstallation if | tron | 1 | -1/+2 | |
the admin has created it. | |||||
1997-12-11 | fix checksum, MAN->MAN1, add manpages to PLIST | hubertf | 3 | -6/+6 | |
1997-12-09 | update to ircii 4.4 | mrg | 2 | -10/+10 | |
1997-11-27 | update to match reality... Makefile was 2.9beta2, PLIST was 2.9_roof | explorer | 1 | -16/+29 | |
1997-11-10 | update this to 2.9beta2. also change ftp server to the main ircii site, and ↵ | mrg | 3 | -26/+8 | |
make me the maintainer. | |||||
1997-11-09 | Fix for NetBSD | hubertf | 2 | -4/+21 | |
1997-11-09 | Fix RCS Id | hubertf | 1 | -1/+2 | |
1997-11-09 | IRC Client | hubertf | 7 | -0/+625 | |