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:
parent
33a56795a2
commit
4b9535acc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544317
@ -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
27
sysutils/bashtop/Makefile
Normal 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
sysutils/bashtop/distinfo
Normal file
3
sysutils/bashtop/distinfo
Normal 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
sysutils/bashtop/pkg-descr
Normal file
4
sysutils/bashtop/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user