Date: Mon, 9 Jun 2014 19:30:45 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357196 - in head/devel: . R-cran-microbenchmark Message-ID: <201406091930.s59JUjVr088517@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Mon Jun 9 19:30:45 2014 New Revision: 357196 URL: http://svnweb.freebsd.org/changeset/ports/357196 QAT: https://qat.redports.org/buildarchive/r357196/ Log: Provides infrastructure to accurately measure and compare the execution time of R expressions. WWW: http://cran.r-project.org/web/packages/microbenchmark/index.html Added: head/devel/R-cran-microbenchmark/ head/devel/R-cran-microbenchmark/Makefile (contents, props changed) head/devel/R-cran-microbenchmark/distinfo (contents, props changed) head/devel/R-cran-microbenchmark/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 9 19:27:53 2014 (r357195) +++ head/devel/Makefile Mon Jun 9 19:30:45 2014 (r357196) @@ -25,6 +25,7 @@ SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-memoise + SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest Added: head/devel/R-cran-microbenchmark/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-microbenchmark/Makefile Mon Jun 9 19:30:45 2014 (r357196) @@ -0,0 +1,16 @@ +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= microbenchmark +DISTVERSION= 1.3-0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Infrastructure to measure the execution time of R expressions + +LICENSE= BSD3CLAUSE + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-microbenchmark/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-microbenchmark/distinfo Mon Jun 9 19:30:45 2014 (r357196) @@ -0,0 +1,2 @@ +SHA256 (microbenchmark_1.3-0.tar.gz) = 3bb1f6fc672912adde3584792a4ae71dd4eac5eec2f960f29bb5fa65888b17c8 +SIZE (microbenchmark_1.3-0.tar.gz) = 14382 Added: head/devel/R-cran-microbenchmark/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-microbenchmark/pkg-descr Mon Jun 9 19:30:45 2014 (r357196) @@ -0,0 +1,4 @@ +Provides infrastructure to accurately measure and compare the execution time of +R expressions. + +WWW: http://cran.r-project.org/web/packages/microbenchmark/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091930.s59JUjVr088517>