Received: by mail.netbsd.org (Postfix, from userid 605) id 7C2FF84D61; Tue, 24 Aug 2021 11:15:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B555084D5B for ; Tue, 24 Aug 2021 11:15:00 +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 pZ8GvwChq1Kd for ; Tue, 24 Aug 2021 11:15:00 +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 33A7D84C13 for ; Tue, 24 Aug 2021 11:15:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C6CEFA97; Tue, 24 Aug 2021 11:15:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162980370012910" MIME-Version: 1.0 Date: Tue, 24 Aug 2021 11:15:00 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/R-spelling To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210824111500.2C6CEFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162980370012910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Aug 24 11:15:00 UTC 2021 Modified Files: pkgsrc/textproc/R-spelling: Makefile distinfo Log Message: (textproc/R-spelling) Updated 2.1 to 2.2 2.2 - WORDLIST is now sorted with a locale-independent method, which avoids large diffs in version control due to the fact that developpers use different locale, with different lexicographic ordering rules (#48, @bisaloo) - spell_check_package() now loads Rd macros (#42) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-spelling/Makefile \ pkgsrc/textproc/R-spelling/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162980370012910 Content-Disposition: inline Content-Length: 1630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/R-spelling/Makefile diff -u pkgsrc/textproc/R-spelling/Makefile:1.1 pkgsrc/textproc/R-spelling/Makefile:1.2 --- pkgsrc/textproc/R-spelling/Makefile:1.1 Thu Feb 13 15:19:44 2020 +++ pkgsrc/textproc/R-spelling/Makefile Tue Aug 24 11:14:59 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/02/13 15:19:44 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $ R_PKGNAME= spelling -R_PKGVER= 2.1 +R_PKGVER= 2.2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/R-spelling/distinfo diff -u pkgsrc/textproc/R-spelling/distinfo:1.1 pkgsrc/textproc/R-spelling/distinfo:1.2 --- pkgsrc/textproc/R-spelling/distinfo:1.1 Thu Feb 13 15:19:44 2020 +++ pkgsrc/textproc/R-spelling/distinfo Tue Aug 24 11:14:59 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/02/13 15:19:44 mef Exp $ +$NetBSD: distinfo,v 1.2 2021/08/24 11:14:59 mef Exp $ -SHA1 (R/spelling_2.1.tar.gz) = eab05de1dd205af7c3409662c4ddc5f0fdf75d16 -RMD160 (R/spelling_2.1.tar.gz) = 1334a1f90750cc35fd5ba48386d1e02f1745b89f -SHA512 (R/spelling_2.1.tar.gz) = cbca4f40328ad9279a7dfef6780c2756777c18a9add231df8b3c52eed504784dd26027ba00214ba87f7c9b8a96b2ea426c6cc92ca07c5fd8e92d70dd15cba50a -Size (R/spelling_2.1.tar.gz) = 10447 bytes +SHA1 (R/spelling_2.2.tar.gz) = e0b2f0922da3e291890a36f463a21d83c3ffffb5 +RMD160 (R/spelling_2.2.tar.gz) = 34060b95b83f8b193f764019a40b8833a2a8cc5d +SHA512 (R/spelling_2.2.tar.gz) = 53449c14d0146e9ccaefad518eb4aee7cedc12dc7744b405eb7c1f7b0dca0edcefcdfa7ce240be9a5531e95a24df92c685417f616ccdb30060d11794ca948604 +Size (R/spelling_2.2.tar.gz) = 10764 bytes --_----------=_162980370012910--