svn commit: r393713 - in head/textproc: . R-cran-markdown
TAKATSU Tomonari
tota at FreeBSD.org
Sat Aug 8 06:19:06 UTC 2015
Author: tota
Date: Sat Aug 8 06:19:03 2015
New Revision: 393713
URL: https://svnweb.freebsd.org/changeset/ports/393713
Log:
- 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/
Added:
head/textproc/R-cran-markdown/
head/textproc/R-cran-markdown/Makefile (contents, props changed)
head/textproc/R-cran-markdown/distinfo (contents, props changed)
head/textproc/R-cran-markdown/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Aug 8 06:01:28 2015 (r393712)
+++ head/textproc/Makefile Sat Aug 8 06:19:03 2015 (r393713)
@@ -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
Added: head/textproc/R-cran-markdown/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-markdown/Makefile Sat Aug 8 06:19:03 2015 (r393713)
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= markdown
+PORTVERSION= 0.7.7
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at 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>
Added: head/textproc/R-cran-markdown/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-markdown/distinfo Sat Aug 8 06:19:03 2015 (r393713)
@@ -0,0 +1,2 @@
+SHA256 (markdown_0.7.7.tar.gz) = 0b86c3a4e42bbc425be229f70a4a0efdca0522f48c6ea1bf0285c6b122854102
+SIZE (markdown_0.7.7.tar.gz) = 79427
Added: head/textproc/R-cran-markdown/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-markdown/pkg-descr Sat Aug 8 06:19:03 2015 (r393713)
@@ -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/
More information about the svn-ports-head
mailing list