NOTICE: This package has been removed from pkgsrc

./wip/confuse, Configuration file parser library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.6, Package name: confuse-2.6, Maintainer: adam.hoka

libConfuse is a configuration file parser library,
licensed under the terms of the LGPL, and written in C.

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.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: e9e5510abf1eb3159a6439fd52aa5cec94811aff
RMD160: 11f987089c533573482a427c7ad2ae8e155389b7
Filesize: 492.204 KB

Version history: (Expand)


CVS history: (Expand)


   2008-04-24 00:14:41 by Thomas Klausner | Files touched by this commit (11) | Package removed
Log message:
Remove awesome and confuse -- updated in pkgsrc.

   2008-03-20 23:31:45 by Adam Hoka | Files touched by this commit (1)
Log message:
Bump buildlink to 2.6.
   2008-01-29 03:28:06 by Adam Hoka | Files touched by this commit (1)
Log message:
Whitespace fixes.
   2008-01-29 03:26:55 by Adam Hoka | Files touched by this commit (2)
Log message:
New in 2.6
----------

* added French translation contributed by Matthieu Sion
* added build script and instructions for compiling with Mingw under Windows
 (contributed by Matthieu Sion)
* now accepts a simplified list append syntax:
  option += "value"
 insted of
  option += {"value"}
* added flag CFGF_NO_TITLE_DUPES: multiple section titles must be unique
   (duplicates raises an error, only applies to sections)
   (suggested by Brian Fallik)
* fixed rpm builds, patch by Dan Lipsitt
* always installs pkg-config .pc script
* remove obsolete confuse-config script in favour of pkg-config
* fixed a bug reported by Josh Kropf with single sections with titles
* added patch that escapes values with quotes and backslashes when printing.
* fixed a memory leak in default values for string lists,
  reported by Vineeth Neelakant.
* windows build files now only in separate zip distribution
   2007-11-26 16:40:58 by Adam Hoka | Files touched by this commit (1)
Log message:
Bump revision.
   2007-11-26 03:11:00 by Adam Hoka | Files touched by this commit (4)
Log message:
Correcting (more like finishing) the package and taking weak maintainership
because I couldn't contact the author and I need this package working
as a dependency for awesome 2.x. 
   2007-03-01 20:12:14 by Sergey Svishchev | Files touched by this commit (49)
Log message:
Delint.

   2006-04-06 09:17:12 by Jeremy C. Reed | Files touched by this commit (26)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.