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

(-)b/sysutils/Makefile (+1 lines)
Lines 699-704 Link Here
699
    SUBDIR += linux-miniconda-installer
699
    SUBDIR += linux-miniconda-installer
700
    SUBDIR += linux-rkbin
700
    SUBDIR += linux-rkbin
701
    SUBDIR += linuxfdisk
701
    SUBDIR += linuxfdisk
702
    SUBDIR += littlejet
702
    SUBDIR += lizardfs
703
    SUBDIR += lizardfs
703
    SUBDIR += lmmon
704
    SUBDIR += lmmon
704
    SUBDIR += lmon
705
    SUBDIR += lmon
(-)b/sysutils/littlejet/Makefile (+31 lines)
Added Link Here
1
PORTNAME=	littlejet
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.0.2
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	DtxdF@disroot.org
7
COMMENT=	Create, deploy, manage and scale FreeBSD jails anywhere
8
WWW=		https://github.com/DtxdF/LittleJet/
9
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	jq>=0:textproc/jq \
14
		cpdup>=0:sysutils/cpdup \
15
		sansi>=0:textproc/sansi
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	DtxdF
19
GH_PROJECT=	LittleJet
20
21
NO_BUILD=	yes
22
23
PORTDOCS=	README.md
24
25
OPTIONS_DEFINE=	DOCS
26
27
do-install-DOCS-on:
28
	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
29
	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
30
31
.include <bsd.port.mk>
(-)b/sysutils/littlejet/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1720748692
2
SHA256 (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 13fa555bb6ae0f3b49873a61419e9df05d99394b387acc1a55468b254231f168
3
SIZE (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 14339807
(-)b/sysutils/littlejet/pkg-descr (+3 lines)
Added Link Here
1
LittleJet is an open source, easy-to-use orchestrator for managing,
2
deploying, scaling and interconnecting FreeBSD jails anywhere in
3
the world.
(-)b/sysutils/littlejet/pkg-plist (-1 / +20 lines)
Added Link Here
0
- 
1
bin/jet
2
bin/littlejet
3
%%DATADIR%%/files/cpignore
4
%%DATADIR%%/files/default.conf
5
%%DATADIR%%/files/user.conf
6
%%DATADIR%%/files/lib.subr
7
%%DATADIR%%/runscripts/deploy.all
8
%%DATADIR%%/runscripts/deploy.each
9
%%DATADIR%%/runscripts/deploy.once
10
%%DATADIR%%/runscripts/deploy.random
11
%%DATADIR%%/runscripts/deploy.scale
12
%%DATADIR%%/runscripts/deploy.single
13
%%DATADIR%%/runscripts/vpn.wg.client
14
%%DATADIR%%/runscripts/vpn.wg.client.destroy
15
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen
16
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen.destroy
17
%%DATADIR%%/runscripts/vpn.wg.server
18
%%DATADIR%%/runscripts/vpn.wg.server.destroy
19
share/man/man1/littlejet.1.gz
20
share/man/man5/littlejet.conf.5.gz

Return to bug 280242