View | Details | Raw Unified | Return to bug 232994
Collapse All | Expand All

(-)sysutils/jruls/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	jruls
4
PORTVERSION=	0.2
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	sysutils
7
8
MAINTAINER=	606u@dir.bg
9
COMMENT=	Display and update FreeBSD jails resource usage
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USE_GITHUB=	yes
15
16
GH_ACCOUNT=	606u
17
18
PLIST_FILES=	bin/jruls
19
20
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/jruls ${STAGEDIR}${PREFIX}/bin
22
23
.include <bsd.port.mk>
(-)sysutils/jruls/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1541361410
2
SHA256 (606u-jruls-v0.2_GH0.tar.gz) = e6d96d72c55541521274194a29e99f111617b2a8a9024d7de99a232324f1a57e
3
SIZE (606u-jruls-v0.2_GH0.tar.gz) = 4063
(-)sysutils/jruls/pkg-descr (+4 lines)
Line 0 Link Here
1
A top-alike utility to display and update FreeBSD jails resource usage,
2
given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable.
3
4
WWW: https://github.com/606u/jruls

Return to bug 232994