View | Details | Raw Unified | Return to bug 260712
Collapse All | Expand All

(-)b/sysutils/rocinante/Makefile (+29 lines)
Added Link Here
1
# Created by: Christer Edwards <christer.edwards@gmail.com>
2
3
PORTNAME=      rocinante
4
PORTVERSION=   0.1.20211225
5
CATEGORIES=    sysutils
6
7
MAINTAINER=    christer.edwards@gmail.com
8
COMMENT=       Rocinante is lightweight configuration management software.
9
10
LICENSE=       BSD3CLAUSE
11
LICENSE_FILE=  ${WRKSRC}/LICENSE
12
13
USE_GITHUB=    yes
14
GH_ACCOUNT=    bastillebsd
15
GH_TAGNAME=    81a4898
16
17
NO_BUILD=      yes
18
NO_ARCH=       yes
19
20
do-install:
21
       ${INSTALL_SCRIPT} ${WRKSRC}/${PREFIX}/bin/rocinante ${STAGEDIR}${PREFIX}/bin
22
23
post-install:
24
       ${MKDIR} ${STAGEDIR}${PREFIX}/etc
25
       ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
26
       (cd ${WRKSRC}/${PREFIX}/libexec/${PORTNAME} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/libexec/${PORTNAME})
27
       ${INSTALL_DATA} ${WRKSRC}${PREFIX}/etc/rocinante.conf ${STAGEDIR}${PREFIX}/etc/rocinante.conf.sample
28
29
.include <bsd.port.mk>
(-)b/sysutils/rocinante/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1640409059
2
SHA256 (bastillebsd-rocinante-0.1.20211225-81a4898_GH0.tar.gz) = ca0cbb90f45ce3642202c4a4b07e35121254a86052b937d4cd52a07f29525cb2
3
SIZE (bastillebsd-rocinante-0.1.20211225-81a4898_GH0.tar.gz) = 9901
(-)b/sysutils/rocinante/pkg-descr (+3 lines)
Added Link Here
1
Rocinante is lightweight configuration management software.
2
3
WWW: https://rocinante.sh
(-)b/sysutils/rocinante/pkg-plist (+18 lines)
Added Link Here
1
bin/rocinante
2
@sample %%ETCDIR%%.conf.sample
3
libexec/rocinante/bootstrap.sh
4
libexec/rocinante/cmd.sh
5
libexec/rocinante/common.sh
6
libexec/rocinante/cp.sh
7
libexec/rocinante/limits.sh
8
libexec/rocinante/list.sh
9
libexec/rocinante/pkg.sh
10
libexec/rocinante/service.sh
11
libexec/rocinante/sysctl.sh
12
libexec/rocinante/sysrc.sh
13
libexec/rocinante/template.sh
14
libexec/rocinante/update.sh
15
libexec/rocinante/upgrade.sh
16
libexec/rocinante/verify.sh
17
libexec/rocinante/zfs.sh
18
libexec/rocinante/zpool.sh

Return to bug 260712