net-mgmt/flow: New port: Minimalist terminal dashboard for real-time network throughput

This commit is contained in:
Jimmy Olgeni
2026-07-12 13:01:58 +02:00
parent 1f5217bc15
commit 936cfd0951
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@
SUBDIR += fence-agents
SUBDIR += fetchconfig
SUBDIR += fli
SUBDIR += flow
SUBDIR += flow-tools
SUBDIR += flowd
SUBDIR += flowviewer
+19
View File
@@ -0,0 +1,19 @@
PORTNAME= flow
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
CATEGORIES= net-mgmt
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minimalist terminal dashboard for real-time network throughput
WWW= https://github.com/programmersd21/flow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/programmersd21/flow
GO_TARGET= ./cmd/flow
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
+5
View File
@@ -0,0 +1,5 @@
TIMESTAMP = 1783852135
SHA256 (go/net-mgmt_flow/flow-v0.1.7/v0.1.7.mod) = 69c6ee3a57d84323052991e27f4dd1b82b3bcbbdeb74bc8afd08102bd8a7fd7c
SIZE (go/net-mgmt_flow/flow-v0.1.7/v0.1.7.mod) = 1768
SHA256 (go/net-mgmt_flow/flow-v0.1.7/v0.1.7.zip) = 1e8d4decbad215dc7d6bdf11274b6882ac43bf0770ac86642cc50983f8be6072
SIZE (go/net-mgmt_flow/flow-v0.1.7/v0.1.7.zip) = 1984400
+4
View File
@@ -0,0 +1,4 @@
flow is a minimalist terminal dashboard that displays real-time network
throughput. It shows upload and download rates per interface with a compact
TUI, giving you an at-a-glance view of network activity without any external
monitoring stack.