aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 08:28:44 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 08:28:44 +0000
commit420e50e884f1e936eb9478f4eb286d9b22bbcbc3 (patch)
tree42831c1e0f2cd14f7f71adc499c77a5924f30f2c
parent6a89bf912c8a3f954005c3b92cd97119b98200b1 (diff)
downloadports-420e50e884f1e936eb9478f4eb286d9b22bbcbc3.tar.gz
ports-420e50e884f1e936eb9478f4eb286d9b22bbcbc3.zip
- Add new port: devel/R-cran-evaluate
Parsing and evaluation tools that make it easy to recreate the command line behaviour of R. WWW: https://cran.r-project.org/web/packages/evaluate/
Notes
Notes: svn path=/head/; revision=393716
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-evaluate/Makefile19
-rw-r--r--devel/R-cran-evaluate/distinfo2
-rw-r--r--devel/R-cran-evaluate/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bf56a3ae7d41..55edd243373b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -16,6 +16,7 @@
SUBDIR += R-cran-caTools
SUBDIR += R-cran-caret
SUBDIR += R-cran-chron
+ SUBDIR += R-cran-evaluate
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gbm
SUBDIR += R-cran-gdata
diff --git a/devel/R-cran-evaluate/Makefile b/devel/R-cran-evaluate/Makefile
new file mode 100644
index 000000000000..c0eace725649
--- /dev/null
+++ b/devel/R-cran-evaluate/Makefile
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= evaluate
+PORTVERSION= 0.7
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Parsing and Evaluation Tools
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-stringr>=0.6.2:${PORTSDIR}/textproc/R-cran-stringr
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-evaluate/distinfo b/devel/R-cran-evaluate/distinfo
new file mode 100644
index 000000000000..3103719c194e
--- /dev/null
+++ b/devel/R-cran-evaluate/distinfo
@@ -0,0 +1,2 @@
+SHA256 (evaluate_0.7.tar.gz) = 731d91d8de223bab974461aea72e579fbb01b670e03e446d8ce12fa5fd45056a
+SIZE (evaluate_0.7.tar.gz) = 17707
diff --git a/devel/R-cran-evaluate/pkg-descr b/devel/R-cran-evaluate/pkg-descr
new file mode 100644
index 000000000000..ae1be791c9f7
--- /dev/null
+++ b/devel/R-cran-evaluate/pkg-descr
@@ -0,0 +1,4 @@
+Parsing and evaluation tools that make it easy to recreate the
+command line behaviour of R.
+
+WWW: https://cran.r-project.org/web/packages/evaluate/