pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/R-downlit (www/R-downlit) import R-downlit-0.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be8adb940f4c
branches:  trunk
changeset: 390279:be8adb940f4c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 09:25:53 2022 +0000

description:
(www/R-downlit) import R-downlit-0.4.0

Syntax highlighting of R code, specifically designed for the needs of
'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It
includes linking of function calls to their documentation on the web,
and automatic translation of ANSI escapes in output to the equivalent
HTML.

diffstat:

 www/R-downlit/DESCR    |   5 +++++
 www/R-downlit/Makefile |  29 +++++++++++++++++++++++++++++
 www/R-downlit/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 8760bd5e069d -r be8adb940f4c www/R-downlit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-downlit/DESCR       Sun Dec 18 09:25:53 2022 +0000
@@ -0,0 +1,5 @@
+Syntax highlighting of R code, specifically designed for the needs of
+'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It
+includes linking of function calls to their documentation on the web,
+and automatic translation of ANSI escapes in output to the equivalent
+HTML.
diff -r 8760bd5e069d -r be8adb940f4c www/R-downlit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-downlit/Makefile    Sun Dec 18 09:25:53 2022 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 09:25:53 mef Exp $
+
+R_PKGNAME=     downlit
+R_PKGVER=      0.4.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Syntax Highlighting and Automatic Linking
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-brio>=1.1.3:../../devel/R-brio
+DEPENDS+=      R-desc>=1.4.1:../../devel/R-desc
+DEPENDS+=      R-evaluate>=0.15:../../devel/R-evaluate
+DEPENDS+=      R-fansi>=0.5.0:../../devel/R-fansi
+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-yaml>=2.2.1:../../textproc/R-yaml
+
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+#EST_DEPENDS+= R-leaflet-[0-9]*:
+TEST_DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 8760bd5e069d -r be8adb940f4c www/R-downlit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-downlit/distinfo    Sun Dec 18 09:25:53 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 09:25:53 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



Home | Main Index | Thread Index | Old Index