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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd0a4b0f3033
branches:  trunk
changeset: 457450:dd0a4b0f3033
user:      scole <scole%pkgsrc.org@localhost>
date:      Wed Aug 25 19:25:07 2021 +0000

description:
Update to 2.8
all changes for pthai.el
- replace parser to extract words from 'thai-word-table using a
  non-recursive algorithm which mitigates the need to adjust max-specpdl-size
- adjust pthai-twt-* functions to use new parser, fix pthai-twt-count
- fix some whitespace regexp boundary matching and boundary at end of thaiword
- add pthai-dictionary-save function
- rename a few functions for better organization

diffstat:

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

diffs (30 lines):

diff -r 2d3dad18320d -r dd0a4b0f3033 textproc/split-thai/Makefile
--- a/textproc/split-thai/Makefile      Wed Aug 25 19:21:20 2021 +0000
+++ b/textproc/split-thai/Makefile      Wed Aug 25 19:25:07 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/08/19 20:42:26 scole Exp $
+# $NetBSD: Makefile,v 1.27 2021/08/25 19:25:07 scole Exp $
 
-ST_VERSION=    2.7
+ST_VERSION=    2.8
 PKGNAME=       split-thai-${ST_VERSION}
 CATEGORIES=    textproc
 
diff -r 2d3dad18320d -r dd0a4b0f3033 textproc/split-thai/distinfo
--- a/textproc/split-thai/distinfo      Wed Aug 25 19:21:20 2021 +0000
+++ b/textproc/split-thai/distinfo      Wed Aug 25 19:25:07 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2021/08/19 20:42:26 scole Exp $
+$NetBSD: distinfo,v 1.11 2021/08/25 19:25:07 scole Exp $
 
-SHA1 (split-thai-2.7.tgz) = a5c1247b29b1661ddf4fb83217ae08abb21889ba
-RMD160 (split-thai-2.7.tgz) = 667deee03fb041703f833f436a4801594d3e456d
-SHA512 (split-thai-2.7.tgz) = eb64dcb843b537f442a1cb7ef1d20ff0b3418ab5e23ca6a355fc3b2becaef9df0d2e93eae53990bea24b2d38167fa0d884edd6d4fc80c1e5c0bda2e90666e02e
-Size (split-thai-2.7.tgz) = 30211 bytes
+SHA1 (split-thai-2.8.tgz) = 00667d9336d5063cb974d59834aa63c25c26ce98
+RMD160 (split-thai-2.8.tgz) = 105cc87dc0f79233773b97330134c23f992c6804
+SHA512 (split-thai-2.8.tgz) = 45d3d99f2a2f125e424fe4315a0bfb1c659ca17e49e8be6b8828e22b32139def8ebd186c0c074f1a7fac9a4f90323ef74f3478162437d63eb77b9da038226461
+Size (split-thai-2.8.tgz) = 30448 bytes
 SHA1 (th_TH-7-2-0.dic) = 5ac048444e7dee7c698a17bf9c62c9a9ded2a6d9
 RMD160 (th_TH-7-2-0.dic) = aae7d327b30dd124213d3cb03c022429adee698c
 SHA512 (th_TH-7-2-0.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b



Home | Main Index | Thread Index | Old Index