aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-04-07 10:27:20 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-04-07 10:27:20 +0000
commite1ed2cf14957396c32d57fee39076d3e7aa29eee (patch)
tree6c4344fecf861532ff821b042acb54528222c5b3 /graphics/Makefile
parent88630fdbf66e6e9d4247ac4a86be8556c98ac7a9 (diff)
downloadports-e1ed2cf14957396c32d57fee39076d3e7aa29eee.tar.gz
ports-e1ed2cf14957396c32d57fee39076d3e7aa29eee.zip
New port: graphics/ttyplot
ttyplot is a realtime plotting utility for terminal with data input from stdin. It takes data from standard input / UNIX pipeline, most commonly some tool like ping, snmpget, netstat, ifconfig, sar, vmstat, etc., and plots in text mode on a terminal in real time. It supports rate calculation for counters and up to two graphs on a single display using reverse video for the second line. WWW: https://github.com/tenox7/ttyplot
Notes
Notes: svn path=/head/; revision=530963
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index a71b02fc9b96..bda056f14f78 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1020,6 +1020,7 @@
SUBDIR += tkpng
SUBDIR += togl
SUBDIR += ttygif
+ SUBDIR += ttyplot
SUBDIR += tumble
SUBDIR += tweeny
SUBDIR += ufraw