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 (+36 lines)
Added Link Here
1
PORTNAME=	reproduce
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.3.0
4
CATEGORIES=	sysutils
5
PKGNAMESUFFIX=	-${FLAVOR}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	AppJail image builder
9
WWW=		https://github.com/DtxdF/${PORTNAME}
10
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
FLAVORS=	stable devel
15
16
devel_RUN_DEPENDS=		appjail:sysutils/appjail-devel
17
devel_CONFLICTS_INSTALL=	${PORTNAME}-stable
18
stable_RUN_DEPENDS=		appjail:sysutils/appjail
19
stable_CONFLICTS_INSTALL=	${PORTNAME}-devel
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	DtxdF
23
GH_PROJECT=	${PORTNAME}
24
25
NO_BUILD=	yes
26
27
PLIST_FILES=	bin/appjail-reproduce
28
PORTDOCS=	README.md
29
30
OPTIONS_DEFINE=	DOCS
31
32
do-install-DOCS-on:
33
	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR}
35
36
.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 (-1 / +4 lines)
Added Link Here
0
- 
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.

Return to bug 275500