diff options
author | pav <pav@FreeBSD.org> | 2005-02-26 05:01:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-26 05:01:57 +0800 |
commit | 2fe2ac8b0cda3e06f19af1cde7327bacd43d1f39 (patch) | |
tree | a1729ac583d6475605934c86489cefa2749ac19a /net-mgmt/Makefile | |
parent | f1f8857568da61cb0be0d2d2cbc51a7f0f7712f0 (diff) | |
download | freebsd-ports-gnome-2fe2ac8b0cda3e06f19af1cde7327bacd43d1f39.tar.gz freebsd-ports-gnome-2fe2ac8b0cda3e06f19af1cde7327bacd43d1f39.tar.zst freebsd-ports-gnome-2fe2ac8b0cda3e06f19af1cde7327bacd43d1f39.zip |
Yet Another Bandwidth Meter displays current bandwidth utilization using the
PNG image format. It somewhat resembles the Linux bwbar (although there is no
connection to it).
Features include measurement both on interface and assigned IP-address basis,
possible to run non-root and non-setuid, quite customizable (colours, geometry,
device max speed, etc). It also includes text output to the image.
PR: ports/76275
Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f7d9ffea4498..f8fd4f1a7a3b 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -160,6 +160,7 @@ SUBDIR += trafd SUBDIR += whatmask SUBDIR += wide-dhcp + SUBDIR += yabm SUBDIR += zabbix .include <bsd.port.subdir.mk> |