Bug 272351 - [NEW PORT] sysutils/initool: Manipulate INI files from the command line
Summary: [NEW PORT] sysutils/initool: Manipulate INI files from the command line
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lars Engels
URL: https://github.com/dbohdan/initool
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-03 15:18 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-07-24 20:18 UTC (History)
1 user (show)

See Also:


Attachments
initool-0.10.0.patch (2.55 KB, patch)
2023-07-03 15:18 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!