Date: Sun, 10 Sep 2017 14:45:29 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449576 - in head/devel: . R-cran-withr Message-ID: <201709101445.v8AEjTub057193@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 14:45:29 2017 New Revision: 449576 URL: https://svnweb.freebsd.org/changeset/ports/449576 Log: - Add new port: devel/R-cran-withr A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions. WWW: https://cran.r-project.org/web/packages/withr/ Added: head/devel/R-cran-withr/ head/devel/R-cran-withr/Makefile (contents, props changed) head/devel/R-cran-withr/distinfo (contents, props changed) head/devel/R-cran-withr/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 10 14:41:16 2017 (r449575) +++ head/devel/Makefile Sun Sep 10 14:45:29 2017 (r449576) @@ -5206,6 +5206,7 @@ SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt + SUBDIR += R-cran-withr SUBDIR += racer SUBDIR += radare2 SUBDIR += ragel Added: head/devel/R-cran-withr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-withr/Makefile Sun Sep 10 14:45:29 2017 (r449576) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= withr +PORTVERSION= 2.0.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Run Code 'With' Temporarily Modified Global State + +LICENSE= GPLv2+ + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-withr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-withr/distinfo Sun Sep 10 14:45:29 2017 (r449576) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505053715 +SHA256 (withr_2.0.0.tar.gz) = 36be55ca44cdf30517677f2e6e32d8bde4b581027714fb953a3d8fd19f4f9859 +SIZE (withr_2.0.0.tar.gz) = 16956 Added: head/devel/R-cran-withr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-withr/pkg-descr Sun Sep 10 14:45:29 2017 (r449576) @@ -0,0 +1,6 @@ +A set of functions to run code 'with' safely and temporarily modified +global state. Many of these functions were originally a part of the +'devtools' package, this provides a simple package with limited +dependencies to provide access to these functions. + +WWW: https://cran.r-project.org/web/packages/withr/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101445.v8AEjTub057193>