[pkg fea] Several small documentation updates. [pkg fea] Major header files are now installed in a global installation directory. [con bug] Small bugs in contrib/sendim.sh found and fixed. [UI fea] Chat "hilites" added: If a member of a room/channel/discussion mentions your name, their message will be highlighted. [UI bug] A small bug in the /away routine has been fixed, allowing your /away status to be preserved across re/connects. [UI bug] .naimprofile will now be read for all connections in the event that multiple connections are declared in .naimrc. [pkg bug] A "#warning" directive was misnamed "#warn" and has been corrected. [Lil fea] Discussion retitles are now treated as a /topic change on IRC. [TOC bug] /me processing in chat rooms was broken. Fixed. [pkg FEA] The default modules have been removed, and are now distributed in a separate "naim-modules" package available from the naim web site. [UI fea] All internal routines are now declared "static," to clean up the module interface. [UI FEA] All major dependencies on ncurses in the main UI code have been isolated to src/win.c, to provide for easy migration to modular user interface routines. [UI FEA] New /chains command to display all event chains. [UI FEA] Newly rewritten /modload and new /modunload to completely control loadable modules. [UI FEA] New /modlist command to display currently loaded modules and their vital statistics. [UI FEA] Queued messages are now saved when you /save. [UI fea] Minor improvements to the HTML renderer.
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.21 2003/07/25 10:13:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= naim-0.11.6
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://site.rpi-acm.org/info/naim/
|
|
COMMENT= Ncurses-based AIM/IRC client
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|