Wed Apr 23 21:57:05 2008 UTC ()
Update to 2.6:

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


(wiz)
diff -r1.3 -r1.4 pkgsrc/devel/confuse/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/confuse/PLIST
diff -r1.2 -r1.3 pkgsrc/devel/confuse/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/confuse/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/confuse/Makefile 2007/12/21 20:32:45 1.3
+++ pkgsrc/devel/confuse/Makefile 2008/04/23 21:57:05 1.4
@@ -1,22 +1,25 @@ @@ -1,22 +1,25 @@
1# $NetBSD: Makefile,v 1.3 2007/12/21 20:32:45 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2008/04/23 21:57:05 wiz Exp $
2# 2#
3 3
4DISTNAME= confuse-2.5 4DISTNAME= confuse-2.6
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://savannah.nongnu.org/download/confuse/ 6MASTER_SITES= http://bzero.se/confuse/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= adam.hoka@gmail.com
10HOMEPAGE= http://www.nongnu.org/confuse/ 9HOMEPAGE= http://www.nongnu.org/confuse/
11COMMENT= Configuration file parser library 10COMMENT= Configuration file parser library
12 11
13PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17CONFIGURE_ARGS+= --enable-shared 16CONFIGURE_ARGS+= --enable-shared
18USE_LIBTOOL= YES 17USE_LIBTOOL= YES
 18USE_PKGLOCALEDIR= YES
19USE_TOOLS+= pkg-config msgfmt 19USE_TOOLS+= pkg-config msgfmt
20 20
 21PKGCONFIG_OVERRIDE+= libconfuse.pc.in
 22INSTALLATION_DIRS= lib include
 23
21.include "../../devel/gettext-lib/buildlink3.mk" 24.include "../../devel/gettext-lib/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/confuse/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/confuse/PLIST 2007/12/21 20:32:45 1.2
+++ pkgsrc/devel/confuse/PLIST 2008/04/23 21:57:05 1.3
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1@comment $NetBSD: PLIST,v 1.2 2007/12/21 20:32:45 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2008/04/23 21:57:05 wiz Exp $
2include/confuse.h 2include/confuse.h
3lib/libconfuse.la 3lib/libconfuse.la
4lib/pkgconfig/libconfuse.pc 4lib/pkgconfig/libconfuse.pc
 5share/locale/fr/LC_MESSAGES/confuse.mo
5share/locale/sv/LC_MESSAGES/confuse.mo 6share/locale/sv/LC_MESSAGES/confuse.mo

cvs diff -r1.2 -r1.3 pkgsrc/devel/confuse/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/confuse/distinfo 2007/12/21 20:32:45 1.2
+++ pkgsrc/devel/confuse/distinfo 2008/04/23 21:57:05 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2007/12/21 20:32:45 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2008/04/23 21:57:05 wiz Exp $
2 2
3SHA1 (confuse-2.5.tar.gz) = 0ba87baeb0f6540414b24c4b2d47ae375d0b870d 3SHA1 (confuse-2.6.tar.gz) = e9e5510abf1eb3159a6439fd52aa5cec94811aff
4RMD160 (confuse-2.5.tar.gz) = 25314942e740bb4c7e90dc9860df4df73f8ffc07 4RMD160 (confuse-2.6.tar.gz) = 11f987089c533573482a427c7ad2ae8e155389b7
5Size (confuse-2.5.tar.gz) = 502501 bytes 5Size (confuse-2.6.tar.gz) = 504017 bytes
6SHA1 (patch-aa) = 35cf7140d9500bb602766500b8866017b2bdac55 6SHA1 (patch-aa) = 35cf7140d9500bb602766500b8866017b2bdac55