git: d4bd28dbe1e0 - main - textproc/R-cran-markdown: Update to 1.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 02:18:26 UTC
The branch main has been updated by tota:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4bd28dbe1e09deecced5363973c81b72c473fd3
commit d4bd28dbe1e09deecced5363973c81b72c473fd3
Author: TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-04-26 06:03:50 +0000
Commit: TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-05-11 02:03:16 +0000
textproc/R-cran-markdown: Update to 1.6
- Update to 1.6
- Update pkg-descr
---
textproc/R-cran-markdown/Makefile | 7 +++----
textproc/R-cran-markdown/distinfo | 6 +++---
textproc/R-cran-markdown/pkg-descr | 9 ++++++---
3 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/textproc/R-cran-markdown/Makefile b/textproc/R-cran-markdown/Makefile
index 75987224622c..7ac0e30dce6c 100644
--- a/textproc/R-cran-markdown/Makefile
+++ b/textproc/R-cran-markdown/Makefile
@@ -1,6 +1,5 @@
PORTNAME= markdown
-PORTVERSION= 1.1
-PORTREVISION= 2
+PORTVERSION= 1.6
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,8 +9,8 @@ WWW= https://cran.r-project.org/web/packages/markdown/
LICENSE= GPLv2
-CRAN_DEPENDS= R-cran-xfun>0:misc/R-cran-xfun \
- R-cran-mime>=0.3:misc/R-cran-mime
+CRAN_DEPENDS= R-cran-commonmark>=1.9.0:textproc/R-cran-commonmark \
+ R-cran-xfun>=0.38:misc/R-cran-xfun
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
diff --git a/textproc/R-cran-markdown/distinfo b/textproc/R-cran-markdown/distinfo
index 9361accbc11d..e42cebcf3453 100644
--- a/textproc/R-cran-markdown/distinfo
+++ b/textproc/R-cran-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565620048
-SHA256 (markdown_1.1.tar.gz) = 8d8cd47472a37362e615dbb8865c3780d7b7db694d59050e19312f126e5efc1b
-SIZE (markdown_1.1.tar.gz) = 81050
+TIMESTAMP = 1682488963
+SHA256 (markdown_1.6.tar.gz) = 46228b8d8161ae4b651b4662364eb35a3b91e6a7a457fe99d0e709f2a6f559ea
+SIZE (markdown_1.6.tar.gz) = 107405
diff --git a/textproc/R-cran-markdown/pkg-descr b/textproc/R-cran-markdown/pkg-descr
index 2e1c4db71b42..9369ac0261ac 100644
--- a/textproc/R-cran-markdown/pkg-descr
+++ b/textproc/R-cran-markdown/pkg-descr
@@ -1,3 +1,6 @@
-Provides R bindings to the 'Sundown' 'Markdown' rendering library
-(https://github.com/vmg/sundown). 'Markdown' is a plain-text
-formatting syntax that can be converted to 'XHTML' or other formats.
+Render Markdown to full and lightweight HTML/'LaTeX' documents with
+the 'commonmark' package. It also supports features that are missing
+in 'commonmark', such as raw HTML/'LaTeX' blocks, 'LaTeX' math,
+superscripts, subscripts, footnotes, element attributes, appendices,
+and fenced 'Divs'. With additional JavaScript and CSS, it can also
+create HTML slides and articles.