pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/split-thai Update to 2.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94eee67cbcc0
branches:  trunk
changeset: 387716:94eee67cbcc0
user:      scole <scole%pkgsrc.org@localhost>
date:      Sat Nov 05 16:54:53 2022 +0000

description:
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

diffstat:

 textproc/split-thai/Makefile |  4 ++--
 textproc/split-thai/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 3ae96c97a809 -r 94eee67cbcc0 textproc/split-thai/Makefile
--- a/textproc/split-thai/Makefile      Sat Nov 05 16:41:58 2022 +0000
+++ b/textproc/split-thai/Makefile      Sat Nov 05 16:54:53 2022 +0000
@@ -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
 
diff -r 3ae96c97a809 -r 94eee67cbcc0 textproc/split-thai/distinfo
--- a/textproc/split-thai/distinfo      Sat Nov 05 16:41:58 2022 +0000
+++ b/textproc/split-thai/distinfo      Sat Nov 05 16:54:53 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index