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

This commit is contained in:
lwhsu
2020-08-07 09:33:11 +00:00
parent d486a6c93f
commit 66db650e00
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@
SUBDIR += bareos18-server
SUBDIR += bareos18-traymonitor
SUBDIR += barrier
SUBDIR += bashtop
SUBDIR += bastille
SUBDIR += batmon
SUBDIR += battmond
+27
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>
+3
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
+4
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