diff options
author | snj <snj@pkgsrc.org> | 2004-02-01 17:46:33 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-01 17:46:33 +0000 |
commit | d32ffecc8a012fede716be6d0d28a7986dfb2518 (patch) | |
tree | 7637cf51b54ccbdbe47545eb64f3363bd4adcf76 /chat | |
parent | ad45eaafc3158d265d34a228fd71b3fc8cdd064e (diff) | |
download | pkgsrc-d32ffecc8a012fede716be6d0d28a7986dfb2518.tar.gz |
Update to naim-0.11.6.5. Changes:
* All individual protocol drivers have been rewritten as permanent modules.
Transient (/modloaded) modules can add new protocol drivers dynamically.
* /sync now preserves group names, and saved group names are restored when
naim retrieves your permanent buddy list from the TOC server.
* New /jumpback command, also available as M-b and F7. Allows the user to
do a reverse /jump (to the previous window).
Take maintainership. Okayed by wiz.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 6 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 932104b0014..4daa3045e39 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2003/12/02 03:57:44 xtraeme Exp $ +# $NetBSD: Makefile,v 1.28 2004/02/01 17:46:33 snj Exp $ # -DISTNAME= naim-0.11.6.4 +DISTNAME= naim-0.11.6.5 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= wiz@NetBSD.org +MAINTAINER= snj@NetBSD.org HOMEPAGE= http://site.n.ml.org/info/naim/ COMMENT= Ncurses-based AIM, ICQ, IRC and Lily client diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 49b43263e15..04ba8f56938 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2003/12/02 03:57:44 xtraeme Exp $ +$NetBSD: distinfo,v 1.16 2004/02/01 17:46:33 snj Exp $ -SHA1 (naim-0.11.6.4.tar.bz2) = df9611b3227001d39058d0385d35917b2382b733 -Size (naim-0.11.6.4.tar.bz2) = 531738 bytes +SHA1 (naim-0.11.6.5.tar.bz2) = ed5244dc05478dea911ca6dfbafba274a93b2dda +Size (naim-0.11.6.5.tar.bz2) = 542049 bytes |