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 Jul  9 16:45:38 UTC 2022

Modified Files:
        pkgsrc/textproc/split-thai: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.20 -r1.21 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.37 pkgsrc/textproc/split-thai/Makefile:1.38
--- pkgsrc/textproc/split-thai/Makefile:1.37    Tue Jun 28 11:36:49 2022
+++ pkgsrc/textproc/split-thai/Makefile Sat Jul  9 16:45:38 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/06/28 11:36:49 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/07/09 16:45:38 scole Exp $
 
-ST_VERSION=    2.15
+ST_VERSION=    2.16
 PKGNAME=       split-thai-${ST_VERSION}
-PKGREVISION=   2
 CATEGORIES=    textproc
 
 MAINTAINER=    scole%NetBSD.org@localhost

Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.20 pkgsrc/textproc/split-thai/distinfo:1.21
--- pkgsrc/textproc/split-thai/distinfo:1.20    Tue Mar 15 17:50:43 2022
+++ pkgsrc/textproc/split-thai/distinfo Sat Jul  9 16:45:38 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2022/03/15 17:50:43 scole Exp $
+$NetBSD: distinfo,v 1.21 2022/07/09 16:45:38 scole Exp $
 
-BLAKE2s (split-thai-2.15.tgz) = d54301ec7b39f7de41632ad3a5169388d61cdf35d25c9dd01e0922c9a38716a5
-SHA512 (split-thai-2.15.tgz) = 0e3f6c90a9a12fddcae3456175edd849a0a4654fe6bcc2a75bfa5c8ffdb27a061e6b1e5d9508f530703f716dea33e4b0403f6b57fb3b2618f3b398e4126203f3
-Size (split-thai-2.15.tgz) = 38118 bytes
+BLAKE2s (split-thai-2.16.tgz) = c39715d1192434e7011eb17daa5c352b87461b43110517e1b449a2df52b56635
+SHA512 (split-thai-2.16.tgz) = e6efb5879fb6b8a3021c661aa56017260d5da186c7295a14b6f5f2ac0fe7d2e45993632148628869ba9b41c9dfb94a74b13ea92e692481763d7f644339646035
+Size (split-thai-2.16.tgz) = 38621 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