Skip to content

Commit

Permalink
sysutils/btop: Monitor of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 14, 2022
1 parent 72034e7 commit 1c59b3d
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -140,6 +140,7 @@
SUBDIR += bsdisks
SUBDIR += bsdstats
SUBDIR += bstack
SUBDIR += btop
SUBDIR += btsixad
SUBDIR += bulk_extractor
SUBDIR += bupstash
Expand Down
17 changes: 17 additions & 0 deletions sysutils/btop/Makefile
@@ -0,0 +1,17 @@
PORTNAME= btop
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.7
CATEGORIES= sysutils

MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Monitor of resources

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= gmake
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= aristocratos

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions sysutils/btop/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1655221748
SHA256 (aristocratos-btop-v1.2.7_GH0.tar.gz) = 60075824ca4e14c1ca920b76ffb101fc2340c5342f3ba600b5c280389b69bbbf
SIZE (aristocratos-btop-v1.2.7_GH0.tar.gz) = 974883
6 changes: 6 additions & 0 deletions sysutils/btop/pkg-descr
@@ -0,0 +1,6 @@
Resource monitor that shows usage and stats for processor, memory, disks,
network and processes.

C++ version and continuation of bashtop and bpytop.

WWW: https://github.com/aristocratos/btop
26 changes: 26 additions & 0 deletions sysutils/btop/pkg-plist
@@ -0,0 +1,26 @@
bin/btop
share/applications/btop.desktop
%%DATADIR%%/README.md
%%DATADIR%%/themes/HotPurpleTrafficLight.theme
%%DATADIR%%/themes/adapta.theme
%%DATADIR%%/themes/ayu.theme
%%DATADIR%%/themes/dracula.theme
%%DATADIR%%/themes/dusklight.theme
%%DATADIR%%/themes/flat-remix-light.theme
%%DATADIR%%/themes/flat-remix.theme
%%DATADIR%%/themes/greyscale.theme
%%DATADIR%%/themes/gruvbox_dark.theme
%%DATADIR%%/themes/gruvbox_dark_v2.theme
%%DATADIR%%/themes/gruvbox_material_dark.theme
%%DATADIR%%/themes/kyli0x.theme
%%DATADIR%%/themes/matcha-dark-sea.theme
%%DATADIR%%/themes/monokai.theme
%%DATADIR%%/themes/night-owl.theme
%%DATADIR%%/themes/nord.theme
%%DATADIR%%/themes/onedark.theme
%%DATADIR%%/themes/solarized_dark.theme
%%DATADIR%%/themes/tokyo-night.theme
%%DATADIR%%/themes/tokyo-storm.theme
%%DATADIR%%/themes/whiteout.theme
share/icons/hicolor/48x48/apps/btop.png
share/icons/hicolor/scalable/apps/btop.svg

0 comments on commit 1c59b3d

Please sign in to comment.