Received: by mail.netbsd.org (Postfix, from userid 605) id D804684E5B; Fri, 16 Dec 2022 18:27:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14BD384E5A for ; Fri, 16 Dec 2022 18:27:01 +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 FNblafwNj1cu for ; Fri, 16 Dec 2022 18:27:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 81BA484D52 for ; Fri, 16 Dec 2022 18:27:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AAC7FA90; Fri, 16 Dec 2022 18:27:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671215220195950" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 18:27:00 +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: <20221216182700.7AAC7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671215220195950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Fri Dec 16 18:27:00 UTC 2022 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.24 all changes for pthai.el - use expand-file-name in a few places - fix pthai-audio-display-definition plumbing - use call-process* for pthai-mp3-play and pthai-split-command - rename pthai-splitter-swath-word-length to pthai-splitter-max-swath-word-length - restore pthai-thai-break-words splitter To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671215220195950 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.46 pkgsrc/textproc/split-thai/Makefile:1.47 --- pkgsrc/textproc/split-thai/Makefile:1.46 Thu Dec 8 18:18:45 2022 +++ pkgsrc/textproc/split-thai/Makefile Fri Dec 16 18:27:00 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2022/12/08 18:18:45 scole Exp $ +# $NetBSD: Makefile,v 1.47 2022/12/16 18:27:00 scole Exp $ -ST_VERSION= 2.23 +ST_VERSION= 2.24 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.28 pkgsrc/textproc/split-thai/distinfo:1.29 --- pkgsrc/textproc/split-thai/distinfo:1.28 Thu Dec 8 18:18:45 2022 +++ pkgsrc/textproc/split-thai/distinfo Fri Dec 16 18:27:00 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2022/12/08 18:18:45 scole Exp $ +$NetBSD: distinfo,v 1.29 2022/12/16 18:27:00 scole Exp $ -BLAKE2s (split-thai-2.23.tgz) = 772df054d688bc89431151ef5d5b1908b13a274fdeca7ea9419fc834f6913a66 -SHA512 (split-thai-2.23.tgz) = 9ff03d20b4f44ebbb9928fc1d5968fb7abb498aa60e667aeca2a14c9ea43ba4ae3b018801c1ebbe8cde7939fde23e7cc721f49179ef2550bebc73edb8e9d0759 -Size (split-thai-2.23.tgz) = 40752 bytes +BLAKE2s (split-thai-2.24.tgz) = 06b34853ccb6d0a2f843cf9879a069b1865e7c5646240a8143a9bcaee49f88de +SHA512 (split-thai-2.24.tgz) = f718f248bc9c1d114c90bccf573a659ca1bd605b9e8510293702f5b4bcde0aa57036321b607e6cc4c37b10c04ad6dae62222886658d3d546c1d0266a8c6795d6 +Size (split-thai-2.24.tgz) = 40792 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 --_----------=_1671215220195950--