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

(-)b/sysutils/initool/Makefile (+34 lines)
Added Link Here
1
PORTNAME=	initool
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.10.0
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	DtxdF@disroot.org
7
COMMENT=	Manipulate INI files from the command line
8
WWW=		https://github.com/dbohdan/initool
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
BUILD_DEPENDS=	mlton>0:lang/mlton
14
LIB_DEPENDS=	libgmp.so:math/gmp
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	dbohdan
18
19
ALL_TARGET=	initool
20
21
PLIST_FILES=	bin/initool
22
23
PORTDOCS=	README.md
24
25
OPTIONS_DEFINE=	DOCS
26
27
do-install:
28
	${INSTALL_PROGRAM} ${WRKSRC}/initool ${STAGEDIR}${PREFIX}/bin
29
30
do-install-DOCS-on:
31
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
32
	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
33
34
.include <bsd.port.mk>
(-)b/sysutils/initool/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1688337742
2
SHA256 (dbohdan-initool-v0.10.0_GH0.tar.gz) = 72afa26923976083891282c26599cf2ef41d2bc4765b40c8e488fb32ca6111fc
3
SIZE (dbohdan-initool-v0.10.0_GH0.tar.gz) = 10846
(-)b/sysutils/initool/pkg-descr (-1 / +5 lines)
Added Link Here
0
- 
1
Initool lets you manipulate the contents of INI files from the
2
command line. It is a rewrite of an earlier program by the same
3
developer called "iniparse". Rather than modify INI files in place
4
like iniparse, however, it prints the modified contents to standard
5
output.

Return to bug 272351