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: Thu Mar 26 05:03:45 UTC 2026
Modified Files:
pkgsrc/textproc/split-thai: Makefile distinfo
Log Message:
Update to version 2.42
- update dictionary format slightly, now ignore anything in []
- change sampledict.txt accordingly, add a couple more examples
- handle dictionary format errors better in 'pthai-dictionary-parse-classifiers
- replace line-beginning-position,line-end-position with pos-bol,pos-eol (requires emacs 29.1)
- simplify 'pthai-dictionary-read-file not to inhibit message buffer messages
- small clean-ups to 'pthai-classifier-practice-region
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.46 -r1.47 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.69 pkgsrc/textproc/split-thai/Makefile:1.70
--- pkgsrc/textproc/split-thai/Makefile:1.69 Thu Oct 16 06:01:10 2025
+++ pkgsrc/textproc/split-thai/Makefile Thu Mar 26 05:03:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2025/10/16 06:01:10 scole Exp $
+# $NetBSD: Makefile,v 1.70 2026/03/26 05:03:44 scole Exp $
-ST_VERSION= 2.41
+ST_VERSION= 2.42
PKGNAME= split-thai-${ST_VERSION}
CATEGORIES= textproc
@@ -22,7 +22,7 @@ SITES.th_TH-${LIBREOFFICE_VERSION}.dic=
USE_TOOLS= mkdir cp env awk cat sort uniq grep wc echo
TOOL_DEPENDS+= libdatrie-[0-9]*:../../devel/libdatrie
TOOL_DEPENDS+= swath-[0-9]*:../../textproc/swath
-DEPENDS+= emacs>=27.1:../../editors/emacs
+DEPENDS+= emacs>=29.1:../../editors/emacs
DEPENDS+= sox-[0-9]*:../../audio/sox
ST_SHARE_DIR= share/split-thai
Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.46 pkgsrc/textproc/split-thai/distinfo:1.47
--- pkgsrc/textproc/split-thai/distinfo:1.46 Thu Oct 16 06:01:10 2025
+++ pkgsrc/textproc/split-thai/distinfo Thu Mar 26 05:03:44 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2025/10/16 06:01:10 scole Exp $
+$NetBSD: distinfo,v 1.47 2026/03/26 05:03:44 scole Exp $
-BLAKE2s (split-thai-2.41.tgz) = d949b92f63370d3e1ef7d418deb7999237a0fcb5250d996fe5117f1530eab62b
-SHA512 (split-thai-2.41.tgz) = a3060a16dbd347ce3bdaf7678426d742eaa3b80d8c9213247c12a9e46d045d865cacdf12c36a61c6db8658c8ac3911138cf4c35e9f1a29997f69769810c9f7c5
-Size (split-thai-2.41.tgz) = 31397 bytes
+BLAKE2s (split-thai-2.42.tgz) = 4db0a559eadb5b7758f427381df8834ff778d741a303d882cb9dd880dbdfa25c
+SHA512 (split-thai-2.42.tgz) = e0ad46be998498e2aaecb7c2e26a57baf033bd4f36cedb16f2d3e5538de2f281c06838cd43d8bb29ce896b530607a53160826bf420ff8ed222b09010dea278d1
+Size (split-thai-2.42.tgz) = 32094 bytes
BLAKE2s (th_TH-7-6-4.dic) = 976e7d64726682c474f8ae202e5aa94e495a862712e1f6351332d1ff324ef99d
SHA512 (th_TH-7-6-4.dic) = e2280e4a15fea69deaa20868909010342341ad8622337291492e2a4faf84fabc3441f5d34f47ace1d74cf41a21e0b983848ec686f1e4b5adea920f601f2e634b
Size (th_TH-7-6-4.dic) = 1251425 bytes
Home |
Main Index |
Thread Index |
Old Index