From dd4799b1843993c8b7304fa2b8c51c134082ab3f Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sat, 8 Aug 2015 06:19:03 +0000 Subject: - Add new port: textproc/R-cran-markdown 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/ --- textproc/Makefile | 1 + textproc/R-cran-markdown/Makefile | 18 ++++++++++++++++++ textproc/R-cran-markdown/distinfo | 2 ++ textproc/R-cran-markdown/pkg-descr | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 textproc/R-cran-markdown/Makefile create mode 100644 textproc/R-cran-markdown/distinfo create mode 100644 textproc/R-cran-markdown/pkg-descr 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 +# $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 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/ -- cgit v1.2.3