aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-04-11 03:41:37 +0800
committerjseger <jseger@FreeBSD.org>1999-04-11 03:41:37 +0800
commitc7814828dd33f15f9e28f8c32a273a451522eaf9 (patch)
treef704ff75ec0ac7aec9468a4f4622167c0b603604 /net
parent70e0355ab978261a01874fb2432c79c7835b70dc (diff)
downloadfreebsd-ports-gnome-c7814828dd33f15f9e28f8c32a273a451522eaf9.tar.gz
freebsd-ports-gnome-c7814828dd33f15f9e28f8c32a273a451522eaf9.tar.zst
freebsd-ports-gnome-c7814828dd33f15f9e28f8c32a273a451522eaf9.zip
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>
Diffstat (limited to 'net')
-rw-r--r--net/naim/Makefile28
-rw-r--r--net/naim/distinfo1
-rw-r--r--net/naim/pkg-comment1
-rw-r--r--net/naim/pkg-descr4
-rw-r--r--net/naim/pkg-message3
-rw-r--r--net/naim/pkg-plist3
6 files changed, 40 insertions, 0 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile
new file mode 100644
index 000000000000..f200b3bd0582
--- /dev/null
+++ b/net/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/naim/distinfo b/net/naim/distinfo
new file mode 100644
index 000000000000..8de26d893059
--- /dev/null
+++ b/net/naim/distinfo
@@ -0,0 +1 @@
+MD5 (naim-0.9.3.tgz) = 04277da2ed4fe65b907998b0a50b8ed4
diff --git a/net/naim/pkg-comment b/net/naim/pkg-comment
new file mode 100644
index 000000000000..58ce8c2bc354
--- /dev/null
+++ b/net/naim/pkg-comment
@@ -0,0 +1 @@
+curses based AOL Instant Messager implementation.
diff --git a/net/naim/pkg-descr b/net/naim/pkg-descr
new file mode 100644
index 000000000000..b71c472854a3
--- /dev/null
+++ b/net/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/naim/pkg-message b/net/naim/pkg-message
new file mode 100644
index 000000000000..9ff70bb7bdae
--- /dev/null
+++ b/net/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/naim/pkg-plist b/net/naim/pkg-plist
new file mode 100644
index 000000000000..aa026518027e
--- /dev/null
+++ b/net/naim/pkg-plist
@@ -0,0 +1,3 @@
+bin/naim
+share/examples/naim/faimrc_sample
+@dirrm share/examples/naim