summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-12-25 15:58:11 +0000
committernsayer <nsayer@FreeBSD.org>1999-12-25 15:58:11 +0000
commit1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e (patch)
tree3d1a6080948802108716c4bfdecfb735bc547c7c
parent87d289ef2e22ab82e77a1865b2e8e307f0a59540 (diff)
downloadFreeBSD-ports-1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e.zip
FreeBSD-ports-1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e.tar.gz
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.
-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 0000000..f398067
--- /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 0000000..38048e6
--- /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 0000000..1e67f32
--- /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 0000000..2c39878
--- /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 0000000..6a14ab5
--- /dev/null
+++ b/net/merlinmon/pkg-plist
@@ -0,0 +1,3 @@
+bin/merlin
+share/doc/README.merlin
+@dirrm share/doc
OpenPOWER on IntegriCloud