Skip site navigation (1)Skip section navigation (2)
Date:      22 Feb 2003 21:21:20 -0000
From:      "Ryan T.Dean" <rtdean@cytherianage.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48570: (maintainer) update port: net/naim to latest version 0.11.5.5
Message-ID:  <20030222212120.6706.qmail@lumina.cytherianage.net>

next in thread | raw e-mail | index | archive | help

>Number:         48570
>Category:       ports
>Synopsis:       (maintainer) update port: net/naim to latest version 0.11.5.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 13:20:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ryan T. Dean
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD lumina.cytherianage.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Jan 1 22:06:04 CST 2003 root@lumina.cytherianage.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
naim's author, Daniel Reed, has released a new version of naim, version 0.11.5.5.  This patch updates the ports/net/naim to 
install version 0.11.5.5.  From Dan's release announcement:

Major bug fixes:
        ./configure --enable-detach was broken in 0.11.5.4. Fixed.
        naim would automatically /load ~/.${0}rc at start, but /save would
                always save to ~/.naimrc. /save now saves to ~/.${0}rc,
                which I consider to be fixed.

Major feature additions:
        The "AIM/TOC" protocol name has been renamed to "TOC", since it
                works for both AIM and ICQ. "AIM", "AIM/TOC", "ICQ", and
                "ICQ/TOC" as synonyms for "TOC".
        When a buddy has a "realname" (the third argument to /addbuddy),
                that will be used in query windows instead of their screen
                name. This is primarily for ICQ, where it doesn't make much
                sense any other way.
        ^R and ^Y scroll back and forward now, for OS 10 Terminal.app users
                who have no PgUp/PgDown.
        Extended ASCII input now handled more gracefully.
        Built-in default naimrc now fits nicely into an 80x25 screen.
        ``make install'' now installs symlinks for nirc, nicq, and nlily
                which all have different startup behaviours.
        All /help topics have been moved back to being internal to naim
                (i.e., the doc/*.txt files are no longer used).
        New $winlistheight, to set the percentage of the screen height to
                use for the window list window. Default of 75.
        SIGHUP, SIGUSR1, and SIGUSR2 are now caught as pseudo-keys, handled
                by /bind.

Anyone running a version before 0.11.4.12, or any 0.11.5 before 0.11.5.3,
should definitely upgrade, and everyone else is encouraged to upgrade to
benefit from new features.

>How-To-Repeat:
	
>Fix:

	

--- naim-0.11.5.5-patch begins here ---
? naim/work
Index: naim/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/naim/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- naim/Makefile	21 Feb 2003 13:14:50 -0000	1.30
+++ naim/Makefile	22 Feb 2003 21:08:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	naim
-PORTVERSION=	0.11.5.4
+PORTVERSION=	0.11.5.5
 CATEGORIES=	net
 MASTER_SITES=	http://www.acm.rpi.edu/~n/naim/ \
 		http://128.113.139.111/~n/.naim_archive/0/11/
@@ -20,7 +20,7 @@
 		--disable-nirc-manlink
 
 MAN1=		naim.1
-MLINKS=		naim.1 nirc.1
+MLINKS=		naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
 
 post-install:
 .if !defined(NOPORTDOCS)
Index: naim/distinfo
===================================================================
RCS file: /home/ncvs/ports/net/naim/distinfo,v
retrieving revision 1.14
diff -u -u -r1.14 distinfo
--- naim/distinfo	15 Feb 2003 11:07:32 -0000	1.14
+++ naim/distinfo	22 Feb 2003 21:08:40 -0000
@@ -1 +1 @@
-MD5 (naim-0.11.5.4.tar.gz) = 456fe59664a0862760bf9575f31f383d
+MD5 (naim-0.11.5.5.tar.gz) = 2a51f9649231ec86c9ea937641a95d71
Index: naim/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/naim/pkg-plist,v
retrieving revision 1.9
diff -u -u -r1.9 pkg-plist
--- naim/pkg-plist	15 Feb 2003 11:07:32 -0000	1.9
+++ naim/pkg-plist	22 Feb 2003 21:08:40 -0000
@@ -1,9 +1,14 @@
 bin/naim
 bin/nirc
+bin/nicq
+bin/nlily
 bin/sendim.sh
 lib/naim/libnsocket.so.0
 lib/naim/libnsocket.so
 lib/naim/libnsocket.la
+lib/naim/libnstatus.so.0
+lib/naim/libnstatus.so
+lib/naim/libnstatus.la
 @dirrm lib/naim
 share/doc/naim/commands.txt
 share/doc/naim/keyboard.txt
--- naim-0.11.5.5-patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030222212120.6706.qmail>