Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2020 09:33:12 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544317 - in head/sysutils: . bashtop
Message-ID:  <202008070933.0779XCX7087290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Aug  7 09:33:11 2020
New Revision: 544317
URL: https://svnweb.freebsd.org/changeset/ports/544317

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

Added:
  head/sysutils/bashtop/
  head/sysutils/bashtop/Makefile   (contents, props changed)
  head/sysutils/bashtop/distinfo   (contents, props changed)
  head/sysutils/bashtop/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Aug  7 09:07:40 2020	(r544316)
+++ head/sysutils/Makefile	Fri Aug  7 09:33:11 2020	(r544317)
@@ -95,6 +95,7 @@
     SUBDIR += bareos18-server
     SUBDIR += bareos18-traymonitor
     SUBDIR += barrier
+    SUBDIR += bashtop
     SUBDIR += bastille
     SUBDIR += batmon
     SUBDIR += battmond

Added: head/sysutils/bashtop/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bashtop/Makefile	Fri Aug  7 09:33:11 2020	(r544317)
@@ -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>

Added: head/sysutils/bashtop/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bashtop/distinfo	Fri Aug  7 09:33:11 2020	(r544317)
@@ -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

Added: head/sysutils/bashtop/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bashtop/pkg-descr	Fri Aug  7 09:33:11 2020	(r544317)
@@ -0,0 +1,4 @@
+Resource monitor that shows usage and stats for processor, memory, disks,
+network and processes.
+
+WWW: https://github.com/aristocratos/bashtop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008070933.0779XCX7087290>