Subject: CVS commit: pkgsrc/chat/bsflite
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2006 00:54:01
Module Name: pkgsrc
Committed By: obache
Date: Thu Nov 23 00:54:01 UTC 2006
Modified Files:
pkgsrc/chat/bsflite: Makefile PLIST distinfo
pkgsrc/chat/bsflite/patches: patch-aa patch-ab
Log Message:
Update bsflite to 0.82, provided by Claudio Leite in PR 35095.
BSFlite ChangeLog
0.82 - 11/07/2006
* Added port to Watcom C for Win32, which exposed a bug
in how I implemented callbacks (fixed).
* Fixed small bug where idle time was interpreted as
an away message for certain users.
* Inserts newline if user's away message is blank.
* Added R! command to manually reconnect.
* Added auto_reconnect config option.
* Cleans up after itself on quit.
(i.e. no more memory leaks on exit)
Added imcomm_delete_handle() and imcomm_delete_handle_now().
* Added 'idletime' config option to set when bsflite considers
the user to be idle. (thanks to Dan Ponte for the patch)
* Changed 'll' to 'L,' which is an expansion alias like 'I'
and 'r.' 'll' still works.
* Created an actual manpage.
* Code cleanup: rewrote input.c using callbacks.
wrote a new config file parser.
* Profile display now includes idle time if user is in buddy list.
* Changed character set on profile & away messages to iso-8859-1
* Many improvements to color support, including Windows support.
Can now be turned on and off via config directive 'colors'
* Buddies are now marked offline in the log files when quitting bsflite.
* Display version information when bsflite starts
* Fixed bugs when displaying logs containing newlines
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/chat/bsflite/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/bsflite/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/chat/bsflite/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/bsflite/patches/patch-aa \
pkgsrc/chat/bsflite/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.