summaryrefslogtreecommitdiff
path: root/net/merlinmon
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-12-25 15:58:11 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-12-25 15:58:11 +0000
commit4ec3ccf9bada90bbe4cfbe703e5b4c37f222ef92 (patch)
tree593617a6ddfd58bdc9d5ea15404a04d36798d0b9 /net/merlinmon
parentp5-Chart-PNGgraph version 1.13 (diff)
merlinmon is a little curses app that will show you the current state
of your Novatel Sage or Merlin CDPD modem. It is analagous to their Opcenter or Modem Manager software for windows.
Notes
Notes: svn path=/head/; revision=24061
Diffstat (limited to 'net/merlinmon')
-rw-r--r--net/merlinmon/Makefile26
-rw-r--r--net/merlinmon/distinfo1
-rw-r--r--net/merlinmon/pkg-comment1
-rw-r--r--net/merlinmon/pkg-descr3
-rw-r--r--net/merlinmon/pkg-plist3
5 files changed, 34 insertions, 0 deletions
diff --git a/net/merlinmon/Makefile b/net/merlinmon/Makefile
new file mode 100644
index 000000000000..f398067dc386
--- /dev/null
+++ b/net/merlinmon/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: merlin
+# Version required: 1.0
+# Date created: 13 Dec 1999
+# Whom: Nick Sayer <nsayer@freebsd.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= merlin-1.0
+PKGNAME= merlinmon-1.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.kfu.com/pub/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= nsayer@freebsd.org
+
+NO_WRKSUBDIR= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/merlin ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.merlin
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/merlinmon/distinfo b/net/merlinmon/distinfo
new file mode 100644
index 000000000000..38048e6c5168
--- /dev/null
+++ b/net/merlinmon/distinfo
@@ -0,0 +1 @@
+MD5 (merlin-1.0.tgz) = 80fe5d47a1d4d96bbd7a9f6a8b5caad7
diff --git a/net/merlinmon/pkg-comment b/net/merlinmon/pkg-comment
new file mode 100644
index 000000000000..1e67f329236a
--- /dev/null
+++ b/net/merlinmon/pkg-comment
@@ -0,0 +1 @@
+A curses app that displays the status of a Novatel CDPD modem device
diff --git a/net/merlinmon/pkg-descr b/net/merlinmon/pkg-descr
new file mode 100644
index 000000000000..2c3987821bdc
--- /dev/null
+++ b/net/merlinmon/pkg-descr
@@ -0,0 +1,3 @@
+This top-like application displays status and statistics of a Novatel
+Sage or Merlin or other MSCI compliant CDPD modem. Just run it whenever
+the link is up.
diff --git a/net/merlinmon/pkg-plist b/net/merlinmon/pkg-plist
new file mode 100644
index 000000000000..6a14ab5f4675
--- /dev/null
+++ b/net/merlinmon/pkg-plist
@@ -0,0 +1,3 @@
+bin/merlin
+share/doc/README.merlin
+@dirrm share/doc