diff options
author | tota <tota@FreeBSD.org> | 2015-08-08 16:28:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-08 16:28:44 +0800 |
commit | f7f62f1519859368185e04b1a2891d46a28a17da (patch) | |
tree | 42831c1e0f2cd14f7f71adc499c77a5924f30f2c /devel | |
parent | 1a9699a9069c1bb03d9a7196b1b25d5c3c786385 (diff) | |
download | freebsd-ports-gnome-f7f62f1519859368185e04b1a2891d46a28a17da.tar.gz freebsd-ports-gnome-f7f62f1519859368185e04b1a2891d46a28a17da.tar.zst freebsd-ports-gnome-f7f62f1519859368185e04b1a2891d46a28a17da.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/
Diffstat (limited to 'devel')
-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/ |