- Add new port: textproc/R-cran-commonmark

The CommonMark specification defines a rationalized version of
  markdown syntax. This package uses the 'cmark' reference implementation
  for converting markdown text into various formats including html,
  latex and groff man. In addition it exposes the markdown parse tree
  in xml format. Also includes opt-in support for GFM extensions
  including tables, autolinks, and strikethrough text.

  WWW: https://cran.r-project.org/web/packages/commonmark/
This commit is contained in:
TAKATSU Tomonari 2020-07-22 03:53:51 +00:00
parent e49e2fe582
commit b21fd7952a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542830
4 changed files with 27 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SUBDIR += 2bsd-diff
SUBDIR += CLDR
SUBDIR += R-cran-commonmark
SUBDIR += R-cran-DT
SUBDIR += R-cran-R2HTML
SUBDIR += R-cran-XML

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= commonmark
DISTVERSION= 1.7
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= High Performance CommonMark and Github Markdown Rendering in R
LICENSE= BSD2CLAUSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595324231
SHA256 (commonmark_1.7.tar.gz) = d14a767a3ea9778d6165f44f980dd257423ca6043926e3cd8f664f7171f89108
SIZE (commonmark_1.7.tar.gz) = 134002

View File

@ -0,0 +1,8 @@
The CommonMark specification defines a rationalized version of
markdown syntax. This package uses the 'cmark' reference implementation
for converting markdown text into various formats including html,
latex and groff man. In addition it exposes the markdown parse tree
in xml format. Also includes opt-in support for GFM extensions
including tables, autolinks, and strikethrough text.
WWW: https://cran.r-project.org/web/packages/commonmark/