pkgsrc/chat
wiz dcb390b0fb Update to 0.11.5.3.
Summary of changes from 0.11.4.13 to 0.11.5 [2002-12-10]
============================================
[pkg fea] New Spanish README.es.
[UI  fea] AUTOCRYPT, naim will automatically encrypt messages sent to other naim users.
[UI  fea] /save will now store [practically] *all* configuration settings.
[UI  fea] Newer, more transparent client to client protocol.
[UI  fea] Ability to control what types of events cause a window to become yellow, via the $chatter variable:
	# Private messages: +1
	# You kicked, oped, or deoped in a chat: +2
	# Anyone else kicked or deoped in a chat: +4
	# Public messages to a chat: +8
	# Topic changes, or anyone oped in a chat: +16
	# Anyone joining, parting, changing nicknames, or quitting altogether: +32
[UI  fea] The nsocket module has been expanded to better illustrate naim's powerful module interface.

Summary of changes from 0.11.5 to 0.11.5.1 [2002-12-21]
============================================
[UI  fea] Links now appear somewhat cleaner, and redundant links, such as ``<a href="http://something/">http://something/</a>'' do not appear as links (to de-WinAIM messages).
[pkg bug] Many autoconf-related cleanups.
[Lil fea] Minor Lily enhancements to address grossly cross-posted messages.

Summary of changes from 0.11.5.1 to 0.11.5.2-2003-01-01-2004
============================================
[UI  FEA] Time zone information is exchanged during autopeer negotiation.
[UI  fea] Small fixes in the original HTML parser, new HTML parser included (but not yet used).
[UI  fea] The time stamps prepended to messages are now based on the format specified in $timeformat, rather than a hardcoded "[%H:%M:%S]&nbsp;".
[pkg bug] The new user course has been temporarily removed until it can be completed.
[UI  FEA] The window list window now uses ASCII line drawing symbols to promote state.
[UI  fea] Primitive menuing added in (accessed with Escape). Incomplete.
[UI  bug] Apparently /alias actually works; added autohelp message for it.
[UI  fea] Buddy Tab completion will match real names as well as screen names (so "/j<Tab>dani<Tab>" will expand to "/jump RPIDan ", since my real name is set to "Daniel Reed").
[UI  BUG] High ASCII input will no longer cause the input handler to reset itself; it is simply ignored now.
[UI  bug] Home and End will work to switch buddy windows even inside the status window (F1).
[UI  fea] If you are in paste mode, the status bar will identify that fact, and tell you how to get out of it.

Summary of changes from 0.11.5.2-2003-01-01-2004 to 0.11.5.2-2003-01-03-0149
============================================
[UI  bug] /set completion fixed.
[UI  bug] KEY_RESIZE handler corrected.

Summary of changes from 0.11.5.2-2003-01-03-0149 to 0.11.5.2-2003-01-04-2111
============================================
[AIM FEA] Profiles that are too long to meet the server's size limits will be truncated to fit, and a warning will be sent to the user.
[UI  bug] Small bugs fixed in the /quit cleanup code (so /disconnect works again).
[UI  fea] Tab complete now fills in connection windows if no commands match. /set completion makes Even More Sense(TM) now.

Summary of changes from 0.11.5.2-2003-01-04-2111 to 0.11.5.2-2003-01-06-1445
============================================
[UI  fea] When naim joins a chat, people already in the chat will be displayed in one message (rather than one message per person).
[Lil bug] Fixed a seg fault if you weren't in any chats on startup.
[UI  bug] Screen names exactly as wide as the window list window would have the last character replaced with a '>'. Fixed.
[UI  fea] Up-arrow completion now has the ghost effect /-commands have as of 0.11.5.
[UI  FEA] New $awaylog. If set, all messages received while /away will be mirrored in an :AWAYLOG window (for people who detach for days and lose messages from the 500 line scrollback limit).

Summary of changes from 0.11.5.2-2003-01-06-1445 to 0.11.5.2-2003-01-07-0336
============================================
[Yah fea] Preliminary Yahoo! Messenger support begun.
[pkg fea] New --enable-firetalk-msn and --enable-firetalk-yahoo, both default to disabled. Once these protocol drivers are able to successfully sign on and send/receive IM's, they will always be built.
[UI  fea] :-windows (such as :RAW, :AWAYLOG, :REVIEW) are now fully treated as special cases in naim, and naim won't attempt to join them on signon.
[AIM bug] Chat name normalization bug squashed.
[UI  FEA] New $autosave. If set (default currently off), naim will /save when the user /quit's.
[UI  fea] New /winlist command. Allows the user to set the state of the window list window, a la F4. /save uses this command to restore your F4 state on start-up.
[UI  FEA] People who are /ignore'd will be ignored in group chats as well. This is mainly so I can /ignore stupid bots in channels I frequent, but others have requested this in the past.
[UI  fea] $awaylog has been expanded: A value of 1 logs only private messages received, while a value greater than 1 logs private messages sent and chat messages.

