summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-30 20:08:52 +0000
committertron <tron@pkgsrc.org>2000-07-30 20:08:52 +0000
commite7473de353f6e19ffc667ca4fcecc02e75080aed (patch)
treec4724261554da691753dd9648da8f21c7a49c853 /net
parent9c7290a51b21e4be3dc6950e78b89617d2ff7439 (diff)
downloadpkgsrc-e7473de353f6e19ffc667ca4fcecc02e75080aed.tar.gz
Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:
dockable network monitor
Diffstat (limited to 'net')
-rw-r--r--net/wmnet/Makefile15
-rw-r--r--net/wmnet/files/md53
-rw-r--r--net/wmnet/pkg/COMMENT1
-rw-r--r--net/wmnet/pkg/DESCR5
-rw-r--r--net/wmnet/pkg/PLIST3
5 files changed, 27 insertions, 0 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
new file mode 100644
index 00000000000..b3cf9617eb8
--- /dev/null
+++ b/net/wmnet/Makefile
@@ -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"
diff --git a/net/wmnet/files/md5 b/net/wmnet/files/md5
new file mode 100644
index 00000000000..f34c325b42f
--- /dev/null
+++ b/net/wmnet/files/md5
@@ -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
diff --git a/net/wmnet/pkg/COMMENT b/net/wmnet/pkg/COMMENT
new file mode 100644
index 00000000000..8e385bcc643
--- /dev/null
+++ b/net/wmnet/pkg/COMMENT
@@ -0,0 +1 @@
+dockable network monitor
diff --git a/net/wmnet/pkg/DESCR b/net/wmnet/pkg/DESCR
new file mode 100644
index 00000000000..8a6542e65fa
--- /dev/null
+++ b/net/wmnet/pkg/DESCR
@@ -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.
diff --git a/net/wmnet/pkg/PLIST b/net/wmnet/pkg/PLIST
new file mode 100644
index 00000000000..e555442b913
--- /dev/null
+++ b/net/wmnet/pkg/PLIST
@@ -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