svn commit: r403845 - in head/math: . R-cran-lazyeval
Wen Heping
wen at FreeBSD.org
Wed Dec 16 13:56:32 UTC 2015
Author: wen
Date: Wed Dec 16 07:44:49 2015
New Revision: 403845
URL: https://svnweb.freebsd.org/changeset/ports/403845
Log:
A disciplined approach to non-standard evaluation.
WWW: https://cran.r-project.org/web/packages/lazyeval/
Added:
head/math/R-cran-lazyeval/
head/math/R-cran-lazyeval/Makefile (contents, props changed)
head/math/R-cran-lazyeval/distinfo (contents, props changed)
head/math/R-cran-lazyeval/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Wed Dec 16 07:12:50 2015 (r403844)
+++ head/math/Makefile Wed Dec 16 07:44:49 2015 (r403845)
@@ -37,6 +37,7 @@
SUBDIR += R-cran-inline
SUBDIR += R-cran-irlba
SUBDIR += R-cran-labeling
+ SUBDIR += R-cran-lazyeval
SUBDIR += R-cran-lme4
SUBDIR += R-cran-maxLik
SUBDIR += R-cran-memisc
Added: head/math/R-cran-lazyeval/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-lazyeval/Makefile Wed Dec 16 07:44:49 2015 (r403845)
@@ -0,0 +1,16 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= lazyeval
+DISTVERSION= 0.1.10
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen at FreeBSD.org
+COMMENT= Disciplined approach to non-standard evaluation
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/math/R-cran-lazyeval/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-lazyeval/distinfo Wed Dec 16 07:44:49 2015 (r403845)
@@ -0,0 +1,2 @@
+SHA256 (lazyeval_0.1.10.tar.gz) = 9063a02257776f00173d5171b7239ba1b28f613eefe42e49dfe8f8ea84bd0e0b
+SIZE (lazyeval_0.1.10.tar.gz) = 20833
Added: head/math/R-cran-lazyeval/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-lazyeval/pkg-descr Wed Dec 16 07:44:49 2015 (r403845)
@@ -0,0 +1,3 @@
+A disciplined approach to non-standard evaluation.
+
+WWW: https://cran.r-project.org/web/packages/lazyeval/
More information about the svn-ports-all
mailing list