pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/confuse Update to 2.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/53487b224001
branches: trunk
changeset: 541638:53487b224001
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 23 21:57:05 2008 +0000
description:
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
diffstat:
devel/confuse/Makefile | 13 ++++++++-----
devel/confuse/PLIST | 3 ++-
devel/confuse/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 10 deletions(-)
diffs (57 lines):
diff -r f0443e1f0e4d -r 53487b224001 devel/confuse/Makefile
--- a/devel/confuse/Makefile Wed Apr 23 21:55:29 2008 +0000
+++ b/devel/confuse/Makefile Wed Apr 23 21:57:05 2008 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2007/12/21 20:32:45 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/23 21:57:05 wiz Exp $
#
-DISTNAME= confuse-2.5
-PKGREVISION= 1
+DISTNAME= confuse-2.6
CATEGORIES= devel
-MASTER_SITES= http://savannah.nongnu.org/download/confuse/
+MASTER_SITES= http://bzero.se/confuse/
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= adam.hoka%gmail.com@localhost
HOMEPAGE= http://www.nongnu.org/confuse/
COMMENT= Configuration file parser library
@@ -16,7 +15,11 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-shared
USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
USE_TOOLS+= pkg-config msgfmt
+PKGCONFIG_OVERRIDE+= libconfuse.pc.in
+INSTALLATION_DIRS= lib include
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f0443e1f0e4d -r 53487b224001 devel/confuse/PLIST
--- a/devel/confuse/PLIST Wed Apr 23 21:55:29 2008 +0000
+++ b/devel/confuse/PLIST Wed Apr 23 21:57:05 2008 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2007/12/21 20:32:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/04/23 21:57:05 wiz Exp $
include/confuse.h
lib/libconfuse.la
lib/pkgconfig/libconfuse.pc
+share/locale/fr/LC_MESSAGES/confuse.mo
share/locale/sv/LC_MESSAGES/confuse.mo
diff -r f0443e1f0e4d -r 53487b224001 devel/confuse/distinfo
--- a/devel/confuse/distinfo Wed Apr 23 21:55:29 2008 +0000
+++ b/devel/confuse/distinfo Wed Apr 23 21:57:05 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/12/21 20:32:45 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/04/23 21:57:05 wiz Exp $
-SHA1 (confuse-2.5.tar.gz) = 0ba87baeb0f6540414b24c4b2d47ae375d0b870d
-RMD160 (confuse-2.5.tar.gz) = 25314942e740bb4c7e90dc9860df4df73f8ffc07
-Size (confuse-2.5.tar.gz) = 502501 bytes
+SHA1 (confuse-2.6.tar.gz) = e9e5510abf1eb3159a6439fd52aa5cec94811aff
+RMD160 (confuse-2.6.tar.gz) = 11f987089c533573482a427c7ad2ae8e155389b7
+Size (confuse-2.6.tar.gz) = 504017 bytes
SHA1 (patch-aa) = 35cf7140d9500bb602766500b8866017b2bdac55
Home |
Main Index |
Thread Index |
Old Index