Port details |
- ttyplot Realtime plotting utility for TTY with data input from stdin
- 1.7.0 graphics =2 1.7.0Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2020-04-07 10:27:24
- Last Update: 2024-11-04 14:32:55
- Commit Hash: 51d0551
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/tenox7/ttyplot
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ttyplot>0:graphics/ttyplot
- To install the port:
- cd /usr/ports/graphics/ttyplot/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/ttyplot
- pkg install ttyplot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ttyplot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726839522
SHA256 (tenox7-ttyplot-1.7.0_GH0.tar.gz) = f16ca828bf73f56c05ed4e1797a23861aa7cf3a98fe3fcc8c992d8646906fe51
SIZE (tenox7-ttyplot-1.7.0_GH0.tar.gz) = 56787
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_ttyplot
- USES:
- ncurses pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0 04 Nov 2024 14:32:55 |
Mateusz Piotrowski (0mp) |
graphics/ttyplot: Mark as broken on FreeBSD 13 |
1.7.0 02 Oct 2024 08:42:07 |
Mateusz Piotrowski (0mp) |
graphics/ttyplot: Embrace pkgconfig, reduce local patches, strip binaries
PR: 281659
Co-authored-by: mew14930xvi <mew14930xvi@inbox.lv> |
1.7.0 30 Sep 2024 12:52:05 |
Mateusz Piotrowski (0mp) Author: Wolfgang Medina-Erhardt |
graphics/ttyplot: Add patches required for 1.7.0
The committer missed those two files when committing the original patch.
PR: 281609
Fixes: 23ac00be48c4 graphics/ttyplot: Update version 1.4 => 1.7.0 |
1.7.0 20 Sep 2024 15:43:18 |
Mateusz Piotrowski (0mp) Author: Wolfgang Medina-Erhardt |
graphics/ttyplot: Update version 1.4 => 1.7.0
PR: 281609 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 07 Apr 2020 10:27:20 |
0mp |
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 |
Number of commits found: 9
|