math/R-cran-mathjaxr: Added new port

Provides 'MathJax' and macros to enable its use within Rd
files for rendering equations in the HTML help files.

WWW: https://cran.r-project.org/web/packages/mathjaxr/
This commit is contained in:
Wen Heping 2022-05-07 16:33:27 +08:00
parent 2aca44cf12
commit 9394cfbf9a
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,16 @@
PORTNAME= mathjaxr
DISTVERSION= 1.6-0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Using 'Mathjax' in Rd Files
LICENSE= GPLv3+
USES= cran:auto-plist,compiles
post-install:
${ECHO} "@dir lib/R/library/mathjaxr/libs" >>${TMPPLIST}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1651909123
SHA256 (mathjaxr_1.6-0.tar.gz) = ecc47607111b788d84789459af7f4f9102719f98640b7a23bd5a4eb1a6d3c179
SIZE (mathjaxr_1.6-0.tar.gz) = 1050221

View File

@ -0,0 +1,4 @@
Provides 'MathJax' and macros to enable its use within Rd
files for rendering equations in the HTML help files.
WWW: https://cran.r-project.org/web/packages/mathjaxr/