Received: by mail.netbsd.org (Postfix, from userid 605) id E431684D74; Mon, 17 Oct 2022 16:09:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2077E84CFF for ; Mon, 17 Oct 2022 16:09:29 +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 Q--E1NR8DbmK for ; Mon, 17 Oct 2022 16:09:28 +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 951AC84CEE for ; Mon, 17 Oct 2022 16:09:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 885EEFA90; Mon, 17 Oct 2022 16:09:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166602296896250" MIME-Version: 1.0 Date: Mon, 17 Oct 2022 16:09:28 +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: <20221017160928.885EEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166602296896250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Mon Oct 17 16:09:28 UTC 2022 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.21 all changes for pthai.el - convert between arbitrary currencies with choice-lists - small clean-ups To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166602296896250 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.42 pkgsrc/textproc/split-thai/Makefile:1.43 --- pkgsrc/textproc/split-thai/Makefile:1.42 Mon Oct 10 18:21:09 2022 +++ pkgsrc/textproc/split-thai/Makefile Mon Oct 17 16:09:28 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2022/10/10 18:21:09 scole Exp $ +# $NetBSD: Makefile,v 1.43 2022/10/17 16:09:28 scole Exp $ -ST_VERSION= 2.20 +ST_VERSION= 2.21 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.25 pkgsrc/textproc/split-thai/distinfo:1.26 --- pkgsrc/textproc/split-thai/distinfo:1.25 Mon Oct 10 18:21:09 2022 +++ pkgsrc/textproc/split-thai/distinfo Mon Oct 17 16:09:28 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2022/10/10 18:21:09 scole Exp $ +$NetBSD: distinfo,v 1.26 2022/10/17 16:09:28 scole Exp $ -BLAKE2s (split-thai-2.20.tgz) = fc64cdaff6a5d8d5618595d9e96ca9513b1ba39010258de693615b39208b6d67 -SHA512 (split-thai-2.20.tgz) = f286b4dc272bb3fccba9a4cfb229efea3188cf746e64348fa4e5ddf37c945684df0f9b5609b5dd9bd61d678c73d97bb9957413ae4b2d4389a348263ab8aa7d85 -Size (split-thai-2.20.tgz) = 39661 bytes +BLAKE2s (split-thai-2.21.tgz) = cea743a5d817d741cf088db3e1b3e85fd781fddc9a9847ac9cffdeaf68acdc96 +SHA512 (split-thai-2.21.tgz) = 76ba6546540f52c1158e314ca9e537fbed7f13c8db08b7359c6c39e1fa97383507b9617574a1546bc84651cdd6ce4da72a14f6cc79ddd81dfa38fe8a2932f40c +Size (split-thai-2.21.tgz) = 39798 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 --_----------=_166602296896250--