summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-25 10:13:04 +0000
committerwiz <wiz>2003-07-25 10:13:04 +0000
commit7639f49f25eb9001017f7606f79fad12cb68f192 (patch)
treec71b5ebea6c766ca40494214e6469a3c9599da59 /chat/naim
parent6ce09f54bbabcb21587922e528e65c48fc951304 (diff)
downloadpkgsrc-7639f49f25eb9001017f7606f79fad12cb68f192.tar.gz
Update to 0.11.6:
[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.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile5
-rw-r--r--chat/naim/PLIST30
-rw-r--r--chat/naim/distinfo6
3 files changed, 17 insertions, 24 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index 0033aece6bf..7c848bc12f5 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2003/07/21 16:34:32 martti Exp $
+# $NetBSD: Makefile,v 1.21 2003/07/25 10:13:04 wiz Exp $
#
-DISTNAME= naim-0.11.5.9
-PKGREVISION= 1
+DISTNAME= naim-0.11.6
CATEGORIES= chat
MASTER_SITES= http://shell.n.ml.org/n/naim/
diff --git a/chat/naim/PLIST b/chat/naim/PLIST
index 1e485b5c450..ea4ed7a7d20 100644
--- a/chat/naim/PLIST
+++ b/chat/naim/PLIST
@@ -1,27 +1,21 @@
-@comment $NetBSD: PLIST,v 1.5 2003/04/23 21:26:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/07/25 10:13:04 wiz Exp $
bin/naim
bin/nicq
bin/nirc
bin/nlily
bin/sendim.sh
-lib/naim/libnsocket.a
-lib/naim/libnsocket.la
-lib/naim/libnsocket.so
-lib/naim/libnsocket.so.0
-lib/naim/libnsocket.so.0.0
-lib/naim/libnstatus.a
-lib/naim/libnstatus.la
-lib/naim/libnstatus.so
-lib/naim/libnstatus.so.0
-lib/naim/libnstatus.so.0.0
+include/firetalk.h
+include/naim/modutil.h
+include/naim/naim.h
+include/naim/secs.h
man/man1/naim.1
man/man1/nicq.1
man/man1/nirc.1
man/man1/nlily.1
-share/doc/naim/COLORS
-share/doc/naim/FAQ
-share/doc/naim/README
-share/doc/naim/commands.txt
-share/doc/naim/keyboard.txt
-@dirrm share/doc/naim
-@dirrm lib/naim
+share/doc/${PKGNAME}/COLORS
+share/doc/${PKGNAME}/FAQ
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/commands.txt
+share/doc/${PKGNAME}/keyboard.txt
+@dirrm share/doc/${PKGNAME}
+@dirrm include/naim
diff --git a/chat/naim/distinfo b/chat/naim/distinfo
index 7fe57a1cd3c..c953dc79533 100644
--- a/chat/naim/distinfo
+++ b/chat/naim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2003/06/08 21:25:42 wiz Exp $
+$NetBSD: distinfo,v 1.11 2003/07/25 10:13:04 wiz Exp $
-SHA1 (naim-0.11.5.9.tar.gz) = b80afdfa9db93922c7cf64f2a2c81092e9fa3837
-Size (naim-0.11.5.9.tar.gz) = 468773 bytes
+SHA1 (naim-0.11.6.tar.gz) = 0547973faab0d88a4b5224d88671539a23d0e64a
+Size (naim-0.11.6.tar.gz) = 820532 bytes