Created attachment 240670 [details] speedometer-2.9.patch Description: speedometer is a console monitor of the rate of data across a network connection or data being stored in a file. WWW: https://excess.org/speedometer/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Created attachment 241817 [details] speedometer-2.9.patch Description: speedometer is a console monitor of the rate of data across a network connection or data being stored in a file. WWW: https://excess.org/speedometer/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Check if you can use PORTNAME= Speedometer so the PORTNAME is in agreement with the PYPI package name. You do not need to change the name of the directory the port is in for that. Please also extend pkg-descr to at least three lines. Will proceed with a build test once these issues are addressed.
Created attachment 241850 [details] py-speedometer-2.9.patch Description: * Change PORTNAME=speedometer to PORTNAME=Speedometer * Remove DISTNAME=Speedometer-${DISTVERSION} * Extend pkg-descr to three lines QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=011549e36bbb336f8af23ae217777d7e364dd1b2 commit 011549e36bbb336f8af23ae217777d7e364dd1b2 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-04-29 13:18:21 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-30 18:41:42 +0000 net/py-speedometer: New port: Chart network TX/RX and file download rates on the console Speedometer is a minimalistic python script that provides a TUI interface to measure and display the speed of data across a network connection or data being stored in a file. WWW: https://excess.org/speedometer/ PR: 270045 net/Makefile | 1 + net/py-speedometer/Makefile (new) | 20 ++++++++++++++++++++ net/py-speedometer/distinfo (new) | 3 +++ net/py-speedometer/pkg-descr (new) | 3 +++ 4 files changed, 27 insertions(+)
Thank you for your contribution.