diff options
| author | Slawomir Wojciech Wojtczak <vermaden@interia.pl> | 2025-12-04 17:01:53 +0000 |
|---|---|---|
| committer | Lars Engels <lme@FreeBSD.org> | 2025-12-04 17:13:58 +0000 |
| commit | ce7e036c053f5377354c34a7aba33dd34256e83c (patch) | |
| tree | c7fe63a0d052d2ccf8cf0aed1738e01adfdedb95 | |
| parent | a215c0a8aecd5fbbbe4a62b1b6d80db3023a348f (diff) | |
sysutils/jmore: Add new port
The jmore(8) is FreeBSD Jails listing and managing utility.
Covers classic and VNET Jails - also BastilleBSD ones.
Displays IP(s)/interfaces/CPU/RAM/dir/... etc.
WWW: https://github.com/vermaden/jmore
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/jmore/Makefile | 27 | ||||
| -rw-r--r-- | sysutils/jmore/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/jmore/pkg-descr | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 28cb62441e3c..3f2a1f824b04 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -575,6 +575,7 @@ SUBDIR += jdupes SUBDIR += jest SUBDIR += jkill + SUBDIR += jmore SUBDIR += joshuto SUBDIR += jps SUBDIR += jruls diff --git a/sysutils/jmore/Makefile b/sysutils/jmore/Makefile new file mode 100644 index 000000000000..3d8b2fa0d233 --- /dev/null +++ b/sysutils/jmore/Makefile @@ -0,0 +1,27 @@ +PORTNAME= jmore +DISTVERSION= 0.5.20251030 +DISTVERSIONSUFFIX= -g${GH_TAGNAME} +CATEGORIES= sysutils + +MAINTAINER= vermaden@interia.pl +COMMENT= FreeBSD Jail listing and managing utility +WWW= https://github.com/vermaden/jmore + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= vermaden +GH_PROJECT= jmore +GH_TAGNAME= 9b72e97 + +NO_ARCH= YES +NO_BUILD= YES + +PLIST_FILES= sbin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/jmore \ + ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/sysutils/jmore/distinfo b/sysutils/jmore/distinfo new file mode 100644 index 000000000000..caa9944ee7c5 --- /dev/null +++ b/sysutils/jmore/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764757055 +SHA256 (vermaden-jmore-0.5.20251030-g9b72e97-9b72e97_GH0.tar.gz) = 6c76ff2e65abc42d0ee8574eb32946a042e01cf06e5cb955e73ef2fbd277a0f1 +SIZE (vermaden-jmore-0.5.20251030-g9b72e97-9b72e97_GH0.tar.gz) = 19701 diff --git a/sysutils/jmore/pkg-descr b/sysutils/jmore/pkg-descr new file mode 100644 index 000000000000..966a01483a59 --- /dev/null +++ b/sysutils/jmore/pkg-descr @@ -0,0 +1,5 @@ +The jmore(8) is FreeBSD Jails listing and managing utility. + +Covers classic and VNET Jails - also BastilleBSD ones. + +Displays IP(s)/interfaces/CPU/RAM/dir/... etc. |
