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: Tue Jul 19 15:21:51 UTC 2022
Modified Files:
pkgsrc/textproc/split-thai: Makefile distinfo
Log Message:
Update to 2.17
all changes for pthai.el
- remove some unnecessary split methods and related customize settings
- simplify and optimize 'pthai-split-all, reducing redundant word splitting
- rename pthai-spell-correct-p -> pthai-spell-p, fix check for single char words
- clarify few function descriptions
- replace 'remove with 'delete in a few places
- remove pthai-completing-read-mode and ido prompt customize option
- replace pthai-completing-read with pthai-completing-read-full/dynamic,
allows for thai word completion to be add to some functions
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.21 -r1.22 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.38 pkgsrc/textproc/split-thai/Makefile:1.39
--- pkgsrc/textproc/split-thai/Makefile:1.38 Sat Jul 9 16:45:38 2022
+++ pkgsrc/textproc/split-thai/Makefile Tue Jul 19 15:21:51 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/07/09 16:45:38 scole Exp $
+# $NetBSD: Makefile,v 1.39 2022/07/19 15:21:51 scole Exp $
-ST_VERSION= 2.16
+ST_VERSION= 2.17
PKGNAME= split-thai-${ST_VERSION}
CATEGORIES= textproc
Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.21 pkgsrc/textproc/split-thai/distinfo:1.22
--- pkgsrc/textproc/split-thai/distinfo:1.21 Sat Jul 9 16:45:38 2022
+++ pkgsrc/textproc/split-thai/distinfo Tue Jul 19 15:21:51 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2022/07/09 16:45:38 scole Exp $
+$NetBSD: distinfo,v 1.22 2022/07/19 15:21:51 scole Exp $
-BLAKE2s (split-thai-2.16.tgz) = c39715d1192434e7011eb17daa5c352b87461b43110517e1b449a2df52b56635
-SHA512 (split-thai-2.16.tgz) = e6efb5879fb6b8a3021c661aa56017260d5da186c7295a14b6f5f2ac0fe7d2e45993632148628869ba9b41c9dfb94a74b13ea92e692481763d7f644339646035
-Size (split-thai-2.16.tgz) = 38621 bytes
+BLAKE2s (split-thai-2.17.tgz) = b0ef0da109623aa0271bd588e5788b096ff59591f6c5fb069695b86f70e7eb2b
+SHA512 (split-thai-2.17.tgz) = e38fe989e07c50a9f6284e130ae44c59fe8ccf48bdf719e2349cfd7e0654d88bfc96e9d267c3482f146e409cecf1425c9cae36124f88d8eb892abe9875713d22
+Size (split-thai-2.17.tgz) = 38480 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