svn commit: r449576 - in head/devel: . R-cran-withr

TAKATSU Tomonari tota at FreeBSD.org
Sun Sep 10 14:45:30 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	withr
+PORTVERSION=	2.0.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at 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/


More information about the svn-ports-all mailing list