summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-28 12:41:14 +0000
committerwiz <wiz>2003-01-28 12:41:14 +0000
commit100ee6ed89d1d47e93e21a7fb5c735ed699932e6 (patch)
tree4d4b61893bbfa9fd5a455534295ea4576352e687 /chat/naim
parent26c5aaf5e01fded66fabf939b75a2617fd628f54 (diff)
downloadpkgsrc-100ee6ed89d1d47e93e21a7fb5c735ed699932e6.tar.gz
Update to 0.11.5.3.
Summary of changes from 0.11.4.13 to 0.11.5 [2002-12-10] ============================================ [pkg fea] New Spanish README.es. [UI fea] AUTOCRYPT, naim will automatically encrypt messages sent to other naim users. [UI fea] /save will now store [practically] *all* configuration settings. [UI fea] Newer, more transparent client to client protocol. [UI fea] Ability to control what types of events cause a window to become yellow, via the $chatter variable: # Private messages: +1 # You kicked, oped, or deoped in a chat: +2 # Anyone else kicked or deoped in a chat: +4 # Public messages to a chat: +8 # Topic changes, or anyone oped in a chat: +16 # Anyone joining, parting, changing nicknames, or quitting altogether: +32 [UI fea] The nsocket module has been expanded to better illustrate naim's powerful module interface. Summary of changes from 0.11.5 to 0.11.5.1 [2002-12-21] ============================================ [UI fea] Links now appear somewhat cleaner, and redundant links, such as ``<a href="http://something/">http://something/</a>'' do not appear as links (to de-WinAIM messages). [pkg bug] Many autoconf-related cleanups. [Lil fea] Minor Lily enhancements to address grossly cross-posted messages. Summary of changes from 0.11.5.1 to 0.11.5.2-2003-01-01-2004 ============================================ [UI FEA] Time zone information is exchanged during autopeer negotiation. [UI fea] Small fixes in the original HTML parser, new HTML parser included (but not yet used). [UI fea] The time stamps prepended to messages are now based on the format specified in $timeformat, rather than a hardcoded "[%H:%M:%S]&nbsp;". [pkg bug] The new user course has been temporarily removed until it can be completed. [UI FEA] The window list window now uses ASCII line drawing symbols to promote state. [UI fea] Primitive menuing added in (accessed with Escape). Incomplete. [UI bug] Apparently /alias actually works; added autohelp message for it. [UI fea] Buddy Tab completion will match real names as well as screen names (so "/j<Tab>dani<Tab>" will expand to "/jump RPIDan ", since my real name is set to "Daniel Reed"). [UI BUG] High ASCII input will no longer cause the input handler to reset itself; it is simply ignored now. [UI bug] Home and End will work to switch buddy windows even inside the status window (F1). [UI fea] If you are in paste mode, the status bar will identify that fact, and tell you how to get out of it. Summary of changes from 0.11.5.2-2003-01-01-2004 to 0.11.5.2-2003-01-03-0149 ============================================ [UI bug] /set completion fixed. [UI bug] KEY_RESIZE handler corrected. Summary of changes from 0.11.5.2-2003-01-03-0149 to 0.11.5.2-2003-01-04-2111 ============================================ [AIM FEA] Profiles that are too long to meet the server's size limits will be truncated to fit, and a warning will be sent to the user. [UI bug] Small bugs fixed in the /quit cleanup code (so /disconnect works again). [UI fea] Tab complete now fills in connection windows if no commands match. /set completion makes Even More Sense(TM) now. Summary of changes from 0.11.5.2-2003-01-04-2111 to 0.11.5.2-2003-01-06-1445 ============================================ [UI fea] When naim joins a chat, people already in the chat will be displayed in one message (rather than one message per person). [Lil bug] Fixed a seg fault if you weren't in any chats on startup. [UI bug] Screen names exactly as wide as the window list window would have the last character replaced with a '>'. Fixed. [UI fea] Up-arrow completion now has the ghost effect /-commands have as of 0.11.5. [UI FEA] New $awaylog. If set, all messages received while /away will be mirrored in an :AWAYLOG window (for people who detach for days and lose messages from the 500 line scrollback limit). Summary of changes from 0.11.5.2-2003-01-06-1445 to 0.11.5.2-2003-01-07-0336 ============================================ [Yah fea] Preliminary Yahoo! Messenger support begun. [pkg fea] New --enable-firetalk-msn and --enable-firetalk-yahoo, both default to disabled. Once these protocol drivers are able to successfully sign on and send/receive IM's, they will always be built. [UI fea] :-windows (such as :RAW, :AWAYLOG, :REVIEW) are now fully treated as special cases in naim, and naim won't attempt to join them on signon. [AIM bug] Chat name normalization bug squashed. [UI FEA] New $autosave. If set (default currently off), naim will /save when the user /quit's. [UI fea] New /winlist command. Allows the user to set the state of the window list window, a la F4. /save uses this command to restore your F4 state on start-up. [UI FEA] People who are /ignore'd will be ignored in group chats as well. This is mainly so I can /ignore stupid bots in channels I frequent, but others have requested this in the past. [UI fea] $awaylog has been expanded: A value of 1 logs only private messages received, while a value greater than 1 logs private messages sent and chat messages. Summary of changes from 0.11.5.2-2003-01-07-0336 to 0.11.5.2-2003-01-07-0515 ============================================ [UI fea] Misc. UI cleanups. Due to popular request, names are now colourized in the :AWAYLOG window. Summary of changes from 0.11.5.2-2003-01-07-0515 to 0.11.5.2-2003-01-08-1249 ============================================ [Lil fea] The RPI Lily community dislikes naim's UI, and fears its proliferation will be the downfall of Lily. In any event, naim now combines multiple /join's. Emote discussions are now treated properly (messages are prepended with ", emotes are not prepended with /me). [UI bug] -01-04-2111 lied. /quit and /disconnect *really* work correctly now. Summary of changes from 0.11.5.2-2003-01-08-1249 to 0.11.5.2-2003-01-10-0308 ============================================ [pkg fea] New --disable-nirc-manlink. If specified, the nirc man page symlink will not be installed (for FreeBSD). [UI bug] Time zone negotiation has been made to work under FreeBSD. [ECS bug] Since the last time I used it, Solaris' log10(0) stopped returning 0. Workaround included. [pkg fea] New commands.txt, keyboard.txt, and various existing documentation files now installed with naim. Thanks to Ken Bloom <kabloom@ucdavis.edu> for keyboard.txt, and the motivation to finish conio's auto-documentation. [UI fea] ~/.naimlog subdirectories will now be created mode 0700 instead of 0755, for privacy reasons. [UI fea] /set completion now searches default values first, and provides descriptions if available. Summary of changes from 0.11.5.2-2003-01-10-0308 to 0.11.5.2-2003-01-12-0206 ============================================ [UI bug] Sending queued messages no longer resets your idle time. [UI fea] Preliminary support for context-sensitive Tab completion, for example /set completes variables, /readprofile completes file names, /jump completes window names, /open completes buddy names, etc. Incomplete. [UI fea] /bind and /set's list modes are much more thorough now, including descriptions for all current settings. [UI FEA] /help system drastically revamped. Now reads from pkgdocdir/*.txt files, and uses current settings for the output of ``/help keys'' and ``/help variables''. ``/help commands'' now has accurate information. [UI bug] </font> tag now resets bold status if <font> changed it. [UI fea] All configuration variables are now fully documented. Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2-2003-01-13-1733 ============================================ [pkg fea] contrib/sendim.sh is now installed into bindir. [IRC bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed. [Lil bug] Certain types of messages could cause an infinite loop in the de-HTMLizer. Fixed. [Lil bug] Queued join structure wasn't being properly initialized in all situations. Fixed. [UI bug] /set's list mode and the variable completion mechanisms confused each other, and could cause an infinite loop in some situations. Fixed. [UI bug] ``/help commands'' incorrectly listed some required /-command arguments as optional. Fixed. [UI bug] A mis-paste in /save kept string variables from being properly recorded. Fixed. [UI fea] ``/dlsym dltest hello there'' added as an example for the /dlsym command. [UI bug] Colons in non-command strings (most notably $conn:setting variables) confused Tab completion. Fixed. Summary of changes from 0.11.5.2-2003-01-12-0206 to 0.11.5.2 ============================================ [UI fea] Slight UI tweaks. Summary of changes from 0.11.5.2 to 0.11.5.3 ============================================ [pkg bug] On systems that lacked dlopen(), src/conio.c would fail to compile due to a header file being incorrectly not included. Fixed. [UI BUG] AUTOCRYPT key negotiation failed under some circumstances due to improperly terminated strings. Fixed. [UI BUG] Command completion caused unpleasantness when arguments were given to argless commands (such as /quit). Fixed.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile8
-rw-r--r--chat/naim/PLIST10
-rw-r--r--chat/naim/distinfo8
-rw-r--r--chat/naim/patches/patch-aa10
-rw-r--r--chat/naim/patches/patch-ab13
5 files changed, 16 insertions, 33 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index c1c42c46c81..f170bfc5f9f 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/01/24 13:36:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/01/28 12:41:14 wiz Exp $
#
-DISTNAME= naim-0.11.4.9
+DISTNAME= naim-0.11.5.3
CATEGORIES= chat
-MASTER_SITES= http://www.acm.rpi.edu/~n/
+MASTER_SITES= http://www.acm.rpi.edu/~n/naim/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://site.rpi-acm.org/info/naim/
@@ -14,7 +14,7 @@ GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-USE_NCURSES= # keyname, wattr_get, wattr_set
+USE_NCURSES= # keyname (perhaps also wattr_get, wattr_set)
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
diff --git a/chat/naim/PLIST b/chat/naim/PLIST
index e6f743a39e2..e5aa4cf6c37 100644
--- a/chat/naim/PLIST
+++ b/chat/naim/PLIST
@@ -1,9 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2002/10/25 17:32:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/01/28 12:41:14 wiz Exp $
bin/naim
+bin/nirc
+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
man/man1/naim.1
+man/man1/nirc.1
+share/doc/naim/COLORS
+share/doc/naim/FAQ
+share/doc/naim/commands.txt
+share/doc/naim/keyboard.txt
+@dirrm share/doc/naim
@dirrm lib/naim
diff --git a/chat/naim/distinfo b/chat/naim/distinfo
index c37bc98fce7..1b163955e15 100644
--- a/chat/naim/distinfo
+++ b/chat/naim/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/10/25 17:32:32 wiz Exp $
+$NetBSD: distinfo,v 1.5 2003/01/28 12:41:15 wiz Exp $
-SHA1 (naim-0.11.4.9.tar.gz) = 65295edde40149212f76ad99b71fb25d3cb0fa61
-Size (naim-0.11.4.9.tar.gz) = 362509 bytes
-SHA1 (patch-aa) = d0f350a86c061e7fe99817533737fa1295aaa6de
-SHA1 (patch-ab) = 541f967945bcf82d4e73973730dc921ca3fc1f26
+SHA1 (naim-0.11.5.3.tar.gz) = 955380c0a42b521f1094381fe5edda21d2eb2b20
+Size (naim-0.11.5.3.tar.gz) = 395396 bytes
diff --git a/chat/naim/patches/patch-aa b/chat/naim/patches/patch-aa
deleted file mode 100644
index e5a85904519..00000000000
--- a/chat/naim/patches/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/02/06 14:40:38 tv Exp $
-
---- firetalk/firetalk.h.orig Fri Feb 1 12:00:18 2002
-+++ firetalk/firetalk.h Fri Feb 1 12:00:27 2002
-@@ -22,4 +22,5 @@
- #include <sys/time.h>
- #include <unistd.h>
- #include <netinet/in.h>
-+#include <inttypes.h>
-
diff --git a/chat/naim/patches/patch-ab b/chat/naim/patches/patch-ab
deleted file mode 100644
index c8c25a6d877..00000000000
--- a/chat/naim/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2002/10/25 17:32:32 wiz Exp $
-
---- src/Makefile.in.orig Tue Oct 22 00:26:33 2002
-+++ src/Makefile.in
-@@ -427,8 +427,6 @@ uninstall-am: uninstall-binPROGRAMS unin
- uninstall-info-am
-
-
--conio_keys.h: conio.c
-- ./genkeys.sh > conio_keys.h
-
- course.c: course_blurb.h
-