pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bashtop: Import bashtop-0.8.14 as wip/bashtop



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Mon Apr 27 12:06:32 2020 +0200
Changeset:	bf16f18042e38b43b6fc29d81f8f8265a5d81657

Modified Files:
	Makefile
Added Files:
	bashtop/DESCR
	bashtop/Makefile
	bashtop/PLIST
	bashtop/distinfo

Log Message:
bashtop: Import bashtop-0.8.14 as wip/bashtop

Resource monitor that shows usage and stats for processor, memory,
disks, network and processes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf16f18042e38b43b6fc29d81f8f8265a5d81657

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 bashtop/DESCR    | 15 +++++++++++++++
 bashtop/Makefile | 27 +++++++++++++++++++++++++++
 bashtop/PLIST    |  2 ++
 bashtop/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index aa5c0acfe0..8268ff7945 100644
--- a/Makefile
+++ b/Makefile
@@ -228,6 +228,7 @@ SUBDIR+=	baloo-widgets
 SUBDIR+=	bamf
 SUBDIR+=	bamtools
 SUBDIR+=	banshee
+SUBDIR+=	bashtop
 SUBDIR+=	bareos
 SUBDIR+=	bareos-clientonly
 SUBDIR+=	baresip
diff --git a/bashtop/DESCR b/bashtop/DESCR
new file mode 100644
index 0000000000..9278fb0293
--- /dev/null
+++ b/bashtop/DESCR
@@ -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
+...
diff --git a/bashtop/Makefile b/bashtop/Makefile
new file mode 100644
index 0000000000..577096868d
--- /dev/null
+++ b/bashtop/Makefile
@@ -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@localhost
+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"
diff --git a/bashtop/PLIST b/bashtop/PLIST
new file mode 100644
index 0000000000..dd5526f1bc
--- /dev/null
+++ b/bashtop/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/bashtop
diff --git a/bashtop/distinfo b/bashtop/distinfo
new file mode 100644
index 0000000000..081de1ad6a
--- /dev/null
+++ b/bashtop/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index