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 Mar 15 17:50:43 UTC 2022

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

Log Message:
Update to 2.15
all changes for pthai.el
- add pthai-count-words ala count-words
- for lookups, indicate when thai word is in dictionary but undefined
- customize flag to skip download attempts for words not in dictionary
- add lists of consonants, vowels, and numbers and functions to display


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.19 -r1.20 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.34 pkgsrc/textproc/split-thai/Makefile:1.35
--- pkgsrc/textproc/split-thai/Makefile:1.34    Wed Dec  8 16:06:47 2021
+++ pkgsrc/textproc/split-thai/Makefile Tue Mar 15 17:50:43 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2021/12/08 16:06:47 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/03/15 17:50:43 scole Exp $
 
-ST_VERSION=    2.14
+ST_VERSION=    2.15
 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.19 pkgsrc/textproc/split-thai/distinfo:1.20
--- pkgsrc/textproc/split-thai/distinfo:1.19    Sat Nov 13 17:16:02 2021
+++ pkgsrc/textproc/split-thai/distinfo Tue Mar 15 17:50:43 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/11/13 17:16:02 scole Exp $
+$NetBSD: distinfo,v 1.20 2022/03/15 17:50:43 scole Exp $
 
-BLAKE2s (split-thai-2.14.tgz) = 90b3ec7c2147b2002e12994fadc514671b70bd0e4c058e55b2a107bf7f53c4ce
-SHA512 (split-thai-2.14.tgz) = 07a8e66a49b227e0ef6861f91a56d36617aad61b65615d958a1c6ce9fed25a272784901bc87be0f6cd3ccb11d7588f30b54d5ce135c0a62ea182b9c0ed3bfa98
-Size (split-thai-2.14.tgz) = 37065 bytes
+BLAKE2s (split-thai-2.15.tgz) = d54301ec7b39f7de41632ad3a5169388d61cdf35d25c9dd01e0922c9a38716a5
+SHA512 (split-thai-2.15.tgz) = 0e3f6c90a9a12fddcae3456175edd849a0a4654fe6bcc2a75bfa5c8ffdb27a061e6b1e5d9508f530703f716dea33e4b0403f6b57fb3b2618f3b398e4126203f3
+Size (split-thai-2.15.tgz) = 38118 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