Thu Aug 5 12:50:27 2010 UTC ()
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]


(obache)
diff -r1.6 -r1.7 pkgsrc/devel/libdatrie/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/libdatrie/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/libdatrie/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libdatrie/Makefile 2010/03/10 13:38:07 1.6
+++ pkgsrc/devel/libdatrie/Makefile 2010/08/05 12:50:27 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2010/03/10 13:38:07 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2010/08/05 12:50:27 obache Exp $
2# 2#
3 3
4DISTNAME= libdatrie-0.2.3 4DISTNAME= libdatrie-0.2.4
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \ 6MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
7 ftp://linux.thai.net/pub/ThaiLinux/software/libthai/ 7 ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html 10HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
11COMMENT= Implementation of Double-Array Trie 11COMMENT= Implementation of Double-Array Trie
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes

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

--- pkgsrc/devel/libdatrie/distinfo 2010/03/10 13:38:07 1.3
+++ pkgsrc/devel/libdatrie/distinfo 2010/08/05 12:50:27 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/03/10 13:38:07 obache Exp $ 1$NetBSD: distinfo,v 1.4 2010/08/05 12:50:27 obache Exp $
2 2
3SHA1 (libdatrie-0.2.3.tar.gz) = b5cc81aac438b46e6c79178ea069548ff86b38cb 3SHA1 (libdatrie-0.2.4.tar.gz) = 723fb01530c7917982cfdd68deb2361d16a6e6ab
4RMD160 (libdatrie-0.2.3.tar.gz) = de08e964a0c793b9f0b03f16ffd45b7aa0883df2 4RMD160 (libdatrie-0.2.4.tar.gz) = 49b05944ea7cb943cd896df82c7be1f91a434651
5Size (libdatrie-0.2.3.tar.gz) = 358424 bytes 5Size (libdatrie-0.2.4.tar.gz) = 359658 bytes