From 7fc6bbdbe20e7136bac31360fe4444d905ba034f Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 30 Dec 2024 10:26:11 +0000 Subject: [PATCH] (www/R-downlit) Updated 0.4.0 to 0.4.4 # downlit 0.4.4 * Use simpler parsing algorithm for R 4.0, which avoids crash with certain UTF-8 characters (#189). # downlit 0.4.3 * Fix for upcoming R-devel (#169). # downlit 0.4.2 * `highlight()` no longer errors if a package imputed to have been attached isn't installed. * Correctly link `requireNamespace(MASS)` (#151). # downlit 0.4.1 ## Syntax highlighting * Supports new base pipe `|>` syntax (#126). * Every line get its own `` to match pandoc (#122). * Multi-line tokens (e.g. strings) now get a `` per line (#139). * Very long strings or other tokens are no longer truncated (@dmurdoch, #128). ## Auto-linkg * Function calls (in inline and code blocks) will no longer to non-function topics (#135). * Re-exports detection no longer relies on name of `.Rd` file (#134). * Link to correct topic with `::()` and `utils::help()` (@IndrajeetPatil, #131). * Generate correct link for Bioconductor vignettes (@zeehio, #145) --- www/R-downlit/Makefile | 10 ++++++++-- www/R-downlit/distinfo | 8 ++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/www/R-downlit/Makefile b/www/R-downlit/Makefile index 83bbe74db796..e4e2ddbb6210 100644 --- a/www/R-downlit/Makefile +++ b/www/R-downlit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2022/12/18 09:25:53 mef Exp $ +# $NetBSD: Makefile,v 1.2 2024/12/30 10:26:11 mef Exp $ R_PKGNAME= downlit -R_PKGVER= 0.4.0 +R_PKGVER= 0.4.4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,12 +16,18 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R-memoise DEPENDS+= R-rlang>=1.0.2:../../devel/R-rlang DEPENDS+= R-vctrs>=0.4.1:../../math/R-vctrs DEPENDS+= R-digest>=0.6.25:../../security/R-digest +DEPENDS+= R-withr-[0-9]*:../../devel/R-withr DEPENDS+= R-yaml>=2.2.1:../../textproc/R-yaml +# Package suggested but not available: 'MassSpecWavelet' + TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools #EST_DEPENDS+= R-leaflet-[0-9]*: TEST_DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2 USE_LANGUAGES= # none diff --git a/www/R-downlit/distinfo b/www/R-downlit/distinfo index 9be3c88aa542..7c427260a276 100644 --- a/www/R-downlit/distinfo +++ b/www/R-downlit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/12/18 09:25:53 mef Exp $ +$NetBSD: distinfo,v 1.2 2024/12/30 10:26:11 mef Exp $ -BLAKE2s (R/downlit_0.4.0.tar.gz) = c43c9b2b66ea03d0a590429df9c1d5c4129ab8105106ce07b01dc211c3db77d6 -SHA512 (R/downlit_0.4.0.tar.gz) = c83eaaa3f5e39e79ac68f9433364c8e05e00f2cef7dff1ba818ba4fab91a2b70b11f795417cf1301504ab7328323577dc6ad920eada317effa40e7aced1db069 -Size (R/downlit_0.4.0.tar.gz) = 35489 bytes +BLAKE2s (R/downlit_0.4.4.tar.gz) = de7ed6fea2c43aef2062ceb947091734eeccade909ecc343db0ac13190f7abff +SHA512 (R/downlit_0.4.4.tar.gz) = 86b2511866d028cb53d82125c2de1cb2bdbb2ea56997beb10928c99fef5ffb6b50d5c4ea57fe6020aed994674948d999d707095ff1dd97effc2b3fe230d96e05 +Size (R/downlit_0.4.4.tar.gz) = 37162 bytes