Port details on branch 2025Q1 |
- ini_file_manager Ini configuration file reader and manipulator package for Ada
- 11 misc
=4 11Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2014-03-23 23:44:15
- Last Update: 2024-06-19 06:32:13
- Commit Hash: e01497c
- People watching this port, also watch:: libpciaccess, netcat, py39-pexpect, lua52, vm-bhyve
- License: MIT
- WWW:
- https://sourceforge.net/projects/ini-files/
- Description:
- The Ini file manager consists of a package, Config, which can read or write
informations from various configuration files known as "ini" files because
they have often the ".ini" extension. They are text files which look like
the following:
; Comment line
[Section 1]
a_string = abcd # a comment here...
a_number = +123.456 ; another comment
[Section 2]
a_string = efgh
For more examples in this format, just search files with the .ini extension
on a Windows-based computer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ini_file_manager>0:misc/ini_file_manager
- To install the port:
- cd /usr/ports/misc/ini_file_manager/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ini_file_manager
- pkg install ini_file_manager
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ini_file_manager
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717109745
SHA256 (ini-files-11.zip) = 224e97dc0f88503c76736dc6c6d7220930ef09404f45c50fc339f19492966774
SIZE (ini-files-11.zip) = 14859
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gprbuild>0 : devel/gprbuild
- gnat : lang/gnat12
- This port is required by:
- for Build
-
- ports-mgmt/synth
Configuration Options:
- No options to configure
- Options name:
- misc_ini_file_manager
- USES:
- ada zip dos2unix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|