diff options
author | tv <tv@pkgsrc.org> | 2002-01-25 15:53:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2002-01-25 15:53:56 +0000 |
commit | e439661754d4005e9bb306c0e3dfa9cdf07ffff1 (patch) | |
tree | 5b8ed357f03e583c18a470d7b11bdab3cbf36df5 /chat | |
parent | 6c8ef8f2a9aa068cf3d5a1732c260956ac15e20c (diff) | |
download | pkgsrc-e439661754d4005e9bb306c0e3dfa9cdf07ffff1.tar.gz |
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/DESCR | 7 | ||||
-rw-r--r-- | chat/naim/Makefile | 27 | ||||
-rw-r--r-- | chat/naim/PLIST | 4 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 | ||||
-rw-r--r-- | chat/naim/patches/patch-aa | 11 | ||||
-rw-r--r-- | chat/naim/patches/patch-ab | 12 |
6 files changed, 67 insertions, 0 deletions
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 <inttypes.h> ++ + #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 |