Date: Wed, 16 Dec 2015 07:44:49 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403845 - in head/math: . R-cran-lazyeval Message-ID: <201512160744.tBG7inHA023128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= lazyeval +DISTVERSION= 0.1.10 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160744.tBG7inHA023128>