summaryrefslogtreecommitdiff
path: root/devel/libdatrie
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-05 12:50:27 +0000
committerobache <obache@pkgsrc.org>2010-08-05 12:50:27 +0000
commitc9373c23119866899d171a83aaa50260b692a04e (patch)
tree00e008cd3f377f0eb235641a665a6583f4d6cfac /devel/libdatrie
parent15305eb08db9c7ad7fc67e8cf3f72f6bb6fe16ff (diff)
downloadpkgsrc-c9373c23119866899d171a83aaa50260b692a04e.tar.gz
Update libdatrie to 0.2.4.
0.2.4 (2010-06-30) ===== - Close file on saving trie. [Bug report from Xu Jiandong] - Add trie_store_if_absent() API which fails on adding duplicated key. This is useful for preventing race condition in multi-thread applications. [Suggestion from Dan Searle] - Add trie_fread() and trie_fwrite() APIs for reading/writing trie data in an open file, allowing trie to be embeded as part of a bigger file. [Suggestion from NIIBE Yutaka]
Diffstat (limited to 'devel/libdatrie')
-rw-r--r--devel/libdatrie/Makefile4
-rw-r--r--devel/libdatrie/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile
index 2990dbec9f8..54fe61639f7 100644
--- a/devel/libdatrie/Makefile
+++ b/devel/libdatrie/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/03/10 13:38:07 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/08/05 12:50:27 obache Exp $
#
-DISTNAME= libdatrie-0.2.3
+DISTNAME= libdatrie-0.2.4
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
diff --git a/devel/libdatrie/distinfo b/devel/libdatrie/distinfo
index 88b67149bca..826bddd2d04 100644
--- a/devel/libdatrie/distinfo
+++ b/devel/libdatrie/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/03/10 13:38:07 obache Exp $
+$NetBSD: distinfo,v 1.4 2010/08/05 12:50:27 obache Exp $
-SHA1 (libdatrie-0.2.3.tar.gz) = b5cc81aac438b46e6c79178ea069548ff86b38cb
-RMD160 (libdatrie-0.2.3.tar.gz) = de08e964a0c793b9f0b03f16ffd45b7aa0883df2
-Size (libdatrie-0.2.3.tar.gz) = 358424 bytes
+SHA1 (libdatrie-0.2.4.tar.gz) = 723fb01530c7917982cfdd68deb2361d16a6e6ab
+RMD160 (libdatrie-0.2.4.tar.gz) = 49b05944ea7cb943cd896df82c7be1f91a434651
+Size (libdatrie-0.2.4.tar.gz) = 359658 bytes