Bug 272351

Summary: [NEW PORT] sysutils/initool: Manipulate INI files from the command line
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Lars Engels <lme>
Status: Closed FIXED    
Severity: Affects Only Me CC: lme
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/dbohdan/initool
Attachments:
Description Flags
initool-0.10.0.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2023-07-03 15:18:28 UTC
Created attachment 243185 [details]
initool-0.10.0.patch

Description:

Initool lets you manipulate the contents of INI files from the
command line. It is a rewrite of an earlier program by the same
developer called "iniparse". Rather than modify INI files in place
like iniparse, however, it prints the modified contents to standard
output.

WWW: https://github.com/dbohdan/initool

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-07-23 21:23:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06ff862b4cb875c0ccb4ed4bff2c53810166b30b

commit 06ff862b4cb875c0ccb4ed4bff2c53810166b30b
Author:     Lars Engels <lme@FreeBSD.org>
AuthorDate: 2023-07-23 21:16:31 +0000
Commit:     Lars Engels <lme@FreeBSD.org>
CommitDate: 2023-07-23 21:16:31 +0000

    sysutils/initool: add new port

    Initool lets you manipulate the contents of INI files from the
    command line. It is a rewrite of an earlier program by the same
    developer called "iniparse". Rather than modify INI files in place
    like iniparse, however, it prints the modified contents to standard
    output.

    PR:             272351
    Submitted by:   Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>

 sysutils/Makefile                |  1 +
 sysutils/initool/Makefile (new)  | 34 ++++++++++++++++++++++++++++++++++
 sysutils/initool/distinfo (new)  |  3 +++
 sysutils/initool/pkg-descr (new) |  5 +++++
 4 files changed, 43 insertions(+)
Comment 2 Lars Engels freebsd_committer freebsd_triage 2023-07-24 20:18:03 UTC
New port added. Thank you!