pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libdatrie libdatrie: updated to 0.2.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/0070aab3265b
branches: trunk
changeset: 375862:0070aab3265b
user: adam <adam%pkgsrc.org@localhost>
date: Fri Feb 23 15:02:14 2018 +0000
description:
libdatrie: updated to 0.2.10
0.2.10:
- Correctly check doxygen version on configure.
- Optimization on AlphaMap mapping.
(contributing to 0.2% less run time for LibThai word breaking)
0.2.9:
- Fix binary file opening on Windows
- Fix infinite loop on empty trie iteration.
- Micro-optimization with LIKELY/UNLIKELY hints.
(contributing to 4.76% faster dictionary loading, 1.95% faster
word breaking for LibThai)
- Improved error handling
- 'trietool-0.2' utility is renamed to just 'trietool'
- Improved documentation
- No timestamp on Doxygen-generated doc
diffstat:
devel/libdatrie/Makefile | 19 ++++++++-----------
devel/libdatrie/PLIST | 4 +++-
devel/libdatrie/distinfo | 10 +++++-----
3 files changed, 16 insertions(+), 17 deletions(-)
diffs (66 lines):
diff -r 41d4876679c5 -r 0070aab3265b devel/libdatrie/Makefile
--- a/devel/libdatrie/Makefile Fri Feb 23 14:43:49 2018 +0000
+++ b/devel/libdatrie/Makefile Fri Feb 23 15:02:14 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/08/16 20:21:07 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.17 2018/02/23 15:02:14 adam Exp $
-DISTNAME= libdatrie-0.2.8
+DISTNAME= libdatrie-0.2.10
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
@@ -12,15 +11,13 @@
COMMENT= Implementation of Double-Array Trie
LICENSE= gnu-lgpl-v2.1
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-
-CONFIGURE_ENV+= ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q}
-
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-doxygen-doc
+CONFIGURE_ENV+= ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q}
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
-
-CONFIGURE_ARGS+= --disable-doxygen-doc
+TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 41d4876679c5 -r 0070aab3265b devel/libdatrie/PLIST
--- a/devel/libdatrie/PLIST Fri Feb 23 14:43:49 2018 +0000
+++ b/devel/libdatrie/PLIST Fri Feb 23 15:02:14 2018 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:51 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/23 15:02:14 adam Exp $
+bin/trietool
bin/trietool-0.2
include/datrie/alpha-map.h
include/datrie/trie.h
@@ -7,4 +8,5 @@
lib/libdatrie.la
lib/pkgconfig/datrie-0.2.pc
man/man1/trietool-0.2.1
+man/man1/trietool.1
share/doc/libdatrie/README.migration
diff -r 41d4876679c5 -r 0070aab3265b devel/libdatrie/distinfo
--- a/devel/libdatrie/distinfo Fri Feb 23 14:43:49 2018 +0000
+++ b/devel/libdatrie/distinfo Fri Feb 23 15:02:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:27:39 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/02/23 15:02:14 adam Exp $
-SHA1 (libdatrie-0.2.8.tar.xz) = cf064f97ef10ee297c15e45463fab87cc6fad0dc
-RMD160 (libdatrie-0.2.8.tar.xz) = b03871d76916b139d629d0f12fc484ef57e1aa3f
-SHA512 (libdatrie-0.2.8.tar.xz) = 6c561475b73e31e09316891fcdb3bed4501661e4d258ced523b5df54d6fe8014cf0c023caf0ac28b3732d65741973f8661b36235ee6ea71712cb08674d89f821
-Size (libdatrie-0.2.8.tar.xz) = 286428 bytes
+SHA1 (libdatrie-0.2.10.tar.xz) = 29162b5a63b75f54bb00f6b60fb8a9fb8502d89b
+RMD160 (libdatrie-0.2.10.tar.xz) = 7af9ebbd93a667a8db15a013d9bd75fc93bdd886
+SHA512 (libdatrie-0.2.10.tar.xz) = ee68ded9d6e06c562da462d42e7e56098a82478d7b8547506200c3018b72536c4037a4e518924f779dc77d3ab139d93216bdb29ab4116b9dc9efd1a5d1eb9e31
+Size (libdatrie-0.2.10.tar.xz) = 294380 bytes
Home |
Main Index |
Thread Index |
Old Index