Received: by mail.netbsd.org (Postfix, from userid 605) id CF3D584E60; Sat, 5 Nov 2022 16:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C6B484E5F for ; Sat, 5 Nov 2022 16:54:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NuD7Ez0wTg09 for ; Sat, 5 Nov 2022 16:54:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 746DA84D13 for ; Sat, 5 Nov 2022 16:54:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 686DDFA90; Sat, 5 Nov 2022 16:54:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667667293289890" MIME-Version: 1.0 Date: Sat, 5 Nov 2022 16:54:53 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/textproc/split-thai To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20221105165453.686DDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667667293289890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Sat Nov 5 16:54:53 UTC 2022 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.22 - fix memory leaks in st-icu.cc - for st-swath, don't spawn new process for every stdin readline pthai.el: - clean up pthai-unknown* funcs and add toggle to highlight unknown words - add option to use external processes for swath and icu which is faster and gives more split choices - add pause and pthai-no-audio-pause-length custom setting for pausing on words with no audio when attempting audio play - clean-ups for pthai-currency* functions - consolidate text highlighting into pthai-highlight-on/off functions - when reloading pthai.el library, don't clear 'pthai-dictionary To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667667293289890 Content-Disposition: inline Content-Length: 1815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/split-thai/Makefile diff -u pkgsrc/textproc/split-thai/Makefile:1.43 pkgsrc/textproc/split-thai/Makefile:1.44 --- pkgsrc/textproc/split-thai/Makefile:1.43 Mon Oct 17 16:09:28 2022 +++ pkgsrc/textproc/split-thai/Makefile Sat Nov 5 16:54:53 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2022/10/17 16:09:28 scole Exp $ +# $NetBSD: Makefile,v 1.44 2022/11/05 16:54:53 scole Exp $ -ST_VERSION= 2.21 +ST_VERSION= 2.22 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.26 pkgsrc/textproc/split-thai/distinfo:1.27 --- pkgsrc/textproc/split-thai/distinfo:1.26 Mon Oct 17 16:09:28 2022 +++ pkgsrc/textproc/split-thai/distinfo Sat Nov 5 16:54:53 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2022/10/17 16:09:28 scole Exp $ +$NetBSD: distinfo,v 1.27 2022/11/05 16:54:53 scole Exp $ -BLAKE2s (split-thai-2.21.tgz) = cea743a5d817d741cf088db3e1b3e85fd781fddc9a9847ac9cffdeaf68acdc96 -SHA512 (split-thai-2.21.tgz) = 76ba6546540f52c1158e314ca9e537fbed7f13c8db08b7359c6c39e1fa97383507b9617574a1546bc84651cdd6ce4da72a14f6cc79ddd81dfa38fe8a2932f40c -Size (split-thai-2.21.tgz) = 39798 bytes +BLAKE2s (split-thai-2.22.tgz) = cef61af25612e8e0d1b6bae57524cdd67bb494ba210e71487a07d960a7cefafc +SHA512 (split-thai-2.22.tgz) = 207b9884e44db6490521f80502cf661e0d1fc9b9b6939b5e48a0d815eeae90d0408411e4bd7cd2fc6565423dffa7be0f90de108ccd3226ac2c8d338eb554da9f +Size (split-thai-2.22.tgz) = 40731 bytes BLAKE2s (th_TH-7-2-0.dic) = 976e7d64726682c474f8ae202e5aa94e495a862712e1f6351332d1ff324ef99d SHA512 (th_TH-7-2-0.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b Size (th_TH-7-2-0.dic) = 1251425 bytes --_----------=_1667667293289890--