Summary of changes from 0.11.5.2-2003-01-07-0336 to 0.11.5.2-2003-01-07-0515
============================================
[UI  fea] Misc. UI cleanups. Due to popular request, names are now colourized in the :AWAYLOG window.

Summary of changes from 0.11.5.2-2003-01-07-0515 to 0.11.5.2-2003-01-08-1249
============================================
[Lil fea] The RPI Lily community dislikes naim's UI, and fears its proliferation will be the downfall of Lily. In any event, naim now combines multiple /join's. Emote discussions are now treated properly (messages are prepended with ", emotes are not prepended with /me).
[UI  bug] -01-04-2111 lied. /quit and /disconnect *really* work correctly now.

Summary of changes from 0.11.5.2-2003-01-08-1249 to 0.11.5.2-2003-01-10-0308
============================================
[pkg fea] New --disable-nirc-manlink. If specified, the nirc man page symlink will not be installed (for FreeBSD).
[UI  bug] Time zone negotiation has been made to work under FreeBSD.
[ECS bug] Since the last time I used it, Solaris' log10(0) stopped returning 0. Workaround included.
[pkg fea] New commands.txt, keyboard.txt, and various existing documentation files now installed with naim. Thanks to Ken Bloom <kabloom@ucdavis.edu> for keyboard.txt, and the motivation to finish conio's auto-documentation.
[UI  fea] ~/.naimlog subdirectories will now be created mode 0700 instead of 0755, for privacy reasons.
[UI  fea] /set completion now searches default values first, and provides descriptions if available.

Summary of changes from 0.11.5.2-2003-01-10-0308 to 0.11.5.2-2003-01-12-0206
============================================
[UI  bug] Sending queued messages no longer resets your idle time.
[UI  fea] Preliminary support for context-sensitive Tab completion, for example /set completes variables, /readprofile completes file names, /jump completes window names, /open completes buddy names, etc. Incomplete.
[UI  fea] /bind and /set's list modes are much more thorough now, including descriptions for all current settings.
[UI  FEA] /help system drastically revamped. Now reads from pkgdocdir/*.txt files, and uses current settings for the output of ``/help keys'' and ``/help variables''. ``/help commands'' now has accurate information.
[UI  bug] </font> tag now resets bold status if <font> changed it.
[UI  fea] All configuration variables are now fully documented.

Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2-2003-01-13-1733
============================================
[pkg fea] contrib/sendim.sh is now installed into bindir.
[IRC bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed.
[Lil bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed.
[Lil bug] Queued join structure wasn't being properly initialized in all situations. Fixed.
[UI  bug] /set's list mode and the variable completion mechanisms confused each other, and could cause an infinite loop in some situations. Fixed.
[UI  bug] ``/help commands'' incorrectly listed some required /-command arguments as optional. Fixed.
[UI  bug] A mis-paste in /save kept string variables from being properly recorded. Fixed.
[UI  fea] ``/dlsym dltest hello there'' added as an example for the /dlsym command.
[UI  bug] Colons in non-command strings (most notably $conn:setting variables) confused Tab completion. Fixed.

Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2
============================================
[UI  fea] Slight UI tweaks.

Summary of changes from 0.11.5.2 to 0.11.5.3
============================================
[pkg bug] On systems that lacked dlopen(), src/conio.c would fail to compile due to a header file being incorrectly not included. Fixed.
[UI  BUG] AUTOCRYPT key negotiation failed under some circumstances due to improperly terminated strings. Fixed.
[UI  BUG] Command completion caused unpleasantness when arguments were given to argless commands (such as /quit). Fixed.
2003-01-28 12:41:14 +00:00
..
aim Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
bitchx handle the fixing of paths in files more gracefully. 2002-12-23 14:09:53 +00:00
blackened Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
bnc Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
centericq Note in USE_NCURSES variable which functions actually are missing for this 2003-01-24 13:36:17 +00:00
dircproxy Note new homepage. 2002-10-30 10:24:57 +00:00
eggdrop Add missing file. 2003-01-16 08:46:15 +00:00
ekg Note in USE_NCURSES variable which functions actually are missing for this 2003-01-24 13:36:17 +00:00
emech Remove pkg/{DESCR,PLIST}. Add standard first-line comment to PLIST. 2002-06-06 17:10:32 +00:00
epic4 Update epic4 to 1.1.6, including native IPv6 support. 2002-09-01 16:34:42 +00:00
epic4-doc Sort lines. 2002-07-02 12:41:25 +00:00
everybuddy Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:54:52 +00:00
everybuddy-gnome Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:54:52 +00:00
fugu +USE_BUILDLINK2 (hi wiz!). 2002-12-08 02:17:45 +00:00
gabber Remove dependancy on gnome1-dirs as discussed with wiz. This will be handled by gnome-libs. 2003-01-27 19:46:59 +00:00
gaim Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:54:52 +00:00
gaim-gnome Fix previous change: share/applets/* directories are removed by gnome-core. 2003-01-27 14:31:43 +00:00
gale buildlink1 -> buildlink2. 2002-10-09 17:56:50 +00:00
gnomeicu Remove dependancy on gnome1-dirs as discussed with wiz. This will be handled by gnome-libs. 2003-01-27 19:46:59 +00:00
goofey add -lnsl -lsocket for SunOS 2002-07-11 16:29:02 +00:00
gtkyahoo Add patch to provide fix for newer bison's. Addresses problems seen 2002-12-26 18:49:43 +00:00
i2cb fixup buildlink stuff - mostly by salo 2002-12-08 05:59:50 +00:00
i2cbd Remove old files 2002-11-14 01:03:49 +00:00
icb "r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixes 2002-11-23 06:25:41 +00:00
icqlib Update maintainer address. 2001-12-19 11:06:21 +00:00
ircd-hybrid buildlink1 -> buildlink2. 2002-10-10 09:37:12 +00:00
irchat-pj Update to 2.4.24.22. 2003-01-11 15:25:13 +00:00
ircII Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
ircu Standardize. 2002-09-12 17:12:36 +00:00
iroffer Initial import of iroffer-1.2b13, an IRC DCC file server. This package 2002-07-14 09:27:17 +00:00
irssi Add patches from the irssi CVS repository and bump the version because 2003-01-12 17:56:05 +00:00
irssi-icb Initial import of irssi-icb, version 0.14. Description follows: 2002-12-02 12:23:44 +00:00
kicq Provide a Makefile.in patch as well as a Makefile.am one. Remove build 2002-03-15 16:48:15 +00:00
kyim Initial import if kyim-1.0. 2002-09-20 10:57:01 +00:00
libirc Move pkg/ files into package's toplevel directory 2001-10-31 19:20:21 +00:00
libyahoo Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location of 2002-09-23 09:22:14 +00:00
liece Update to 1.4.10. Bug fixes. 2003-01-25 04:09:15 +00:00
lmme Replace collver@linuxfreemail.com with collver1@attbi.com. 2002-12-24 18:55:32 +00:00
micq Updated to micq-0.4.9.4 2002-10-20 03:09:07 +00:00
naim Update to 0.11.5.3. 2003-01-28 12:41:14 +00:00
navi2ch Update Navi2ch to 1.6.1. 2002-12-31 03:27:57 +00:00
ninja Initial import of ninja 1.5.8.1 into the NetBSD packages collection. 2002-12-19 12:03:23 +00:00
p5-Net-AIM Convert to buildlink2. Use perl5/module.mk. 2002-10-09 00:51:47 +00:00
p5-Net-AOLIM Convert to buildlink2. Use perl5/module.mk. Move post-extract to pre-configure. 2002-10-09 00:51:05 +00:00
p5-Net-Goofey Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
p5-Net-ICQ2000 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
pircbot Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as 2002-12-26 20:52:09 +00:00
psi update to psi 0.8.7 2003-01-03 20:05:21 +00:00
quirc Initial import of quirc 0.9.82 into the NetBSD packages collection. 2002-12-19 12:04:30 +00:00
roxirc Initial import of roxirc 1.72 into the NetBSD packages collection. 2002-12-19 11:43:20 +00:00
scrollz Update ScrollZ to 1.9. 2003-01-19 11:06:19 +00:00
silc-client - use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly static 2003-01-26 14:35:07 +00:00
silc-server Update to version 0.9.12. 2003-01-26 14:10:44 +00:00
sirc Trivially use buildlink2. 2002-11-11 23:41:06 +00:00
tik update MAINTAINER 2002-04-22 03:19:53 +00:00
tirc buildlink1 -> buildlink2. 2002-10-25 17:17:29 +00:00
tkicb buildlink1 -> buildlink2. 2002-10-21 14:45:44 +00:00
tkirc Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
tkirc2 Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
tzc Backend program for CMU zephyr-mode 2002-12-30 17:41:04 +00:00
vicq REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't 2002-12-14 03:43:18 +00:00
xaric Initial import of xaric 0.12.0 into the NetBSD packages collection. 2002-12-19 12:16:14 +00:00
xchat Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:54:52 +00:00
xchat-gnome Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common". 2002-12-24 09:35:53 +00:00
ymessenger Work around different suse versions -> different subdirs by explicitly 2002-07-17 20:53:23 +00:00
ysm Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to 2003-01-19 08:48:47 +00:00
zenicb emacs.mk already includes bsd.prefs.mk, no need to include it manually a 2003-01-10 14:26:37 +00:00
zenirc * Prefix PKGNAME with "xemacs-" if the package is for XEmacs. 2002-09-14 02:19:29 +00:00
zephyr-current oops, we moved. 2002-12-30 17:50:08 +00:00
zephyr-mode emacs.mk already includes bsd.prefs.mk, no need to include it manually a 2003-01-10 14:26:37 +00:00
zircon Standardize. 2002-09-12 17:12:36 +00:00
Makefile Add libares-1.1.1, zephyr-20010518, tzc-2.6.15, zephyr-mode-2.5.20 2002-12-30 18:05:10 +00:00