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:           Sat May 15 16:18:24 UTC 2021

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

Log Message:
Update to 2.3
All changes for pthai.el module
- in pthai-play-thaiword, fix logic when sox/play not found
- display duplicate word counts in pthai-unique-word-count
- fix splitting when last character is punctuation and last word is english
- add pthai-say-*-thai-only function to say thai words only buffer/line/region
- add pthai-find-word-regexp to search for words in dictionary/wordlist


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/split-thai/Makefile
cvs rdiff -u -r1.5 -r1.6 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.20 pkgsrc/textproc/split-thai/Makefile:1.21
--- pkgsrc/textproc/split-thai/Makefile:1.20    Wed Apr 21 11:42:49 2021
+++ pkgsrc/textproc/split-thai/Makefile Sat May 15 16:18:23 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2021/04/21 11:42:49 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/05/15 16:18:23 scole Exp $
 
-ST_VERSION=    2.2
+ST_VERSION=    2.3
 PKGNAME=       split-thai-${ST_VERSION}
-PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    scole%NetBSD.org@localhost
@@ -17,7 +16,8 @@ DISTFILES=    split-thai-${ST_VERSION}.tgz 
 SITES.split-thai-${ST_VERSION}.tgz=    ${MASTER_SITE_LOCAL}
 SITES.thaidict-${GITHUB_ICU_TAG}.txt=  -${MASTER_SITE_GITHUB:=unicode-org/}/icu/raw/${GITHUB_ICU_TAG}/icu4c/source/data/brkitr/dictionaries/thaidict.txt
 
-USE_LANGUAGES= c++11   # darwin needed 11?
+# darwin needed 11 to compile icu program?
+USE_LANGUAGES= c++11
 
 USE_TOOLS=     pkg-config mkdir cp sh:run env awk cat sort uniq grep wc echo
 USE_TOOLS+=    perl:run

Index: pkgsrc/textproc/split-thai/distinfo
diff -u pkgsrc/textproc/split-thai/distinfo:1.5 pkgsrc/textproc/split-thai/distinfo:1.6
--- pkgsrc/textproc/split-thai/distinfo:1.5     Thu Apr 15 15:26:30 2021
+++ pkgsrc/textproc/split-thai/distinfo Sat May 15 16:18:23 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2021/04/15 15:26:30 scole Exp $
+$NetBSD: distinfo,v 1.6 2021/05/15 16:18:23 scole Exp $
 
-SHA1 (split-thai-2.2.tgz) = 2b9bf50803a0178c8917fd2a765a298d64c8603e
-RMD160 (split-thai-2.2.tgz) = 06cdf257beb95107f0d4c9d68ebd0b753e606b67
-SHA512 (split-thai-2.2.tgz) = 44d3b2a0b41180cb8de354352edb77489648fbfacd0335678ec65c93020118a64aa30cd06700276310d18b4a5dc7d2eff808c61a99899028272150347ed2ed93
-Size (split-thai-2.2.tgz) = 28771 bytes
+SHA1 (split-thai-2.3.tgz) = 3fd10b2522bc2f303b9d19817fc1a6fca520fbd7
+RMD160 (split-thai-2.3.tgz) = e6645eca6a33855e360a0cbbe72ec7d79341c8e2
+SHA512 (split-thai-2.3.tgz) = d54df5dc77de480b45b5160de3862eaf0570ba553b232883f9842978e4d7de9211fb34baa6130eeac8d428ce9b78f0910d56f36d8b26d4204ad5a8ca8265e4e9
+Size (split-thai-2.3.tgz) = 28987 bytes
 SHA1 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 2a2ad127cc279835cb4df04eb69401a0d4927774
 RMD160 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 0a6df7b7dd6ef502c5dd20020e37b2ca1a5514a2
 SHA512 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 88800fe2a453fc40f16ff54c21c852a8ea8e1496e42d5d187e5b5ac0ff58050830fc0816239e4f88cb23ed301f894d1ca52eb4676fd85c13c285cec815ae7c42



Home | Main Index | Thread Index | Old Index