Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:
dockable network monitor
This commit is contained in:
parent
9c7290a51b
commit
e7473de353
5 changed files with 27 additions and 0 deletions
15
net/wmnet/Makefile
Normal file
15
net/wmnet/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 20:08:52 tron Exp $
|
||||
|
||||
DISTNAME= wmnet-1.06
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
|
||||
|
||||
USE_IMAKE= YES
|
||||
|
||||
do-patch:
|
||||
cd ${WRKSRC}; for i in *; do ${GREP} -q OpenBSD $$i && ${SED} s/OpenBSD/NetBSD/g $$i > temp && ${MV} temp $$i; done
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/wmnet/files/md5
Normal file
3
net/wmnet/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/07/30 20:08:53 tron Exp $
|
||||
|
||||
MD5 (wmnet-1.06.tar.gz) = 64e74c37c0cb5fd4fb81cfb0f5c4a264
|
1
net/wmnet/pkg/COMMENT
Normal file
1
net/wmnet/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
dockable network monitor
|
5
net/wmnet/pkg/DESCR
Normal file
5
net/wmnet/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This little program polls network statistics and does a few things
|
||||
with the data it gets. It has small blinking lights for the rx and tx
|
||||
of IP packets, a digital speedometer of your polled stat's current
|
||||
speed and a bar graph like xload et. al which has a tx speed graph
|
||||
from bottom-up and rx speed graph from the top-down.
|
3
net/wmnet/pkg/PLIST
Normal file
3
net/wmnet/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/30 20:08:55 tron Exp $
|
||||
bin/wmnet
|
||||
man/cat1/wmnet.0
|
Loading…
Reference in a new issue