View | Details | Raw Unified | Return to bug 270045 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/py-speedometer/Makefile (+20 lines)
Added Link Here
1
PORTNAME=	Speedometer
2
DISTVERSION=	2.9
3
CATEGORIES=	net python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Chart network TX/RX and file download rates on the console
9
WWW=		https://excess.org/speedometer/
10
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
20
.include <bsd.port.mk>
(-)b/net/py-speedometer/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1678285767
2
SHA256 (Speedometer-2.9.tar.gz) = cc59a982a264737df5c5b205121de9377b3dff856a2762c029de7d9a0a51c583
3
SIZE (Speedometer-2.9.tar.gz) = 22100
(-)b/net/py-speedometer/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
Speedometer is a minimalistic python script that provides a TUI
2
interface to measure and display the speed of data across a network
3
connection or data being stored in a file.

Return to bug 270045