# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup makefile 1.0 github.setup dbohdan initool 0.18.0 v revision 0 epoch 1 categories sysutils ml maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license MIT description Manipulate INI files from the command line long_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. checksums rmd160 16ab2f2088b919cbb53bd3ecedb355e464946b1b \ sha256 f2ac73be609d8087f5e8f06223fe7cc8e81ef485739a831d1a19f00b547a5e7f \ size 22657 github.tarball_from archive depends_build-append \ port:mlton depends_lib-append port:gmp destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} move ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} copy ${worksrcpath}/README.md ${destroot}${prefix}/share/doc/${name} } # https://github.com/dbohdan/initool/issues/17 use_parallel_build no # MLton is not universal. universal_variant no