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:           Sun Dec 18 09:25:53 UTC 2022

Added Files:
        pkgsrc/www/R-downlit: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-downlit/DESCR \
    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.

Added files:

Index: pkgsrc/www/R-downlit/DESCR
diff -u /dev/null pkgsrc/www/R-downlit/DESCR:1.1
--- /dev/null   Sun Dec 18 09:25:53 2022
+++ pkgsrc/www/R-downlit/DESCR  Sun Dec 18 09:25:53 2022
@@ -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.
Index: pkgsrc/www/R-downlit/Makefile
diff -u /dev/null pkgsrc/www/R-downlit/Makefile:1.1
--- /dev/null   Sun Dec 18 09:25:53 2022
+++ pkgsrc/www/R-downlit/Makefile       Sun Dec 18 09:25:53 2022
@@ -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"
Index: pkgsrc/www/R-downlit/distinfo
diff -u /dev/null pkgsrc/www/R-downlit/distinfo:1.1
--- /dev/null   Sun Dec 18 09:25:53 2022
+++ pkgsrc/www/R-downlit/distinfo       Sun Dec 18 09:25:53 2022
@@ -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