summaryrefslogtreecommitdiff
path: root/chat/bsflite/Makefile
diff options
context:
space:
mode:
authorobache <obache>2006-11-23 00:54:01 +0000
committerobache <obache>2006-11-23 00:54:01 +0000
commitc203733a6b5f223746623758f6596de0b7158d2a (patch)
tree7049a398b9a1b537342100e600b2d747042119b9 /chat/bsflite/Makefile
parentdf55e79b31345f821ff0c13e60f6ada349f75bb7 (diff)
downloadpkgsrc-c203733a6b5f223746623758f6596de0b7158d2a.tar.gz
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
Diffstat (limited to 'chat/bsflite/Makefile')
-rw-r--r--chat/bsflite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/bsflite/Makefile b/chat/bsflite/Makefile
index c3f90f5105c..44c463a4ef4 100644
--- a/chat/bsflite/Makefile
+++ b/chat/bsflite/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/03/08 05:57:58 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/11/23 00:54:01 obache Exp $
-DISTNAME= bsflite-0.81p2
+DISTNAME= bsflite-0.82
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsflite/}
@@ -12,6 +12,7 @@ INSTALLATION_DIRS= bin share/doc/bsflite share/examples/bsflite
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bsflite ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/bsflite.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/bsflite
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/bsflite
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bsflite