Received: by mail.netbsd.org (Postfix, from userid 605) id A921F84EB4; Wed, 28 Jul 2021 17:46:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E475684EA6 for ; Wed, 28 Jul 2021 17:45:59 +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 yL6CDUs6t43K for ; Wed, 28 Jul 2021 17:45:59 +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 4809B84CE8 for ; Wed, 28 Jul 2021 17:45:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BF1DFA97; Wed, 28 Jul 2021 17:45:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627494359140100" MIME-Version: 1.0 Date: Wed, 28 Jul 2021 17:45:59 +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: <20210728174559.3BF1DFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627494359140100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Wed Jul 28 17:45:59 UTC 2021 Modified Files: pkgsrc/textproc/split-thai: Makefile distinfo Log Message: Update to 2.6 All changes for pthai.el - highlight thai text when looking up or playing audio - highlight text and move cursor as audio played for words - add customize toggles for message display when playing audio - add customize toggle to prevent downloading audio - add customize toggle to prevent playing audio - fix pthai-say* args to actually force downloads - (thing-at-point 'thaiword) works for thai words not separated by spaces - other clean ups To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/split-thai/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/split-thai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627494359140100 Content-Disposition: inline Content-Length: 2008 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.24 pkgsrc/textproc/split-thai/Makefile:1.25 --- pkgsrc/textproc/split-thai/Makefile:1.24 Fri Jul 9 19:21:55 2021 +++ pkgsrc/textproc/split-thai/Makefile Wed Jul 28 17:45:59 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/07/09 19:21:55 scole Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/28 17:45:59 scole Exp $ -ST_VERSION= 2.5 +ST_VERSION= 2.6 PKGNAME= split-thai-${ST_VERSION} CATEGORIES= textproc Index: pkgsrc/textproc/split-thai/distinfo diff -u pkgsrc/textproc/split-thai/distinfo:1.8 pkgsrc/textproc/split-thai/distinfo:1.9 --- pkgsrc/textproc/split-thai/distinfo:1.8 Fri Jul 9 19:21:55 2021 +++ pkgsrc/textproc/split-thai/distinfo Wed Jul 28 17:45:59 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2021/07/09 19:21:55 scole Exp $ +$NetBSD: distinfo,v 1.9 2021/07/28 17:45:59 scole Exp $ -SHA1 (split-thai-2.5.tgz) = f4c5ead36715e3db863bbd5f464ef78fdc019b31 -RMD160 (split-thai-2.5.tgz) = 1a343e63a03654ff911cdba2743241e647af2f7d -SHA512 (split-thai-2.5.tgz) = 3c3eaa5d85fdf13c6adbc09ecd177b535859dfe5a1acff57006bf579d2bec8ca512c2f6080fb2aed80a5da2b47f0fc330721f792b04867079030664cb221177f -Size (split-thai-2.5.tgz) = 29726 bytes +SHA1 (split-thai-2.6.tgz) = 3c75fba9769ed201856ba1d3dd575ce749ed937f +RMD160 (split-thai-2.6.tgz) = fbbedcccf723fb4e67506f281f59e3360b5a060f +SHA512 (split-thai-2.6.tgz) = 13a013778f39425d13780151501066c2ecf4df37b4b09d8ed82eae1bf042cab68bd9e8d7044499dbdd960571b5c14d1a8aeeef000e918f6e627550f0cad46d35 +Size (split-thai-2.6.tgz) = 30546 bytes SHA1 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 2a2ad127cc279835cb4df04eb69401a0d4927774 RMD160 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 0a6df7b7dd6ef502c5dd20020e37b2ca1a5514a2 SHA512 (thaidict-61607c27732906d36c5bd4d23ecc092f89f53a2b.txt) = 88800fe2a453fc40f16ff54c21c852a8ea8e1496e42d5d187e5b5ac0ff58050830fc0816239e4f88cb23ed301f894d1ca52eb4676fd85c13c285cec815ae7c42 --_----------=_1627494359140100--