From owner-svn-ports-head@freebsd.org Wed Dec 16 13:56:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED138A49C1F; Wed, 16 Dec 2015 13:56:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91EBE1C04; Wed, 16 Dec 2015 13:56:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBG7ioBd023132; Wed, 16 Dec 2015 07:44:50 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBG7inHA023128; Wed, 16 Dec 2015 07:44:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512160744.tBG7inHA023128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 16 Dec 2015 07:44:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 13:56:32 -0000 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 +# $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 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/