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:           Mon Jun 12 01:35:16 UTC 2023

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

Log Message:
Update to 2.26
all changes for pthai.el
- add seconds to pthai-say-time, simplify time parsing
- rename 'pthai-parse-hour-minute-second to 'pthai-parse-hms
- rename 'pthai-bounds-offset-of-split-string to 'pthai-bounds-offsets
- rename 'pthai-randomize to 'pthai-nrandomize, use faster in-place algorithm
- remove 'pthai-nth-set, pthai-nth-delete
- many changes related to 'thai-word-table including:
  * rename 'pthai-thai-break-words to 'pthai-twt-split
  * remove 'pthai-twt-update, change interface for 'pthai-twt-read
  * add 'pthai-twt-add/remove/clear for manipulating the 'thai-word-table
  * modification to 'pthai-dictionary will also be applied to 'thai-word-table
  * simplify pthai-dictionary-read-*, only have clear option for
    'pthai-dictionary-read-files
  * add custom variables pthai-twt-splitter-enable, pthai-twt-lock


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.30 -r1.31 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.50 pkgsrc/textproc/split-thai/Makefile:1.51
--- pkgsrc/textproc/split-thai/Makefile:1.50    Tue Jun  6 12:42:34 2023
+++ pkgsrc/textproc/split-thai/Makefile Mon Jun 12 01:35:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2023/06/06 12:42:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.51 2023/06/12 01:35:16 scole Exp $
 
-ST_VERSION=    2.25
+ST_VERSION=    2.26
 PKGNAME=       split-thai-${ST_VERSION}
 CATEGORIES=    textproc
 

Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.30 pkgsrc/textproc/split-thai/distinfo:1.31
--- pkgsrc/textproc/split-thai/distinfo:1.30    Sun May  7 00:28:01 2023
+++ pkgsrc/textproc/split-thai/distinfo Mon Jun 12 01:35:16 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2023/05/07 00:28:01 scole Exp $
+$NetBSD: distinfo,v 1.31 2023/06/12 01:35:16 scole Exp $
 
-BLAKE2s (split-thai-2.25.tgz) = 405cef75d2984c1e30b65c42757bcecd773bbb1367ace13f1983e99d0c904210
-SHA512 (split-thai-2.25.tgz) = 9c7649b61884d8d4fe61512aebf5fcbe982e99b3f30448ec6ed039a96445804b4fa3189cbfb86df3b544e7dcc446538cf257792913a28b1607e27e4bacec9871
-Size (split-thai-2.25.tgz) = 40766 bytes
+BLAKE2s (split-thai-2.26.tgz) = bf3e8e83bda82a8769cabbc21b75c93191b85fca4c9d9ab7d36b2c5f7a69218b
+SHA512 (split-thai-2.26.tgz) = 6a7f54509a2ed98af3f8f123cba13f7aa9ece5bc8f558f0dd2ac9b98363ffb9b8bd6a9e912f3a2ffb9587424ce4185644d0767deaa60a373678f83c37f275d65
+Size (split-thai-2.26.tgz) = 40832 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