Update to 1.3.

Diff from Markus Bergkvist <markus.bergkvist at noda dot se>, who
also takes MAINTAINERship. Thanks!

ok merdely@
This commit is contained in:
wcmaier 2008-06-23 17:47:46 +00:00
parent e6a1b5964f
commit a35a48f8e3
3 changed files with 13 additions and 14 deletions

View File

@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.3 2007/12/12 15:41:59 merdely Exp $
# $OpenBSD: Makefile,v 1.4 2008/06/23 17:47:46 wcmaier Exp $
COMMENT= library for manipulating structured configuration files
DISTNAME= libconfig-1.2
DISTNAME= libconfig-1.3
SHARED_LIBS= config 5.0 \
config++ 5.0
SHARED_LIBS= config 6.0 \
config++ 6.0
CATEGORIES= devel
HOMEPAGE= http://www.hyperrealm.com/libconfig/libconfig.html
MAINTAINER= Will Maier <willmaier@ml1.net>
MAINTAINER= Markus Bergkvist <markus.bergkvist@telia.com>
# LGPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (libconfig-1.2.tar.gz) = +lJQfw2yhWc/I7cZOvTv1A==
RMD160 (libconfig-1.2.tar.gz) = Vf00GtAzL+xn9RXfzPqCIotsxTs=
SHA1 (libconfig-1.2.tar.gz) = p2ct1e/x/NNEwDiwbKYzSEjqfe8=
SHA256 (libconfig-1.2.tar.gz) = m0h8qe/tYxfDfaUt4cOpwNTTNjMSSGRoNHT/aA9gz+Y=
SIZE (libconfig-1.2.tar.gz) = 505661
MD5 (libconfig-1.3.tar.gz) = APLr+staC3sCtAm3UUMrgA==
RMD160 (libconfig-1.3.tar.gz) = VnOxUBB86lsPy9bj4iXsSO7GuDo=
SHA1 (libconfig-1.3.tar.gz) = QZeGJkoDsijNmc7J1PYjDIIRjIM=
SHA256 (libconfig-1.3.tar.gz) = /ewY9srZvvJWcvk2b3tqVnV6u2c6xS/YdzTqKYhtG5U=
SIZE (libconfig-1.3.tar.gz) = 519403

View File

@ -3,7 +3,6 @@ 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 - just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.
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.