svn commit: r468177 - in head/devel: . R-cran-later

TAKATSU Tomonari tota at FreeBSD.org
Tue Apr 24 05:30:43 UTC 2018


Author: tota
Date: Tue Apr 24 05:30:42 2018
New Revision: 468177
URL: https://svnweb.freebsd.org/changeset/ports/468177

Log:
  - Add new port: devel/R-cran-later
  
    Executes arbitrary R or C functions some time after the current
    time, after the R execution stack has emptied.
  
    WWW: https://cran.r-project.org/web/packages/later/

Added:
  head/devel/R-cran-later/
  head/devel/R-cran-later/Makefile   (contents, props changed)
  head/devel/R-cran-later/distinfo   (contents, props changed)
  head/devel/R-cran-later/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr 24 05:22:57 2018	(r468176)
+++ head/devel/Makefile	Tue Apr 24 05:30:42 2018	(r468177)
@@ -42,6 +42,7 @@
     SUBDIR += R-cran-hms
     SUBDIR += R-cran-iterators
     SUBDIR += R-cran-itertools
+    SUBDIR += R-cran-later
     SUBDIR += R-cran-lubridate
     SUBDIR += R-cran-magrittr
     SUBDIR += R-cran-memoise

Added: head/devel/R-cran-later/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-later/Makefile	Tue Apr 24 05:30:42 2018	(r468177)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	later
+PORTVERSION=	0.7.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Utilities for Delaying Function Execution
+
+LICENSE=	GPLv2+
+
+USES=		cran:auto-plist,compiles
+
+CRAN_DEPENDS=	R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
+		R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-BH>0:devel/R-cran-BH
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-later/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-later/distinfo	Tue Apr 24 05:30:42 2018	(r468177)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524537042
+SHA256 (later_0.7.1.tar.gz) = 7fe7f7e39a59e201f41adfdd6487d5e1976af5331735171efb094fca6af5327d
+SIZE (later_0.7.1.tar.gz) = 36834

Added: head/devel/R-cran-later/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-later/pkg-descr	Tue Apr 24 05:30:42 2018	(r468177)
@@ -0,0 +1,4 @@
+Executes arbitrary R or C functions some time after the current
+time, after the R execution stack has emptied.
+
+WWW: https://cran.r-project.org/web/packages/later/


More information about the svn-ports-head mailing list