1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add sysutils/bashtop, Linux/OSX/FreeBSD resource monitor

This commit is contained in:
Li-Wen Hsu 2020-08-07 09:33:11 +00:00
parent 33a56795a2
commit 4b9535acc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544317
4 changed files with 35 additions and 0 deletions

View File

@ -95,6 +95,7 @@
SUBDIR += bareos18-server
SUBDIR += bareos18-traymonitor
SUBDIR += barrier
SUBDIR += bashtop
SUBDIR += bastille
SUBDIR += batmon
SUBDIR += battmond

27
sysutils/bashtop/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= bashtop
DISTVERSION= 0.9.25
CATEGORIES= sysutils
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Linux/OSX/FreeBSD resource monitor
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= coreutils>0:sysutils/coreutils \
gsed:textproc/gsed
USES= python:3.5+,run
USE_GITHUB= yes
GH_ACCOUNT= aristocratos
GH_TAGNAME= d2eb76e
PLIST_FILES= bin/bashtop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bashtop ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1596792173
SHA256 (aristocratos-bashtop-0.9.25-d2eb76e_GH0.tar.gz) = 39549e1a7c586bd2c02a9650b0ba79b10d5dcab9287df596ebab0f57922fcec4
SIZE (aristocratos-bashtop-0.9.25-d2eb76e_GH0.tar.gz) = 453955

View File

@ -0,0 +1,4 @@
Resource monitor that shows usage and stats for processor, memory, disks,
network and processes.
WWW: https://github.com/aristocratos/bashtop