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:           Sun May  7 00:28:01 UTC 2023

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

Log Message:
Update to 2.25
all changes for pthai.el
- consider numbers as being in the dictionary
- various fixes to handle when point at thai character and not word
- simplify and fix some lookup-at-point functions
- add option to pthai-practice-* to practice words without audio
- rename 'pthai-fetch-thailanguage to 'pthai-fetch-thai-language
- rename 'pthai-dictionary-grep to 'pthai-dictionary-find-word
- rename 'pthai-unknown-words-insert to 'pthai-unknown-words-extract
- add counting by letter function 'pthai-dictionary-word-counts
- many small cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.29 -r1.30 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.48 pkgsrc/textproc/split-thai/Makefile:1.49
--- pkgsrc/textproc/split-thai/Makefile:1.48    Wed Apr 19 08:11:40 2023
+++ pkgsrc/textproc/split-thai/Makefile Sun May  7 00:28:01 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2023/04/19 08:11:40 adam Exp $
+# $NetBSD: Makefile,v 1.49 2023/05/07 00:28:01 scole Exp $
 
-ST_VERSION=    2.24
+ST_VERSION=    2.25
 PKGNAME=       split-thai-${ST_VERSION}
-PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    scole%NetBSD.org@localhost

Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.29 pkgsrc/textproc/split-thai/distinfo:1.30
--- pkgsrc/textproc/split-thai/distinfo:1.29    Fri Dec 16 18:27:00 2022
+++ pkgsrc/textproc/split-thai/distinfo Sun May  7 00:28:01 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2022/12/16 18:27:00 scole Exp $
+$NetBSD: distinfo,v 1.30 2023/05/07 00:28:01 scole Exp $
 
-BLAKE2s (split-thai-2.24.tgz) = 06b34853ccb6d0a2f843cf9879a069b1865e7c5646240a8143a9bcaee49f88de
-SHA512 (split-thai-2.24.tgz) = f718f248bc9c1d114c90bccf573a659ca1bd605b9e8510293702f5b4bcde0aa57036321b607e6cc4c37b10c04ad6dae62222886658d3d546c1d0266a8c6795d6
-Size (split-thai-2.24.tgz) = 40792 bytes
+BLAKE2s (split-thai-2.25.tgz) = 405cef75d2984c1e30b65c42757bcecd773bbb1367ace13f1983e99d0c904210
+SHA512 (split-thai-2.25.tgz) = 9c7649b61884d8d4fe61512aebf5fcbe982e99b3f30448ec6ed039a96445804b4fa3189cbfb86df3b544e7dcc446538cf257792913a28b1607e27e4bacec9871
+Size (split-thai-2.25.tgz) = 40766 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