pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libthai



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 23 15:03:42 UTC 2018

Modified Files:
        pkgsrc/devel/libthai: Makefile distinfo

Log Message:
libthai: updated to 0.1.27

LibThai 0.1.27:
* Fix another reproducibility issue in the generated documentation,
  caught by Debian Reproducible.
* Updated word break dictionary.

LibThai 0.1.26:
* Updated word break dictionary.

LibThai 0.1.25:
* New word break APIs for more thread-safety.
* Fix compilation error and warning with GCC 6.
* Do not test word breaking if dictionary is disabled.
* Updated word break dictionary.

LibThai 0.1.24:
* Fix infinite loop caused by optimization in previous version.
* Updated word break dictionary.

LibThai 0.1.23:
* Correctly check doxygen version on configure.
* Threadsafe word breaking.
* Improve word breaking performance by 0.1%
  (About 0.28% when used with libdatrie 0.2.10)
* Updated word break dictionary.

LibThai 0.1.22:
* Updated word break dictionary.
* Improve word breaking performance by 0.38%
* No timestamp on Doxygen-generated doc


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libthai/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libthai/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libthai/Makefile
diff -u pkgsrc/devel/libthai/Makefile:1.18 pkgsrc/devel/libthai/Makefile:1.19
--- pkgsrc/devel/libthai/Makefile:1.18  Wed Aug 16 20:21:08 2017
+++ pkgsrc/devel/libthai/Makefile       Fri Feb 23 15:03:42 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/08/16 20:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/02/23 15:03:42 adam Exp $
 
-DISTNAME=      libthai-0.1.21
+DISTNAME=      libthai-0.1.27
 CATEGORIES=    devel
 MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/
 MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
@@ -15,10 +15,8 @@ USE_LIBTOOL=         yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-doxygen-doc
-
 PKGCONFIG_OVERRIDE+=   libthai.pc.in
-
-TEST_TARGET=   check
+TEST_TARGET=           check
 
 .include "../../devel/libdatrie/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libthai/distinfo
diff -u pkgsrc/devel/libthai/distinfo:1.12 pkgsrc/devel/libthai/distinfo:1.13
--- pkgsrc/devel/libthai/distinfo:1.12  Tue Nov  3 03:27:45 2015
+++ pkgsrc/devel/libthai/distinfo       Fri Feb 23 15:03:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 03:27:45 agc Exp $
+$NetBSD: distinfo,v 1.13 2018/02/23 15:03:42 adam Exp $
 
-SHA1 (libthai-0.1.21.tar.xz) = 9098285a7c1cd937f97caf19462fe24c117a7755
-RMD160 (libthai-0.1.21.tar.xz) = f07dcc9505c3165699bdedac6b1209718c4602d7
-SHA512 (libthai-0.1.21.tar.xz) = 3adaf1ccd110e8da582b91665ede32107dc33f9b4103ccb9892073e76fe1cbc0de6cdb0eb6a8f5bd82c2e65c1549b6e01013765669e647f7d55f1b74a9468e79
-Size (libthai-0.1.21.tar.xz) = 385384 bytes
+SHA1 (libthai-0.1.27.tar.xz) = bb74972fb9acc4425763034aad1d0929dc03cb72
+RMD160 (libthai-0.1.27.tar.xz) = ac105f45b58d7ed6ae865543a9d887b896bb657b
+SHA512 (libthai-0.1.27.tar.xz) = 931ba74ab003c7670b0919fc12bf456df1b516f859f55fbf6c063341215f1743158070f6256f78c49f56641d16ab0e8b0c71b96078c448f454b1257d44b10757
+Size (libthai-0.1.27.tar.xz) = 410360 bytes



Home | Main Index | Thread Index | Old Index