diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-evaluate/Makefile | 19 | ||||
-rw-r--r-- | devel/R-cran-evaluate/distinfo | 2 | ||||
-rw-r--r-- | devel/R-cran-evaluate/pkg-descr | 4 |
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/ |