Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 15:36:09 +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: r449292 - in head/devel: . R-cran-purrr
Message-ID:  <201709051536.v85Fa9pg024994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Sep  5 15:36:09 2017
New Revision: 449292
URL: https://svnweb.freebsd.org/changeset/ports/449292

Log:
  - Add new port: devel/R-cran-purrr
  
    A complete and consistent functional programming toolkit for R.
  
    WWW: https://cran.r-project.org/web/packages/purrr/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep  5 15:26:54 2017	(r449291)
+++ head/devel/Makefile	Tue Sep  5 15:36:09 2017	(r449292)
@@ -45,6 +45,7 @@
     SUBDIR += R-cran-plyr
     SUBDIR += R-cran-praise
     SUBDIR += R-cran-proto
+    SUBDIR += R-cran-purrr
     SUBDIR += R-cran-randomForest
     SUBDIR += R-cran-registry
     SUBDIR += R-cran-repr

Added: head/devel/R-cran-purrr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-purrr/Makefile	Tue Sep  5 15:36:09 2017	(r449292)
@@ -0,0 +1,23 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	purrr
+PORTVERSION=	0.2.3
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Functional Programming Tools
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+CRAN_DEPENDS=	R-cran-magrittr>=1.5:devel/R-cran-magrittr \
+		R-cran-tibble>0:devel/R-cran-tibble \
+		R-cran-rlang>=0.1:devel/R-cran-rlang
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-purrr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-purrr/distinfo	Tue Sep  5 15:36:09 2017	(r449292)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504623721
+SHA256 (purrr_0.2.3.tar.gz) = aace6ae2f3429d0e453bfa73c02f6c5133aaff5a9cb0f860d29149ba97053e48
+SIZE (purrr_0.2.3.tar.gz) = 126170

Added: head/devel/R-cran-purrr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-purrr/pkg-descr	Tue Sep  5 15:36:09 2017	(r449292)
@@ -0,0 +1,3 @@
+A complete and consistent functional programming toolkit for R.
+
+WWW: https://cran.r-project.org/web/packages/purrr/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709051536.v85Fa9pg024994>