View | Details | Raw Unified | Return to bug 287221 | Differences between
and this patch

Collapse All | Expand All

(-)b/jailmanager/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	jailmanager
2
PORTVERSION=	0.1
3
CATEGORIES=	sysutils
4
5
MAINTAINER=	jsmith@resonatingmedia.com
6
COMMENT=	Simple shell script for managing FreeBSD jails
7
WWW=		https://github.com/slicer69/jailmanager
8
9
LICENSE=	BSD3CLAUSE
10
LICENSE_FILE=	${WRKDIR}/JailManager-${PORTVERSION}/LICENSE
11
12
RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	slicer69
16
NO_BUILD=	yes
17
NO_ARCH=	yes
18
19
PLIST_FILES=	bin/jm
20
21
do-install:
22
	${INSTALL_SCRIPT} ${WRKDIR}/JailManager-${PORTVERSION}/jm ${STAGEDIR}${PREFIX}/bin/jm
23
24
.include <bsd.port.mk>
(-)b/jailmanager/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1748812222
2
SHA256 (slicer69-jailmanager-0.1_GH0.tar.gz) = b7954acde7f290ad863c09a2a49b0d1ef69d92deb2401df5a820df5f3e98d584
3
SIZE (slicer69-jailmanager-0.1_GH0.tar.gz) = 3041
(-)b/jailmanager/pkg-descr (+7 lines)
Added Link Here
1
JailManager is a shell script for creating, managing,
2
updating, and removing jails. It handles initializing the
3
underlying FreeBSD system, creating jails, handling initial
4
configuration, updates, and starting/stopping jails.
5
6
JailManager runs on FreeBSD 13.x and newer. It does
7
not require ZFS and works on any BSD filesystem.

Return to bug 287221