Version: 1.7.2, Package name: libconfig-1.7.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Libconfig is a simple library for manipulating structured configuration files. This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. Libconfig is very compact - for example, the stripped C shared library is much smaller than the expat XML parser library. This makes it well-suited for memory-constrained systems like handheld devices. |
Filesize: 704.455 KB |
Version History (View Complete History) |
|
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-05-17 03:55:16 by Marc Espie | Files touched by this commit (2) |
Log message: someone forgot to add new example files after the last update |
2018-05-02 13:36:50 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to libconfig 1.7.2. New website/upstream on github, build-tested all consumers. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-06-03 23:26:17 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to libconfig-1.5. |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2011-01-16 04:16:12 by Remi Pointel | Files touched by this commit (2) |
Log message: Add example.cfg to have all examples (needed by other examples). Delete "c" in WANTLIB because indicated in Extra. Bump revision. ok jasper@ |
2010-12-15 02:31:46 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - update libconfig to 1.4.6 - remove markus bergkvist as maintainer per his request identical diffs by remi pointel and pea@ ok pea@ |
2009-05-30 15:58:37 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update libconfig to 1.3.2 from markus bergkvist (MAINTAINER) |
2008-09-16 10:52:15 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update libconfig to 1.3.1 - install example code - tweak license (from me) from Markus Bergkvist (MAINTAINER) |
2008-06-23 11:47:46 by Will Maier | Files touched by this commit (3) |
Log message: Update to 1.3. Diff from Markus Bergkvist <markus.bergkvist at noda dot se>, who also takes MAINTAINERship. Thanks! ok merdely@ |
2007-12-12 08:41:59 by Michael Erdely | Files touched by this commit (3) |
Log message: Update to 1.2. Remove unneeded patch. From MAINTAINER (Will Maier) ok landry@, "looks good" steven@ |
2007-09-23 11:07:21 by Michael Erdely | Files touched by this commit (1) |
Log message: Tweak HOMEPAGE and MASTER_SITES. ok MAINTAINER (Will Maier) and simon@ |