svn commit: r441206 - in head/devel: . R-cran-rlang
TAKATSU Tomonari
tota at FreeBSD.org
Fri May 19 01:35:01 UTC 2017
Author: tota
Date: Fri May 19 01:34:59 2017
New Revision: 441206
URL: https://svnweb.freebsd.org/changeset/ports/441206
Log:
- Add new port: devel/R-cran-rlang
A toolbox for working with base types, core R features like the
condition system, and core 'Tidyverse' features like tidy evaluation.
WWW: https://cran.r-project.org/web/packages/rlang/
Added:
head/devel/R-cran-rlang/
head/devel/R-cran-rlang/Makefile (contents, props changed)
head/devel/R-cran-rlang/distinfo (contents, props changed)
head/devel/R-cran-rlang/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri May 19 01:03:57 2017 (r441205)
+++ head/devel/Makefile Fri May 19 01:34:59 2017 (r441206)
@@ -46,6 +46,7 @@
SUBDIR += R-cran-reshape
SUBDIR += R-cran-reshape2
SUBDIR += R-cran-rgexf
+ SUBDIR += R-cran-rlang
SUBDIR += R-cran-rngtools
SUBDIR += R-cran-rprojroot
SUBDIR += R-cran-rstudioapi
Added: head/devel/R-cran-rlang/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-rlang/Makefile Fri May 19 01:34:59 2017 (r441206)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rlang
+PORTVERSION= 0.1.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Functions for Base Types and Core R and 'Tidyverse' Features
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-rlang/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-rlang/distinfo Fri May 19 01:34:59 2017 (r441206)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495156170
+SHA256 (rlang_0.1.1.tar.gz) = 5901f95d68728a7d9bb1c2373a20ce6e4ad222f66e397e7735e9eff987c73c3f
+SIZE (rlang_0.1.1.tar.gz) = 201419
Added: head/devel/R-cran-rlang/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-rlang/pkg-descr Fri May 19 01:34:59 2017 (r441206)
@@ -0,0 +1,4 @@
+A toolbox for working with base types, core R features like the
+condition system, and core 'Tidyverse' features like tidy evaluation.
+
+WWW: https://cran.r-project.org/web/packages/rlang/
More information about the svn-ports-all
mailing list