aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 10:24:48 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 10:24:48 +0000
commit192f6ce07b9d44d28efb06b6994abea88340a19e (patch)
treebf70145034fcd649f99cc716a28d3f178f1e34f2 /print
parentc5d680edc15f762bb3caade7fe2e6ab816ab4d85 (diff)
downloadports-192f6ce07b9d44d28efb06b6994abea88340a19e.tar.gz
ports-192f6ce07b9d44d28efb06b6994abea88340a19e.zip
- Add new port: print/R-cran-knitr
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. WWW: https://cran.r-project.org/web/packages/knitr/
Notes
Notes: svn path=/head/; revision=393721
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/R-cran-knitr/Makefile25
-rw-r--r--print/R-cran-knitr/distinfo2
-rw-r--r--print/R-cran-knitr/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index e0cf5b6e08db..cea804fe5706 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -3,6 +3,7 @@
COMMENT = Desktop publishing
+ SUBDIR += R-cran-knitr
SUBDIR += a2pdf
SUBDIR += a2ps
SUBDIR += abc2mtex
diff --git a/print/R-cran-knitr/Makefile b/print/R-cran-knitr/Makefile
new file mode 100644
index 000000000000..20d6e8f81c0b
--- /dev/null
+++ b/print/R-cran-knitr/Makefile
@@ -0,0 +1,25 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= knitr
+PORTVERSION= 1.10.5
+CATEGORIES= print
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= General-Purpose Package for Dynamic Report Generation in R
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-evaluate>=0.6:${PORTSDIR}/devel/R-cran-evaluate \
+ R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
+ R-cran-formatR>0:${PORTSDIR}/textproc/R-cran-formatR \
+ R-cran-highr>0:${PORTSDIR}/textproc/R-cran-highr \
+ R-cran-markdown>0:${PORTSDIR}/textproc/R-cran-markdown \
+ R-cran-stringr>=0.6:${PORTSDIR}/textproc/R-cran-stringr \
+ R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/print/R-cran-knitr/distinfo b/print/R-cran-knitr/distinfo
new file mode 100644
index 000000000000..eb4ec7efad42
--- /dev/null
+++ b/print/R-cran-knitr/distinfo
@@ -0,0 +1,2 @@
+SHA256 (knitr_1.10.5.tar.gz) = 471d1725fbd28e79578da44b8b82c40aef6b7f76f4d93109c16d91c5a5d5b7e3
+SIZE (knitr_1.10.5.tar.gz) = 688176
diff --git a/print/R-cran-knitr/pkg-descr b/print/R-cran-knitr/pkg-descr
new file mode 100644
index 000000000000..39d292571abb
--- /dev/null
+++ b/print/R-cran-knitr/pkg-descr
@@ -0,0 +1,4 @@
+Provides a general-purpose tool for dynamic report generation in R
+using Literate Programming techniques.
+
+WWW: https://cran.r-project.org/web/packages/knitr/