FreeBSD Bugzilla – Attachment 244216 Details for
Bug 273234
[NEW PORT] sysutils/py-director: Define and run multi-jail environments with AppJail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-director-0.2.1.patch
0002-sysutils-py-director-New-port-Define-and-run-multi-j.patch (text/plain), 3.15 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-08-19 19:25:43 UTC
(
hide
)
Description:
py-director-0.2.1.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-08-19 19:25:43 UTC
Size:
3.15 KB
patch
obsolete
>From 92e352a314da6f63433ff28772dd091768ef254f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sat, 19 Aug 2023 15:12:09 -0400 >Subject: [PATCH] sysutils/py-director: New port: Define and run multi-jail > environments with AppJail > >AppJail Director is a tool for running multi-jail environments on >AppJail using a simple YAML specification. A Director file is used >to define how one or more jails that make up your application are >configured. Once you have a Director file, you can create and start >your application with a single command: appjail-director up > >WWW: https://github.com/DtxdF/director >--- > sysutils/py-director/Makefile | 41 ++++++++++++++++++++++++++++++++++ > sysutils/py-director/distinfo | 3 +++ > sysutils/py-director/pkg-descr | 5 +++++ > 3 files changed, 49 insertions(+) > create mode 100644 sysutils/py-director/Makefile > create mode 100644 sysutils/py-director/distinfo > create mode 100644 sysutils/py-director/pkg-descr > >diff --git a/sysutils/py-director/Makefile b/sysutils/py-director/Makefile >new file mode 100644 >index 000000000..deef404c4 >--- /dev/null >+++ b/sysutils/py-director/Makefile >@@ -0,0 +1,41 @@ >+PORTNAME= director >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.2.1 >+CATEGORIES= sysutils python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Define and run multi-jail environments with AppJail >+WWW= https://github.com/DtxdF/${PORTNAME} >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}strictyaml>=0:devel/py-strictyaml@${PY_FLAVOR} >+ >+USES= python >+USE_GITHUB= yes >+GH_ACCOUNT= DtxdF >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+PORTDOCS= README.md >+ >+OPTIONS_DEFINE= DOCS >+OPTIONS_DEFAULT= APPJAIL_STABLE >+OPTIONS_SINGLE= APPJAIL >+OPTIONS_SINGLE_APPJAIL= APPJAIL_DEVEL APPJAIL_STABLE >+ >+APPJAIL_DEVEL_DESC= Use the development version of AppJail >+APPJAIL_STABLE_DESC= Use the stable version of AppJail >+ >+APPJAIL_DEVEL_RUN_DEPENDS= appjail:sysutils/appjail-devel >+APPJAIL_STABLE_RUN_DEPENDS= appjail:sysutils/appjail >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}/${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/sysutils/py-director/distinfo b/sysutils/py-director/distinfo >new file mode 100644 >index 000000000..ced7eb9c7 >--- /dev/null >+++ b/sysutils/py-director/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1692471352 >+SHA256 (DtxdF-director-v0.2.1_GH0.tar.gz) = 83d38b8ac63a24157270f4b47a80b45f05febe399a7e3809e097ab944889db42 >+SIZE (DtxdF-director-v0.2.1_GH0.tar.gz) = 10938 >diff --git a/sysutils/py-director/pkg-descr b/sysutils/py-director/pkg-descr >new file mode 100644 >index 000000000..423a7927c >--- /dev/null >+++ b/sysutils/py-director/pkg-descr >@@ -0,0 +1,5 @@ >+AppJail Director is a tool for running multi-jail environments on >+AppJail using a simple YAML specification. A Director file is used >+to define how one or more jails that make up your application are >+configured. Once you have a Director file, you can create and start >+your application with a single command: appjail-director up >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273234
: 244216