From e439661754d4005e9bb306c0e3dfa9cdf07ffff1 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 25 Jan 2002 15:53:56 +0000 Subject: naim 0.11.1, an AIM/IRC chat client using a ncurses text interface. ===== naim is a chat program for use with America Online's AOL Instant Messenger. The name naim is derived from n's AIM client, but it could also have been derived from ncurses AIM client because of naim's use of the ncurses text-mode screen library. naim is based on firetalk, the multiprotocol chat library. naim is capable of connecting to IRC as well as AIM services. --- chat/naim/DESCR | 7 +++++++ chat/naim/Makefile | 27 +++++++++++++++++++++++++++ chat/naim/PLIST | 4 ++++ chat/naim/distinfo | 6 ++++++ chat/naim/patches/patch-aa | 11 +++++++++++ chat/naim/patches/patch-ab | 12 ++++++++++++ 6 files changed, 67 insertions(+) create mode 100644 chat/naim/DESCR create mode 100644 chat/naim/Makefile create mode 100644 chat/naim/PLIST create mode 100644 chat/naim/distinfo create mode 100644 chat/naim/patches/patch-aa create mode 100644 chat/naim/patches/patch-ab diff --git a/chat/naim/DESCR b/chat/naim/DESCR new file mode 100644 index 00000000000..65c7c069640 --- /dev/null +++ b/chat/naim/DESCR @@ -0,0 +1,7 @@ +naim is a chat program for use with America Online's AOL Instant +Messenger. The name naim is derived from n's AIM client, but it could +also have been derived from ncurses AIM client because of naim's use of +the ncurses text-mode screen library. + +naim is based on firetalk, the multiprotocol chat library. naim is +capable of connecting to IRC as well as AIM services. diff --git a/chat/naim/Makefile b/chat/naim/Makefile new file mode 100644 index 00000000000..4f53ef86056 --- /dev/null +++ b/chat/naim/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ +# + +PKGNAME= naim-0.11.1.20020123 +DISTNAME= naim-0.11.1-2002-01-23-2329 +CATEGORIES= chat +MASTER_SITES= http://dev.n.ml.org/ + +MAINTAINER= tv@netbsd.org +HOMEPAGE= http://naim.n.ml.org/ +COMMENT= ncurses-based AIM/IRC client + +WRKSRC= ${WRKDIR}/naim-0.11.1 +GNU_CONFIGURE= YES + +USE_BUILDLINK_ONLY= YES +USE_NCURSES= YES +USE_GNU_READLINE= YES + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/naim + ${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample \ + ${PREFIX}/share/examples/naim/dot.naimrc + +.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/readline/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/naim/PLIST b/chat/naim/PLIST new file mode 100644 index 00000000000..5992b5f7ff7 --- /dev/null +++ b/chat/naim/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ +bin/naim +share/examples/naim/dot.naimrc +@dirrm share/examples/naim diff --git a/chat/naim/distinfo b/chat/naim/distinfo new file mode 100644 index 00000000000..f2011ea7059 --- /dev/null +++ b/chat/naim/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ + +SHA1 (naim-0.11.1-2002-01-23-2329.tar.gz) = 3e89451c4211a10d9e3fd92e21ff13ffb28c4d16 +Size (naim-0.11.1-2002-01-23-2329.tar.gz) = 137099 bytes +SHA1 (patch-aa) = 59e9042fe20710d2951142d25b69ba14e014d4a3 +SHA1 (patch-ab) = a8cf14a4d8d342c1def4b13c0175b3f8c988fdf8 diff --git a/chat/naim/patches/patch-aa b/chat/naim/patches/patch-aa new file mode 100644 index 00000000000..87bdbc983b0 --- /dev/null +++ b/chat/naim/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ + +--- firetalk/lclint.h.orig Thu Jan 24 12:34:58 2002 ++++ firetalk/lclint.h Thu Jan 24 12:35:09 2002 +@@ -24,4 +24,6 @@ + #define _NETDB_H + #endif + ++#include ++ + #endif diff --git a/chat/naim/patches/patch-ab b/chat/naim/patches/patch-ab new file mode 100644 index 00000000000..62b83f18f75 --- /dev/null +++ b/chat/naim/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ + +--- src/Makefile.in.orig Thu Jan 24 13:01:44 2002 ++++ src/Makefile.in Thu Jan 24 13:02:51 2002 +@@ -334,7 +334,5 @@ + + conio.c: conio_keys.h + +-conio_keys.h: /usr/include/ncurses.h +- ./genkeys.sh > conio_keys.h + + fireio.c: sysinfo.h -- cgit v1.2.3