diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 19:41:37 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 19:41:37 +0000 |
commit | eab057bf16699be31d2009f1333605cad89b9269 (patch) | |
tree | 013308b434028c347ca5063831411816039798fa /net-im | |
parent | Activate net/kvirc (diff) |
Import of net/naim 0.9.3
A chat program for use with America Online's 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.
PR: ports/10197
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Notes
Notes:
svn path=/head/; revision=17761
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 28 | ||||
-rw-r--r-- | net-im/naim/distinfo | 1 | ||||
-rw-r--r-- | net-im/naim/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/naim/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/naim/pkg-message | 3 | ||||
-rw-r--r-- | net-im/naim/pkg-plist | 3 |
6 files changed, 40 insertions, 0 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile new file mode 100644 index 000000000000..f200b3bd0582 --- /dev/null +++ b/net-im/naim/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: naim +# Version required: 0.9.3 +# Date created: 02 March 1999 +# Whom: mharo@area51.fremont.ca.us +# +# $Id$ +# + +DISTNAME= naim-0.9.3 +CATEGORIES= net +MASTER_SITES= http://naim.n.ml.org/release/ +EXTRACT_SUFX= .tgz + +MAINTAINER= mharo@area51.fremont.ca.us + +GNU_CONFIGURE= yes + +MAN1= naim.1 + +post-install: + ${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample" + ${MKDIR} ${PREFIX}/share/examples/naim + ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ + @${ECHO} "************************************************************" + @${CAT} ${MASTERDIR}/pkg/MESSAGE + @${ECHO} "************************************************************" + +.include <bsd.port.mk> diff --git a/net-im/naim/distinfo b/net-im/naim/distinfo new file mode 100644 index 000000000000..8de26d893059 --- /dev/null +++ b/net-im/naim/distinfo @@ -0,0 +1 @@ +MD5 (naim-0.9.3.tgz) = 04277da2ed4fe65b907998b0a50b8ed4 diff --git a/net-im/naim/pkg-comment b/net-im/naim/pkg-comment new file mode 100644 index 000000000000..58ce8c2bc354 --- /dev/null +++ b/net-im/naim/pkg-comment @@ -0,0 +1 @@ +curses based AOL Instant Messager implementation. diff --git a/net-im/naim/pkg-descr b/net-im/naim/pkg-descr new file mode 100644 index 000000000000..b71c472854a3 --- /dev/null +++ b/net-im/naim/pkg-descr @@ -0,0 +1,4 @@ +A chat program for use with America Online's 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. diff --git a/net-im/naim/pkg-message b/net-im/naim/pkg-message new file mode 100644 index 000000000000..9ff70bb7bdae --- /dev/null +++ b/net-im/naim/pkg-message @@ -0,0 +1,3 @@ +Before running, make sure to copy +${PREFIX}/share/examples/naim/faimrc_sample +to your home directory as .faimrc and modify it to fit your needs. diff --git a/net-im/naim/pkg-plist b/net-im/naim/pkg-plist new file mode 100644 index 000000000000..aa026518027e --- /dev/null +++ b/net-im/naim/pkg-plist @@ -0,0 +1,3 @@ +bin/naim +share/examples/naim/faimrc_sample +@dirrm share/examples/naim |