sysutils/reproduce: New port

AppJail Reproduce is a small open source BSD-3 licensed tool for
automating the creation of images using Makejails, scripts and
simple text files, providing a common workflow and simplifying many
things.

PR:			275500
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D43151
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2023-12-20 15:32:53 -04:00 committed by Joel Bodenmann
parent 16f2f4c4df
commit 7c8c130d28
5 changed files with 43 additions and 0 deletions

View file

@ -1199,6 +1199,7 @@
SUBDIR += rename
SUBDIR += renameutils
SUBDIR += reoback
SUBDIR += reproduce
SUBDIR += reptyr
SUBDIR += respond
SUBDIR += rest-server

View file

@ -0,0 +1,27 @@
PORTNAME= reproduce
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org
COMMENT= AppJail image builder
WWW= https://github.com/DtxdF/reproduce
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= DtxdF
NO_BUILD= yes
PLIST_FILES= bin/appjail-reproduce
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 = 1702702539
SHA256 (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = ff042cdc47076df140b0821d1da2705dc4e6555e0308b450796284f31e1be076
SIZE (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = 9939

View file

@ -0,0 +1,4 @@
AppJail Reproduce is a small open source BSD-3 licensed tool for
automating the creation of images using Makejails, scripts and
simple text files, providing a common workflow and simplifying many
things.

View file

@ -0,0 +1,8 @@
[
{ type: install
message: <<EOM
This port requires either sysutils/appjail or sysutils/appjail-devel
to work properly.
EOM
}
]