svn commit: r393716 - in head/devel: . R-cran-evaluate
TAKATSU Tomonari
tota at FreeBSD.org
Sat Aug 8 08:28:47 UTC 2015
Author: tota
Date: Sat Aug 8 08:28:44 2015
New Revision: 393716
URL: https://svnweb.freebsd.org/changeset/ports/393716
Log:
- 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/
Added:
head/devel/R-cran-evaluate/
head/devel/R-cran-evaluate/Makefile (contents, props changed)
head/devel/R-cran-evaluate/distinfo (contents, props changed)
head/devel/R-cran-evaluate/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Aug 8 07:43:09 2015 (r393715)
+++ head/devel/Makefile Sat Aug 8 08:28:44 2015 (r393716)
@@ -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
Added: head/devel/R-cran-evaluate/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-evaluate/Makefile Sat Aug 8 08:28:44 2015 (r393716)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= evaluate
+PORTVERSION= 0.7
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at 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>
Added: head/devel/R-cran-evaluate/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-evaluate/distinfo Sat Aug 8 08:28:44 2015 (r393716)
@@ -0,0 +1,2 @@
+SHA256 (evaluate_0.7.tar.gz) = 731d91d8de223bab974461aea72e579fbb01b670e03e446d8ce12fa5fd45056a
+SIZE (evaluate_0.7.tar.gz) = 17707
Added: head/devel/R-cran-evaluate/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-evaluate/pkg-descr Sat Aug 8 08:28:44 2015 (r393716)
@@ -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/
More information about the svn-ports-all
mailing list