Update confuse to 2.8.
Changes
- Support for specifying a searchpath for cfg_parse(), by J.J. Green
- Restore build of shared library by default, by Nathan Phillip Brink
- Added German translation, contributed by Chris Leick, Aurelien Jarno, and
Tux^verdreifelt.
- Document CFG_SIMPLE_STR for doxygen, by Nathan Phillip Brink
- Update ISC license to 2007 version, by Joachim Nilsson
- Write files in a Bourne shell compatible way, by Alvaro G. M
- Fix mid-string environment variable substitution, by Frank Hunleth
Fixes
- Various ISO C90 and -ansi fixes by Carlo Marcelo Arenas Belon
- Fix C++ compiler warnings for const strings, by Craig McQueen
- Fix make distcheck and out-of-source builds, by Nathan Phillip Brink
- Fix missing .gitignore files, by Carlo Marcelo Arenas Belon
- Fix CFG_SIMPLE_INT on 64-bit systems, by Carlo Marcelo Arenas Belon
- Coding style cleanup by J.J. Green
- Fix issue #27: searchpath free problems. Fix to new feature introduced in
this release cycle.
- Improved support for MSYS2 by David Grayson.
2015-11-03 20:32:50 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.4 2015/11/03 19:32:50 bsiegert Exp $
|
import confuse-2.5
libConfuse is a configuration file parser library, licensed under the
terms of the LGPL, and written in C. It supports sections and (lists
of) values (strings, integers, floats, booleans or other sections), as
well as some other features (such as single/double-quoted strings,
environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file
capability to a program using a simple API.
The goal of libConfuse is not to be the configuration file parser
library with a gazillion of features. Instead, it aims to be easy to
use and quick to integrate with your code. libConfuse was called
libcfg before, but was changed to not confuse with other similar
libraries.
2007-03-02 02:56:46 +01:00
|
|
|
include/confuse.h
|
|
|
|
lib/libconfuse.la
|
|
|
|
lib/pkgconfig/libconfuse.pc
|
Update confuse to 2.8.
Changes
- Support for specifying a searchpath for cfg_parse(), by J.J. Green
- Restore build of shared library by default, by Nathan Phillip Brink
- Added German translation, contributed by Chris Leick, Aurelien Jarno, and
Tux^verdreifelt.
- Document CFG_SIMPLE_STR for doxygen, by Nathan Phillip Brink
- Update ISC license to 2007 version, by Joachim Nilsson
- Write files in a Bourne shell compatible way, by Alvaro G. M
- Fix mid-string environment variable substitution, by Frank Hunleth
Fixes
- Various ISO C90 and -ansi fixes by Carlo Marcelo Arenas Belon
- Fix C++ compiler warnings for const strings, by Craig McQueen
- Fix make distcheck and out-of-source builds, by Nathan Phillip Brink
- Fix missing .gitignore files, by Carlo Marcelo Arenas Belon
- Fix CFG_SIMPLE_INT on 64-bit systems, by Carlo Marcelo Arenas Belon
- Coding style cleanup by J.J. Green
- Fix issue #27: searchpath free problems. Fix to new feature introduced in
this release cycle.
- Improved support for MSYS2 by David Grayson.
2015-11-03 20:32:50 +01:00
|
|
|
share/doc/confuse/AUTHORS
|
|
|
|
share/doc/confuse/ChangeLog.md
|
|
|
|
share/doc/confuse/LICENSE
|
|
|
|
share/doc/confuse/README.md
|
|
|
|
share/locale/de/LC_MESSAGES/confuse.mo
|
2008-04-23 23:57:05 +02:00
|
|
|
share/locale/fr/LC_MESSAGES/confuse.mo
|
2007-12-21 21:32:45 +01:00
|
|
|
share/locale/sv/LC_MESSAGES/confuse.mo
|