svn commit: r394297 - in head/textproc: . R-cran-rmarkdown

TAKATSU Tomonari tota at FreeBSD.org
Sat Aug 15 11:39:09 UTC 2015


Author: tota
Date: Sat Aug 15 11:39:07 2015
New Revision: 394297
URL: https://svnweb.freebsd.org/changeset/ports/394297

Log:
  - Add new port: textproc/R-cran-rmarkdown
  
    Convert R Markdown documents into a variety of formats.
  
    WWW: https://cran.r-project.org/web/packages/rmarkdown/

Added:
  head/textproc/R-cran-rmarkdown/
  head/textproc/R-cran-rmarkdown/Makefile   (contents, props changed)
  head/textproc/R-cran-rmarkdown/distinfo   (contents, props changed)
  head/textproc/R-cran-rmarkdown/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug 15 11:34:45 2015	(r394296)
+++ head/textproc/Makefile	Sat Aug 15 11:39:07 2015	(r394297)
@@ -12,6 +12,7 @@
     SUBDIR += R-cran-htmltools
     SUBDIR += R-cran-markdown
     SUBDIR += R-cran-pystr
+    SUBDIR += R-cran-rmarkdown
     SUBDIR += R-cran-stringi
     SUBDIR += R-cran-stringr
     SUBDIR += R-cran-xtable

Added: head/textproc/R-cran-rmarkdown/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rmarkdown/Makefile	Sat Aug 15 11:39:07 2015	(r394297)
@@ -0,0 +1,22 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rmarkdown
+PORTVERSION=	0.7
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Dynamic Documents for R
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	hs-pandoc>=1.12.3:${PORTSDIR}/textproc/hs-pandoc \
+		R-cran-knitr>=1.6:${PORTSDIR}/print/R-cran-knitr \
+		R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml \
+		R-cran-htmltools>=0.2.4:${PORTSDIR}/textproc/R-cran-htmltools \
+		R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-rmarkdown/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rmarkdown/distinfo	Sat Aug 15 11:39:07 2015	(r394297)
@@ -0,0 +1,2 @@
+SHA256 (rmarkdown_0.7.tar.gz) = 8f2150fcb9de433a5c26f70d80c6f036389c956a1cdbfd281d07f07fe31477a7
+SIZE (rmarkdown_0.7.tar.gz) = 1179156

Added: head/textproc/R-cran-rmarkdown/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-rmarkdown/pkg-descr	Sat Aug 15 11:39:07 2015	(r394297)
@@ -0,0 +1,3 @@
+Convert R Markdown documents into a variety of formats.
+
+WWW: https://cran.r-project.org/web/packages/rmarkdown/


More information about the svn-ports-all mailing list