Path to this page:
NOTICE: This package has been removed from pkgsrc./
misc/ini_file_manager,
Ini configuration file reader and manipulator package for Ada
Branch: CURRENT,
Version: 03,
Package name: ini_file_manager-03,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
pkgtools/cwrappers] [
lang/gcc5-aux]
Master sites:
Version history: (Expand)
- (2022-12-22) Package deleted from pkgsrc
- (2017-11-23) Package has been reborn
- (2016-12-12) Package added to pkgsrc.se, version ini_file_manager-03 (created)
CVS history: (Expand)
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2019-09-07 09:11:46 by Roland Illig | Files touched by this commit (1) |
Log message:
misc/ini_file_manager: remove misspelled C from USE_LANGUAGES
It was ignored anyway, and the package builds fine without it, as
expected.
|
2019-06-22 13:52:32 by Nia Alarie | Files touched by this commit (9) |
Log message:
Use https for sourceforge project links.
|
2018-04-02 11:30:07 by Thomas Klausner | Files touched by this commit (13) |
Log message:
*: reset maintainer for marino on his request
|
2018-01-01 19:33:34 by Roland Illig | Files touched by this commit (16) |
Log message:
Cleaned up PLIST files.
The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
all the magic for PLISTs
|
2016-12-12 01:40:18 by John Marino | Files touched by this commit (6) |
Log message:
Add misc/ini_file_manager to pkgsrc
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. It is an Ada library.
|