diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 06:19:03 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 06:19:03 +0000 |
commit | dd4799b1843993c8b7304fa2b8c51c134082ab3f (patch) | |
tree | 0e1a64fdf047b37037a83a177a48d635b5de8d63 /textproc/R-cran-markdown | |
parent | 0d4b941f743cb10480fa6fca05455ba935bfa0b1 (diff) |
Notes
Diffstat (limited to 'textproc/R-cran-markdown')
-rw-r--r-- | textproc/R-cran-markdown/Makefile | 18 | ||||
-rw-r--r-- | textproc/R-cran-markdown/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-markdown/pkg-descr | 5 |
3 files changed, 25 insertions, 0 deletions
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/ |