summaryrefslogtreecommitdiffstats
path: root/contrib/libucl
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r295159, kill foreign VCS files.sobomax2016-02-111-8/+0
| | | | Approved by: re (marius)
* MFC r264400,r265836:ngie2014-12-314-4/+4
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* MFC: r263648, r264789, r266636bapt2014-07-1987-704/+6019
| | | | | | | | This brings: - schema validation - xpath-like interface for ucl objects Adapt pkg(7) to the new libucl API
* MFC: r262398,r262399,r262410,r262975bapt2014-03-1147-0/+10257
Import libucl into head UCL is heavily infused by nginx configuration as the example of a convenient configuration system. However, UCL is fully compatible with JSON format and is able to parse json files. UCL is used by pkg(8) for its configuration file as well for the manifest format in packages, it will be used in base for the pkg boostrap (signature checking and configuration file parsing.) libucl has been developped and is maintained by vsevolod@
OpenPOWER on IntegriCloud