summaryrefslogtreecommitdiff
path: root/net/wmnet
diff options
context:
space:
mode:
authortron <tron>2000-07-30 20:08:52 +0000
committertron <tron>2000-07-30 20:08:52 +0000
commitafb668477bfb48b1d488fc19f82d8c7eb4261413 (patch)
treec4724261554da691753dd9648da8f21c7a49c853 /net/wmnet
parentf3b45c714a7942d84add986e2def064bdfa0ec1e (diff)
downloadpkgsrc-afb668477bfb48b1d488fc19f82d8c7eb4261413.tar.gz
Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:
dockable network monitor
Diffstat (limited to 'net/wmnet')
-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