pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-downlit
Module Name: pkgsrc
Committed By: mef
Date: Mon Dec 30 10:26:11 UTC 2024
Modified Files:
pkgsrc/www/R-downlit: Makefile distinfo
Log Message:
(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 `<span>` to match pandoc (#122).
* Multi-line tokens (e.g. strings) now get a `<span>` 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)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-downlit/Makefile \
pkgsrc/www/R-downlit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-downlit/Makefile
diff -u pkgsrc/www/R-downlit/Makefile:1.1 pkgsrc/www/R-downlit/Makefile:1.2
--- pkgsrc/www/R-downlit/Makefile:1.1 Sun Dec 18 09:25:53 2022
+++ pkgsrc/www/R-downlit/Makefile Mon Dec 30 10:26:11 2024
@@ -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@localhost
@@ -16,12 +16,18 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R
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
Index: pkgsrc/www/R-downlit/distinfo
diff -u pkgsrc/www/R-downlit/distinfo:1.1 pkgsrc/www/R-downlit/distinfo:1.2
--- pkgsrc/www/R-downlit/distinfo:1.1 Sun Dec 18 09:25:53 2022
+++ pkgsrc/www/R-downlit/distinfo Mon Dec 30 10:26:11 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index