Date: Thu, 10 Jan 2019 19:43:45 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489892 - in head/sysutils: . jruls Message-ID: <201901101943.x0AJhjdY004023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jan 10 19:43:44 2019 New Revision: 489892 URL: https://svnweb.freebsd.org/changeset/ports/489892 Log: New port: sysutils/jruls A top-alike utility to display and update FreeBSD jails resource usage, given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable. WWW: https://github.com/606u/jruls PR: 232994 Submitted by: 606u@dir.bg Added: head/sysutils/jruls/ head/sysutils/jruls/Makefile (contents, props changed) head/sysutils/jruls/distinfo (contents, props changed) head/sysutils/jruls/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jan 10 19:43:40 2019 (r489891) +++ head/sysutils/Makefile Thu Jan 10 19:43:44 2019 (r489892) @@ -543,6 +543,7 @@ SUBDIR += jkill SUBDIR += jobd SUBDIR += jps + SUBDIR += jruls SUBDIR += jstest-gtk SUBDIR += jtop SUBDIR += jtopen Added: head/sysutils/jruls/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jruls/Makefile Thu Jan 10 19:43:44 2019 (r489892) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= jruls +PORTVERSION= 0.2 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= 606u@dir.bg +COMMENT= Display and update FreeBSD jails resource usage + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes + +GH_ACCOUNT= 606u + +PLIST_FILES= bin/jruls + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jruls ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> Added: head/sysutils/jruls/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jruls/distinfo Thu Jan 10 19:43:44 2019 (r489892) @@ -0,0 +1,3 @@ +TIMESTAMP = 1541361410 +SHA256 (606u-jruls-v0.2_GH0.tar.gz) = e6d96d72c55541521274194a29e99f111617b2a8a9024d7de99a232324f1a57e +SIZE (606u-jruls-v0.2_GH0.tar.gz) = 4063 Added: head/sysutils/jruls/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jruls/pkg-descr Thu Jan 10 19:43:44 2019 (r489892) @@ -0,0 +1,4 @@ +A top-alike utility to display and update FreeBSD jails resource usage, +given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable. + +WWW: https://github.com/606u/jruls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901101943.x0AJhjdY004023>