head 1.5; access; symbols pkgsrc-2026Q1:1.5.0.10 pkgsrc-2026Q1-base:1.5 pkgsrc-2025Q4:1.5.0.8 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.5.0.6 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.5.0.4 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.5.0.2 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.4.0.14 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.12 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.10 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.8 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.6 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.4 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.2 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.3.0.8 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.6 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.4 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.2 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.2.0.6 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.12 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2025.01.04.00.02.20; author mef; state Exp; branches; next 1.4; commitid IBu8XpKOeRksb6EF; 1.4 date 2023.06.11.10.45.44; author mef; state Exp; branches; next 1.3; commitid dxyyrdyOkl74awsE; 1.3 date 2022.05.01.14.35.40; author mef; state Exp; branches; next 1.2; commitid pBtlA4nWRAi7umCD; 1.2 date 2021.08.24.11.14.59; author mef; state Exp; branches; next 1.1; commitid 9i7CuHF6IKRbpd6D; 1.1 date 2020.02.13.15.19.44; author mef; state Exp; branches; next ; commitid iyfpwVVcavluHwWB; desc @@ 1.5 log @(textproc/R-spelling) Updated 2.2.1 to 2.3.1, NEWS not recent, 2.3.0 - Support for spellchecking on Quarto files (@@olivroy, #77) - You can now specify a global wordlist file via the SPELLING_WORDLIST envvar @ text @# $NetBSD: Makefile,v 1.4 2023/06/11 10:45:44 mef Exp $ R_PKGNAME= spelling R_PKGVER= 2.3.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Tools for Spell Checking in R LICENSE= mit # + file LICENSE DEPENDS+= R-knitr>=1.23:../../print/R-knitr DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2 DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell # Package suggested but not available: 'pdftools' TEST_DEPENDS+= R-commonmark-[0-9]*:../../textproc/R-commonmark TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2 TEST_DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.4 log @(textproc/R-spelling) Updated 2.2.0 to 2.2.1 2.2.1 - Fix for commonmark 1.7.0 change for auto-linked markdown URLs @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/05/01 14:35:40 mef Exp $ d4 1 a4 1 R_PKGVER= 2.2.1 @ 1.3 log @(textproc/R-spelling) +TEST_DEPENDS+=, but still one missing @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $ d4 1 a4 1 R_PKGVER= 2.2 @ 1.2 log @(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) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/02/13 15:19:44 mef Exp $ d16 5 @ 1.1 log @(textproc/R-spelling) import R-spelling-2.1 Spell checking common document formats including latex, markdown, manual pages, and description files. Includes utilities to automate checking of documentation and vignettes as a unit test during 'R CMD check'. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a 'wordlist' to allow custom terminology without having to abuse punctuation. @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 R_PKGVER= 2.1 @