1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

sysutils/littlejet: New port: Create, deploy, manage and scale FreeBSD jails anywhere

LittleJet is an open source, easy-to-use orchestrator for managing,
deploying, scaling and interconnecting FreeBSD jails anywhere in
the world.

WWW: https://github.com/DtxdF/LittleJet/

PR:		280242
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2024-07-13 16:15:40 -05:00 committed by Jose Alonso Cardenas Marquez
parent a0611f9351
commit 6c83b7a3f6
No known key found for this signature in database
GPG Key ID: 335B9246BA5E30F4
5 changed files with 58 additions and 0 deletions

View File

@ -697,6 +697,7 @@
SUBDIR += linux-miniconda-installer
SUBDIR += linux-rkbin
SUBDIR += linuxfdisk
SUBDIR += littlejet
SUBDIR += lizardfs
SUBDIR += lmmon
SUBDIR += lmon

View File

@ -0,0 +1,31 @@
PORTNAME= littlejet
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.2
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org
COMMENT= Create, deploy, manage and scale FreeBSD jails anywhere
WWW= https://github.com/DtxdF/LittleJet/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= jq>=0:textproc/jq \
cpdup>=0:sysutils/cpdup \
sansi>=0:textproc/sansi
USE_GITHUB= yes
GH_ACCOUNT= DtxdF
GH_PROJECT= LittleJet
NO_BUILD= yes
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1720748692
SHA256 (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 13fa555bb6ae0f3b49873a61419e9df05d99394b387acc1a55468b254231f168
SIZE (DtxdF-LittleJet-v0.0.2_GH0.tar.gz) = 14339807

View File

@ -0,0 +1,3 @@
LittleJet is an open source, easy-to-use orchestrator for managing,
deploying, scaling and interconnecting FreeBSD jails anywhere in
the world.

View File

@ -0,0 +1,20 @@
bin/jet
bin/littlejet
%%DATADIR%%/files/cpignore
%%DATADIR%%/files/default.conf
%%DATADIR%%/files/user.conf
%%DATADIR%%/files/lib.subr
%%DATADIR%%/runscripts/deploy.all
%%DATADIR%%/runscripts/deploy.each
%%DATADIR%%/runscripts/deploy.once
%%DATADIR%%/runscripts/deploy.random
%%DATADIR%%/runscripts/deploy.scale
%%DATADIR%%/runscripts/deploy.single
%%DATADIR%%/runscripts/vpn.wg.client
%%DATADIR%%/runscripts/vpn.wg.client.destroy
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen
%%DATADIR%%/runscripts/vpn.wg.load-balancer.pen.destroy
%%DATADIR%%/runscripts/vpn.wg.server
%%DATADIR%%/runscripts/vpn.wg.server.destroy
share/man/man1/littlejet.1.gz
share/man/man5/littlejet.conf.5.gz