pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libconfig Update to 1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/96fbb1db0fd8
branches: trunk
changeset: 541266:96fbb1db0fd8
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 17 21:19:22 2008 +0000
description:
Update to 1.3:
2008-04-07 Mark Lindner <markl@neuromancer>
* libconfig.spec - updated for 1.3
2008-04-03 Mark Lindner <markl@neuromancer>
* scanner.l, grammar.y, libconfig.c, libconfig.h, wincompat.h -
fix/add comment headers, add C90 portability fixes from
Chris Pickett (C-style comments, renamed 'index' to 'idx' to
resolve name clash)
* scanner.c, grammar.c - regenerated
* configure.ac - enable more gcc warnings
* libconfigcpp.c++, libconfig.h++ - added getPath(), fixed impl of
isRoot(), add portability fixes from Chris Pickett (renamed 'index'
to 'idx' to resolve name clash), moved exception constructors into
source file; changed SettingExistsException to SettingNameException
to be more broad in scope
* Makefile.am - add wincompat.h to sources; add missing debian files
to EXTRA_DIST
* test.cfg - added example 64-bit integer settings
* samples/* - expanded some examples
* doc/libconfig.texi - documentation updates
* Makefile.am, *msvc7* - added (generated) VS2003 projects/solution
2008-03-22 Mark Lindner <markl@neuromancer>
* debian/* - updates from Klaus Schneider
2008-03-22 Mark Lindner <markl@neuromancer>
* scanner.l, grammar.y, libconfig.h++, libconfig.c, libconfig.h,
wincompat.h, libconfigcpp.c++, grammar.c, scanner.c, grammar.h -
add support for 64-bit integer values
* libconfig.texi - documentation updates
* Makefile.am, ac_config.h, configure.ac, libtool - bump version
* libconfig.h - add config_setting_parent(), config_setting_is_root()
* libconfigcpp.c++, libconfig.h++ - add isRoot(), getParent() to
Setting
2008-03-15 Mark Lindner <markl@neuromancer>
* scanner.l - made 'true' and 'false' tokens completely
case-insensitive
* libconfigcpp.cc, libconfig.hh - added alias files for Windows
* libconfig.c, libconfig.h - modified __config_write_value() to write
out floating point values in a more human-readable form; added name
validation; added config_setting_remove_elem() and
config_setting_index()
* libconfigcpp.c++, libconfig.h++ - added remove(unsigned int) and
getIndex() to Setting
* libconfig.texi - documentation updates
2007-12-21 Mark Lindner <markl@neuromancer>
* libconfig.c - source cleanup
* config.guess, config.sub, ltmain.sh, libtool - updated to newer
* configure.ac, Makefile.am, ac_config.h.in, ac_config.h
- MinGW-related fixes
diffstat:
devel/libconfig/Makefile | 4 ++--
devel/libconfig/distinfo | 9 +++++----
devel/libconfig/patches/patch-aa | 10 ++++++++++
3 files changed, 17 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r baa78c483ff7 -r 96fbb1db0fd8 devel/libconfig/Makefile
--- a/devel/libconfig/Makefile Thu Apr 17 21:15:07 2008 +0000
+++ b/devel/libconfig/Makefile Thu Apr 17 21:19:22 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/11/26 00:00:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/17 21:19:22 wiz Exp $
#
-DISTNAME= libconfig-1.2
+DISTNAME= libconfig-1.3
CATEGORIES= devel
MASTER_SITES= http://www.hyperrealm.com/libconfig/
diff -r baa78c483ff7 -r 96fbb1db0fd8 devel/libconfig/distinfo
--- a/devel/libconfig/distinfo Thu Apr 17 21:15:07 2008 +0000
+++ b/devel/libconfig/distinfo Thu Apr 17 21:19:22 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/11/26 00:00:33 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/04/17 21:19:22 wiz Exp $
-SHA1 (libconfig-1.2.tar.gz) = a7672dd5eff1fcd344c038b06ca6334848ea7def
-RMD160 (libconfig-1.2.tar.gz) = 55fd341ad0332fec67f515dfccfa82228b6cc53b
-Size (libconfig-1.2.tar.gz) = 505661 bytes
+SHA1 (libconfig-1.3.tar.gz) = 419786264a03b228cd99cec9d4f6230c82118c83
+RMD160 (libconfig-1.3.tar.gz) = 5673b150107cea5b0fcbd6e3e225ec48eec6b83a
+Size (libconfig-1.3.tar.gz) = 519403 bytes
+SHA1 (patch-aa) = 7403a57305db9e5fc5d2fa518572b5a73d721487
diff -r baa78c483ff7 -r 96fbb1db0fd8 devel/libconfig/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libconfig/patches/patch-aa Thu Apr 17 21:19:22 2008 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2008/04/17 21:19:22 wiz Exp $
+
+--- debian/libconfigduo2.postinst.orig 2008-03-22 21:16:39.000000000 +0000
++++ debian/libconfigduo2.postinst
+@@ -1,4 +1,4 @@
+ #!/bin/sh
+-if [ "$1" == "configure" ]; then
++if [ "$1" = "configure" ]; then
+ ldconfig
+ fi
Home |
Main Index |
Thread Index |
Old Index