pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/split-thai



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.

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



Home | Main Index | Thread Index | Old Index