Received: by mail.netbsd.org (Postfix, from userid 605) id 182EE84D27; Mon, 10 Oct 2022 18:21:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4857A84D26 for ; Mon, 10 Oct 2022 18:21:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yKZ_uzjU0ddZ for ; Mon, 10 Oct 2022 18:21:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BA89484CFA for ; Mon, 10 Oct 2022 18:21:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B42FFFA90; Mon, 10 Oct 2022 18:21:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665426069298100" MIME-Version: 1.0 Date: Mon, 10 Oct 2022 18:21:09 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/textproc/split-thai To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20221010182109.B42FFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665426069298100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Mon Oct 10 18:21:09 UTC 2022 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.20 all changes for pthai.el - redo practice routine without having to reset dictionary - add pthai-practice-extract-words and pthai-practice-buffer/file/region To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665426069298100 Content-Disposition: inline Content-Length: 1815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/split-thai/Makefile diff -u pkgsrc/textproc/split-thai/Makefile:1.41 pkgsrc/textproc/split-thai/Makefile:1.42 --- pkgsrc/textproc/split-thai/Makefile:1.41 Wed Sep 21 15:40:43 2022 +++ pkgsrc/textproc/split-thai/Makefile Mon Oct 10 18:21:09 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2022/09/21 15:40:43 scole Exp $ +# $NetBSD: Makefile,v 1.42 2022/10/10 18:21:09 scole Exp $ -ST_VERSION= 2.19 +ST_VERSION= 2.20 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.24 pkgsrc/textproc/split-thai/distinfo:1.25 --- pkgsrc/textproc/split-thai/distinfo:1.24 Wed Sep 21 15:40:43 2022 +++ pkgsrc/textproc/split-thai/distinfo Mon Oct 10 18:21:09 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2022/09/21 15:40:43 scole Exp $ +$NetBSD: distinfo,v 1.25 2022/10/10 18:21:09 scole Exp $ -BLAKE2s (split-thai-2.19.tgz) = 2a03d4fa1b16afb135f595e77441768c7c64e7b3666144b19ccfb32177bc2449 -SHA512 (split-thai-2.19.tgz) = de425ceb07d7fcc9d2e9720cf97fcca6ca1758b6f1228c8c8ffaa50b0a43f1f7ed1130c920c15039a34551510de428039bea3275ebd010b2392a5152df1b7836 -Size (split-thai-2.19.tgz) = 39426 bytes +BLAKE2s (split-thai-2.20.tgz) = fc64cdaff6a5d8d5618595d9e96ca9513b1ba39010258de693615b39208b6d67 +SHA512 (split-thai-2.20.tgz) = f286b4dc272bb3fccba9a4cfb229efea3188cf746e64348fa4e5ddf37c945684df0f9b5609b5dd9bd61d678c73d97bb9957413ae4b2d4389a348263ab8aa7d85 +Size (split-thai-2.20.tgz) = 39661 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 --_----------=_1665426069298100--