git: 7c8c130d2826 - main - sysutils/reproduce: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 11:35:32 UTC
The branch main has been updated by jbo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c8c130d28262a4ccecb146b3fe31c1dfe2e88da
commit 7c8c130d28262a4ccecb146b3fe31c1dfe2e88da
Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-12-20 19:32:53 +0000
Commit: Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2023-12-28 11:33:15 +0000
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
---
sysutils/Makefile | 1 +
sysutils/reproduce/Makefile | 27 +++++++++++++++++++++++++++
sysutils/reproduce/distinfo | 3 +++
sysutils/reproduce/pkg-descr | 4 ++++
sysutils/reproduce/pkg-message | 8 ++++++++
5 files changed, 43 insertions(+)
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 80b4aed6f3df..bec4fef26dba 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1199,6 +1199,7 @@
SUBDIR += rename
SUBDIR += renameutils
SUBDIR += reoback
+ SUBDIR += reproduce
SUBDIR += reptyr
SUBDIR += respond
SUBDIR += rest-server
diff --git a/sysutils/reproduce/Makefile b/sysutils/reproduce/Makefile
new file mode 100644
index 000000000000..e9079d562577
--- /dev/null
+++ b/sysutils/reproduce/Makefile
@@ -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>
diff --git a/sysutils/reproduce/distinfo b/sysutils/reproduce/distinfo
new file mode 100644
index 000000000000..20175cc9fcb9
--- /dev/null
+++ b/sysutils/reproduce/distinfo
@@ -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
diff --git a/sysutils/reproduce/pkg-descr b/sysutils/reproduce/pkg-descr
new file mode 100644
index 000000000000..192563f8e24d
--- /dev/null
+++ b/sysutils/reproduce/pkg-descr
@@ -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.
diff --git a/sysutils/reproduce/pkg-message b/sysutils/reproduce/pkg-message
new file mode 100644
index 000000000000..6681d4c1ced3
--- /dev/null
+++ b/sysutils/reproduce/pkg-message
@@ -0,0 +1,8 @@
+[
+{ type: install
+ message: <<EOM
+This port requires either sysutils/appjail or sysutils/appjail-devel
+to work properly.
+EOM
+}
+]