summaryrefslogtreecommitdiff
path: root/devel/confuse
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-04-23 21:57:05 +0000
committerwiz <wiz@pkgsrc.org>2008-04-23 21:57:05 +0000
commit1d40b71dd30840434950b31ed8c4ca2e07f6185c (patch)
tree40d453a43188ffe0ecbf086cc9c2f45a4ab9fc79 /devel/confuse
parent9c009a0256bfda2c44e3cf49b62a17f72252eb34 (diff)
downloadpkgsrc-1d40b71dd30840434950b31ed8c4ca2e07f6185c.tar.gz
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 (limited to 'devel/confuse')
-rw-r--r--devel/confuse/Makefile13
-rw-r--r--devel/confuse/PLIST3
-rw-r--r--devel/confuse/distinfo8
3 files changed, 14 insertions, 10 deletions
diff --git a/devel/confuse/Makefile b/devel/confuse/Makefile
index 52dab838e1c..021d0123e92 100644
--- a/devel/confuse/Makefile
+++ b/devel/confuse/Makefile
@@ -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
+MAINTAINER= adam.hoka@gmail.com
HOMEPAGE= http://www.nongnu.org/confuse/
COMMENT= Configuration file parser library
@@ -16,7 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 --git a/devel/confuse/PLIST b/devel/confuse/PLIST
index af783aa109d..d2807d7ca22 100644
--- a/devel/confuse/PLIST
+++ b/devel/confuse/PLIST
@@ -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 --git a/devel/confuse/distinfo b/devel/confuse/distinfo
index 334526c5efb..6d9e16be85b 100644
--- a/devel/confuse/distinfo
+++ b/devel/confuse/distinfo
@@ -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