Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C0C641A9239 for ; Fri, 29 Oct 2021 17:01:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DFF9D84EAE; Fri, 29 Oct 2021 17:01:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2584884E9D for ; Fri, 29 Oct 2021 17:01:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1g7CQzh64dX4 for ; Fri, 29 Oct 2021 17:01:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98DC084E81 for ; Fri, 29 Oct 2021 17:01:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 926E8FA97; Fri, 29 Oct 2021 17:01:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635526891210780" MIME-Version: 1.0 Date: Fri, 29 Oct 2021 17:01:31 +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: <20211029170131.926E8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635526891210780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Fri Oct 29 17:01:31 UTC 2021 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.11 all changes for pthai.el - simplify some pthai-url-* functions, fix fetching of some words for pthai-url-thai-language To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635526891210780 Content-Disposition: inline Content-Length: 1813 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.29 pkgsrc/textproc/split-thai/Makefile:1.30 --- pkgsrc/textproc/split-thai/Makefile:1.29 Fri Oct 22 20:20:43 2021 +++ pkgsrc/textproc/split-thai/Makefile Fri Oct 29 17:01:31 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2021/10/22 20:20:43 scole Exp $ +# $NetBSD: Makefile,v 1.30 2021/10/29 17:01:31 scole Exp $ -ST_VERSION= 2.10 +ST_VERSION= 2.11 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.15 pkgsrc/textproc/split-thai/distinfo:1.16 --- pkgsrc/textproc/split-thai/distinfo:1.15 Tue Oct 26 11:23:32 2021 +++ pkgsrc/textproc/split-thai/distinfo Fri Oct 29 17:01:31 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 11:23:32 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/10/29 17:01:31 scole Exp $ -BLAKE2s (split-thai-2.10.tgz) = 5ff23440ca11c0c652fc4a495336310cef8878f54b391dd9467aca69f947fac8 -SHA512 (split-thai-2.10.tgz) = cfd648f94afcf16bcdf0dbdb5657548ec7df8e41f1b158b0ee86729b33afda493710d760f89a37bcf972f7debe9538db1635d0b52b4806273c26e1a1a5bba4a5 -Size (split-thai-2.10.tgz) = 37304 bytes +BLAKE2s (split-thai-2.11.tgz) = 71f04960063e8e146060cbc111d8cd7b0beec663992b22f6cf50e64172ecd184 +SHA512 (split-thai-2.11.tgz) = 1f7ca06d30d8d350bad484d46239c9b47cee6348cfd9357c7e6e4d5fb9eed7ace892790e1353b4db4d61cb3f18342db85d2176f6516feb99a69ff7149ba0e635 +Size (split-thai-2.11.tgz) = 37073 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 --_----------=_1635526891210780--