summaryrefslogtreecommitdiff
path: root/net/wminet/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-28 15:37:25 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-28 15:37:25 +0000
commitefa82f9463d8d9f42bcb492eaf2afac867bac622 (patch)
treedc5196f00a25a0e46540f465f98f48290719f4c7 /net/wminet/Makefile
parent6731d24077d54ae90def596a70e3bae40381e9e6 (diff)
downloadpkgsrc-efa82f9463d8d9f42bcb492eaf2afac867bac622.tar.gz
[Re-import after typo in previous]
Add wminet-1.2: Once a second, the network interfaces are queried for the amount of data that was exchanged. The data from the selected interface is drawn in the graph. As data is sampled, the scale of the graph will change and is set to the maximum value seen in the data "window". The value of the maximum data rate (in bytes per second) is displayed in the lower left corner. A K or M is appended to the data rate for kilobytes or megabytes, respectively. You can cycle through the configured network interfaces by clicking the mouse on the interface name. There is also a command line option to specify which interface should be displayed first. Contributed by Thomas Runge <coto@core.de> on IRC.
Diffstat (limited to 'net/wminet/Makefile')
-rw-r--r--net/wminet/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wminet/Makefile b/net/wminet/Makefile
new file mode 100644
index 00000000000..12102848eb7
--- /dev/null
+++ b/net/wminet/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/28 15:37:25 hubertf Exp $
+
+DISTNAME= wmnet-1.2
+PKGNAME= wminet-1.2
+CATEGORIES= net x11
+MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/
+
+MAINTAINER= coto@core.de
+HOMEPAGE= http://www.enteract.com/~rneswold/
+COMMENT= dockable network monitor
+
+USE_XPM= YES
+USE_X11BASE= YES
+
+.include "../../mk/bsd.pkg.mk"