bashtop: Import bashtop-0.8.14 as wip/bashtop

Resource monitor that shows usage and stats for processor, memory,
disks, network and processes.
This commit is contained in:
Dan Cîrnaț 2020-04-27 12:06:32 +02:00
parent e01d6797a2
commit bf16f18042
5 changed files with 51 additions and 0 deletions

View File

@ -228,6 +228,7 @@ SUBDIR+= baloo-widgets
SUBDIR+= bamf
SUBDIR+= bamtools
SUBDIR+= banshee
SUBDIR+= bashtop
SUBDIR+= bareos
SUBDIR+= bareos-clientonly
SUBDIR+= baresip

15
bashtop/DESCR Normal file
View File

@ -0,0 +1,15 @@
Resource monitor that shows usage and stats for processor, memory, disks,
network and processes.
## Features
* Easy to use, with a game inspired menu system.
* Fast and responsive UI with UP, DOWN keys process selection.
* Function for showing detailed stats for selected process.
* Ability to filter processes.
* Easy switching between sorting options.
* Send SIGTERM, SIGKILL, SIGINT to selected process.
* UI menu for changing all config file options.
* Auto scaling graph for network usage.
* Shows message in menu if new version is available
...

27
bashtop/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $NetBSD$
GITHUB_PROJECT= bashtop
GITHUB_TAG= v0.8.14
DISTNAME= v0.8.14
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=aristocratos/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= dan@alt.md
HOMEPAGE= https://github.com/aristocratos/bashtop/
COMMENT= Linux resource monitor
LICENSE= apache-2.0
ONLY_FOR_PLATFORM= Linux-*-*
WRKSRC= ${WRKDIR}/bashtop-0.8.14
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bashtop ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
bashtop/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/bashtop

6
bashtop/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (bashtop/v0.8.14.tar.gz) = 3751c234cd636a6341296cff49420d9c3d06305d
RMD160 (bashtop/v0.8.14.tar.gz) = c3a0670dd4288805164e0afdbd48ea4224dbb334
SHA512 (bashtop/v0.8.14.tar.gz) = 8fd2f4d0fff00baa91e657a67abca5c486b62402e2c41774f1fc649b95e0148c1e27530c7dbc955b01e20ec52caefa5f5d4d0bd13ad07d2660e8e2ffe9a17039
Size (bashtop/v0.8.14.tar.gz) = 418001 bytes