View | Details | Raw Unified | Return to bug 275500 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 1199-1204 Link Here
1199
    SUBDIR += rename
1199
    SUBDIR += rename
1200
    SUBDIR += renameutils
1200
    SUBDIR += renameutils
1201
    SUBDIR += reoback
1201
    SUBDIR += reoback
1202
    SUBDIR += reproduce
1202
    SUBDIR += reptyr
1203
    SUBDIR += reptyr
1203
    SUBDIR += respond
1204
    SUBDIR += respond
1204
    SUBDIR += rest-server
1205
    SUBDIR += rest-server
(-)b/sysutils/reproduce/Makefile (+28 lines)
Added Link Here
1
PORTNAME=	reproduce
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.3.0
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	DtxdF@disroot.org
7
COMMENT=	AppJail image builder
8
WWW=		https://github.com/DtxdF/${PORTNAME}
9
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	DtxdF
15
GH_PROJECT=	${PORTNAME}
16
17
NO_BUILD=	yes
18
19
PLIST_FILES=	bin/appjail-reproduce
20
PORTDOCS=	README.md
21
22
OPTIONS_DEFINE=	DOCS
23
24
do-install-DOCS-on:
25
	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
26
	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
27
28
.include <bsd.port.mk>
(-)b/sysutils/reproduce/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1702702539
2
SHA256 (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = ff042cdc47076df140b0821d1da2705dc4e6555e0308b450796284f31e1be076
3
SIZE (DtxdF-reproduce-v0.3.0_GH0.tar.gz) = 9939
(-)b/sysutils/reproduce/pkg-descr (+4 lines)
Added Link Here
1
AppJail Reproduce is a small open source BSD-3 licensed tool for
2
automating the creation of images using Makejails, scripts and
3
simple text files, providing a common workflow and simplifying many
4
things.
(-)b/sysutils/reproduce/pkg-message (-1 / +8 lines)
Added Link Here
0
- 
1
[
2
{ type: install
3
  message: <<EOM
4
sysutils/reproduce needs sysutils/appjail or sysutils/appjail-devel
5
to work properly, please install one of them.
6
EOM
7
}
8
]

Return to bug 275500