Update libdatrie to 0.2.6.

0.2.6 (2013-01-23)
=====
- New API trie_state_walkable_chars() for breadth-first traversal.
- New class TrieIterator for callback-free enumeration.
- Improved performance on key enumeration.
- Improved AlphaMap range merging.
- Bug fixes.
[Many thanks to Mikhail Korobov for improvements in this version.]
This commit is contained in:
obache 2013-09-03 09:12:56 +00:00
parent d3817b6324
commit ff2e24aae4
2 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.11 2012/10/31 11:17:12 asau Exp $
# $NetBSD: Makefile,v 1.12 2013/09/03 09:12:56 obache Exp $
#
DISTNAME= libdatrie-0.2.5
DISTNAME= libdatrie-0.2.6
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
EXTRACT_SUFX= .tar.xz
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/12/06 11:06:51 obache Exp $
$NetBSD: distinfo,v 1.6 2013/09/03 09:12:56 obache Exp $
SHA1 (libdatrie-0.2.5.tar.gz) = 433d12351e7cf728e2f0ac68dd59b12b0026bf6d
RMD160 (libdatrie-0.2.5.tar.gz) = 714187f16cbc328b8c2d5184db80cfed0393cace
Size (libdatrie-0.2.5.tar.gz) = 381307 bytes
SHA1 (libdatrie-0.2.6.tar.xz) = ab538194c627f16993ea6391db04cec914ef25ef
RMD160 (libdatrie-0.2.6.tar.xz) = c8b34e7f085a17307846ba28936cb03442c32b11
Size (libdatrie-0.2.6.tar.xz) = 269288 bytes