Sat Jul 9 16:45:38 2022 UTC ()
Update to 2.16
all changes for pthai.el
- add pthai-dictionary-read-region/line/buffer functions
- rename pthai-dictionary-read -> pthai-dictionary-read-file
- rename pthai-dictionary-readall -> pthai-dictionary-read-files
- rename pthai-word-count -> pthai-dictionary-word-count
- add option to exit spell check at point
- add progess meters to some word counting funcs
- add pthai-spell-correct-p to spell check without word splitting
- add pthai-unknowns/count/insert for extracting/counting unknown words


(scole)
diff -r1.37 -r1.38 pkgsrc/textproc/split-thai/Makefile
diff -r1.20 -r1.21 pkgsrc/textproc/split-thai/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/textproc/split-thai/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/split-thai/Makefile 2022/06/28 11:36:49 1.37
+++ pkgsrc/textproc/split-thai/Makefile 2022/07/09 16:45:38 1.38
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.37 2022/06/28 11:36:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2022/07/09 16:45:38 scole Exp $
2 2
3ST_VERSION= 2.15 3ST_VERSION= 2.16
4PKGNAME= split-thai-${ST_VERSION} 4PKGNAME= split-thai-${ST_VERSION}
5PKGREVISION= 2 
6CATEGORIES= textproc 5CATEGORIES= textproc
7 6
8MAINTAINER= scole@NetBSD.org 7MAINTAINER= scole@NetBSD.org
9HOMEPAGE= https://ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ 8HOMEPAGE= https://ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
10COMMENT= Utilities and an emacs library to split UTF-8 Thai text into words 9COMMENT= Utilities and an emacs library to split UTF-8 Thai text into words
11# pthai.el, other code, icu dict, swath dict, libreoffice dict 10# pthai.el, other code, icu dict, swath dict, libreoffice dict
12LICENSE= 2-clause-bsd AND public-domain AND mit AND gnu-gpl-v2 AND gnu-lgpl-v3 11LICENSE= 2-clause-bsd AND public-domain AND mit AND gnu-gpl-v2 AND gnu-lgpl-v3
13 12
14GITHUB_ICU_TAG= 61607c27732906d36c5bd4d23ecc092f89f53a2b 13GITHUB_ICU_TAG= 61607c27732906d36c5bd4d23ecc092f89f53a2b
15LIBREOFFICE_VERSION= 7-2-0 14LIBREOFFICE_VERSION= 7-2-0
16LIBREOFFICE_SITE= https://cgit.freedesktop.org/libreoffice/dictionaries/plain/th_TH/th_TH.dic?h=libreoffice-${LIBREOFFICE_VERSION} 15LIBREOFFICE_SITE= https://cgit.freedesktop.org/libreoffice/dictionaries/plain/th_TH/th_TH.dic?h=libreoffice-${LIBREOFFICE_VERSION}
17DISTFILES= split-thai-${ST_VERSION}.tgz thaidict-${GITHUB_ICU_TAG}.txt th_TH-${LIBREOFFICE_VERSION}.dic 16DISTFILES= split-thai-${ST_VERSION}.tgz thaidict-${GITHUB_ICU_TAG}.txt th_TH-${LIBREOFFICE_VERSION}.dic
18 17

cvs diff -r1.20 -r1.21 pkgsrc/textproc/split-thai/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/split-thai/distinfo 2022/03/15 17:50:43 1.20
+++ pkgsrc/textproc/split-thai/distinfo 2022/07/09 16:45:38 1.21
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.20 2022/03/15 17:50:43 scole Exp $ 1$NetBSD: distinfo,v 1.21 2022/07/09 16:45:38 scole Exp $
2 2
3BLAKE2s (split-thai-2.15.tgz) = d54301ec7b39f7de41632ad3a5169388d61cdf35d25c9dd01e0922c9a38716a5 3BLAKE2s (split-thai-2.16.tgz) = c39715d1192434e7011eb17daa5c352b87461b43110517e1b449a2df52b56635
4SHA512 (split-thai-2.15.tgz) = 0e3f6c90a9a12fddcae3456175edd849a0a4654fe6bcc2a75bfa5c8ffdb27a061e6b1e5d9508f530703f716dea33e4b0403f6b57fb3b2618f3b398e4126203f3 4SHA512 (split-thai-2.16.tgz) = e6efb5879fb6b8a3021c661aa56017260d5da186c7295a14b6f5f2ac0fe7d2e45993632148628869ba9b41c9dfb94a74b13ea92e692481763d7f644339646035
5Size (split-thai-2.15.tgz) = 38118 bytes 5Size (split-thai-2.16.tgz) = 38621 bytes
6BLAKE2s (th_TH-7-2-0.dic) = 976e7d64726682c474f8ae202e5aa94e495a862712e1f6351332d1ff324ef99d 6BLAKE2s (th_TH-7-2-0.dic) = 976e7d64726682c474f8ae202e5aa94e495a862712e1f6351332d1ff324ef99d
7SHA512 (th_TH-7-2-0.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b 7SHA512 (th_TH-7-2-0.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b
8Size (th_TH-7-2-0.dic) = 1251425 bytes 8Size (th_TH-7-2-0.dic) = 1251425 bytes
9BLAKE2s (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = b0a93dcff21f3b1014dd7664057a6bba8f7e374832c5a6279e46e60179b24aa4 9BLAKE2s (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = b0a93dcff21f3b1014dd7664057a6bba8f7e374832c5a6279e46e60179b24aa4
10SHA512 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 88800fe2a453fc40f16ff54c21c852a8ea8e1496e42d5d187e5b5ac0ff58050830fc0816239e4f88cb23ed301f894d1ca52eb4676fd85c13c285cec815ae7c42 10SHA512 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 88800fe2a453fc40f16ff54c21c852a8ea8e1496e42d5d187e5b5ac0ff58050830fc0816239e4f88cb23ed301f894d1ca52eb4676fd85c13c285cec815ae7c42
11Size (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 493044 bytes 11Size (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 493044 bytes