diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-12-25 23:58:11 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-12-25 23:58:11 +0800 |
commit | 1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e (patch) | |
tree | 3d1a6080948802108716c4bfdecfb735bc547c7c /net | |
parent | 87d289ef2e22ab82e77a1865b2e8e307f0a59540 (diff) | |
download | freebsd-ports-gnome-1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e.tar.gz freebsd-ports-gnome-1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e.tar.zst freebsd-ports-gnome-1d4c3362262c8f26a0bbc8fdeb8da195f3f01b2e.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/merlinmon/Makefile | 26 | ||||
-rw-r--r-- | net/merlinmon/distinfo | 1 | ||||
-rw-r--r-- | net/merlinmon/pkg-comment | 1 | ||||
-rw-r--r-- | net/merlinmon/pkg-descr | 3 | ||||
-rw-r--r-- | net/merlinmon/pkg-plist | 3 |
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 |