FreeBSD Bugzilla – Attachment 240670 Details for
Bug 270045
[NEW PORT] net/py-speedometer: Chart network TX/RX and file download rates on the console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
speedometer-2.9.patch
0001-net-py-speedometer-New-port-Chart-network-TX-RX-and-.patch (text/plain), 2.14 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-03-08 17:01:53 UTC
(
hide
)
Description:
speedometer-2.9.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-03-08 17:01:53 UTC
Size:
2.14 KB
patch
obsolete
>From 56cb7f7a20b6fa5c148af29b405eb4effcaed9d7 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Wed, 8 Mar 2023 12:55:55 -0400 >Subject: [PATCH] net/py-speedometer: New port: Chart network TX/RX and file > download rates on the console > >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/ >--- > net/py-speedometer/Makefile | 21 +++++++++++++++++++++ > net/py-speedometer/distinfo | 3 +++ > net/py-speedometer/pkg-descr | 2 ++ > 3 files changed, 26 insertions(+) > create mode 100644 net/py-speedometer/Makefile > create mode 100644 net/py-speedometer/distinfo > create mode 100644 net/py-speedometer/pkg-descr > >diff --git a/net/py-speedometer/Makefile b/net/py-speedometer/Makefile >new file mode 100644 >index 0000000000..81cb474612 >--- /dev/null >+++ b/net/py-speedometer/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= speedometer >+DISTVERSION= 2.9 >+CATEGORIES= net python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= Speedometer-${DISTVERSION} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Chart network TX/RX and file download rates on the console >+WWW= https://excess.org/speedometer/ >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/net/py-speedometer/distinfo b/net/py-speedometer/distinfo >new file mode 100644 >index 0000000000..b549b359ad >--- /dev/null >+++ b/net/py-speedometer/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1678285767 >+SHA256 (Speedometer-2.9.tar.gz) = cc59a982a264737df5c5b205121de9377b3dff856a2762c029de7d9a0a51c583 >+SIZE (Speedometer-2.9.tar.gz) = 22100 >diff --git a/net/py-speedometer/pkg-descr b/net/py-speedometer/pkg-descr >new file mode 100644 >index 0000000000..3278834a2b >--- /dev/null >+++ b/net/py-speedometer/pkg-descr >@@ -0,0 +1,2 @@ >+speedometer is a console monitor of the rate of data across a network >+connection or data being stored in a file. >-- >2.38.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270045
:
240670
|
241817
|
241850