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.
This commit is contained in:
parent
1d293a1d2c
commit
4ec3ccf9ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24061
5 changed files with 34 additions and 0 deletions
26
net/merlinmon/Makefile
Normal file
26
net/merlinmon/Makefile
Normal file
|
@ -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>
|
1
net/merlinmon/distinfo
Normal file
1
net/merlinmon/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (merlin-1.0.tgz) = 80fe5d47a1d4d96bbd7a9f6a8b5caad7
|
1
net/merlinmon/pkg-comment
Normal file
1
net/merlinmon/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A curses app that displays the status of a Novatel CDPD modem device
|
3
net/merlinmon/pkg-descr
Normal file
3
net/merlinmon/pkg-descr
Normal file
|
@ -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.
|
3
net/merlinmon/pkg-plist
Normal file
3
net/merlinmon/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/merlin
|
||||
share/doc/README.merlin
|
||||
@dirrm share/doc
|
Loading…
Reference in a new issue