aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-markdown/Makefile18
-rw-r--r--textproc/R-cran-markdown/distinfo2
-rw-r--r--textproc/R-cran-markdown/pkg-descr5
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5a290908fe21..e90247a7bed8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -7,6 +7,7 @@
SUBDIR += R-cran-R2HTML
SUBDIR += R-cran-XML
SUBDIR += R-cran-htmltools
+ SUBDIR += R-cran-markdown
SUBDIR += R-cran-pystr
SUBDIR += R-cran-stringi
SUBDIR += R-cran-stringr
diff --git a/textproc/R-cran-markdown/Makefile b/textproc/R-cran-markdown/Makefile
new file mode 100644
index 000000000000..7e59f94e6ff9
--- /dev/null
+++ b/textproc/R-cran-markdown/Makefile
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= markdown
+PORTVERSION= 0.7.7
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Markdown Rendering for R
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/textproc/R-cran-markdown/distinfo b/textproc/R-cran-markdown/distinfo
new file mode 100644
index 000000000000..652c3cd4e979
--- /dev/null
+++ b/textproc/R-cran-markdown/distinfo
@@ -0,0 +1,2 @@
+SHA256 (markdown_0.7.7.tar.gz) = 0b86c3a4e42bbc425be229f70a4a0efdca0522f48c6ea1bf0285c6b122854102
+SIZE (markdown_0.7.7.tar.gz) = 79427
diff --git a/textproc/R-cran-markdown/pkg-descr b/textproc/R-cran-markdown/pkg-descr
new file mode 100644
index 000000000000..9c12a813f75c
--- /dev/null
+++ b/textproc/R-cran-markdown/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://cran.r-project.org/web/packages/markdown/