From owner-svn-ports-all@freebsd.org Fri Aug 7 09:33:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37EAD3B6C0A; Fri, 7 Aug 2020 09:33:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNKsj0myQz4DNY; Fri, 7 Aug 2020 09:33:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2FA915CD3; Fri, 7 Aug 2020 09:33:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0779XC18087294; Fri, 7 Aug 2020 09:33:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0779XCX7087290; Fri, 7 Aug 2020 09:33:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202008070933.0779XCX7087290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Aug 2020 09:33:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544317 - in head/sysutils: . bashtop X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/sysutils: . bashtop X-SVN-Commit-Revision: 544317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 09:33:13 -0000 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 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