Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 23:42: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: r449380 - in head/textproc: . R-cran-readr
Message-ID:  <201709062342.v86Ng9gO018054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Sep  6 23:42:09 2017
New Revision: 449380
URL: https://svnweb.freebsd.org/changeset/ports/449380

Log:
  - Add new port: textproc/R-cran-readr
  
    The goal of 'readr' is to provide a fast and friendly way to read
    rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
    flexibly parse many types of data found in the wild, while still
    cleanly failing when data unexpectedly changes.
  
    WWW: https://cran.r-project.org/web/packages/readr/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Sep  6 22:50:07 2017	(r449379)
+++ head/textproc/Makefile	Wed Sep  6 23:42:09 2017	(r449380)
@@ -14,6 +14,7 @@
     SUBDIR += R-cran-htmltools
     SUBDIR += R-cran-markdown
     SUBDIR += R-cran-pystr
+    SUBDIR += R-cran-readr
     SUBDIR += R-cran-rmarkdown
     SUBDIR += R-cran-stringi
     SUBDIR += R-cran-stringr

Added: head/textproc/R-cran-readr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-readr/Makefile	Wed Sep  6 23:42:09 2017	(r449380)
@@ -0,0 +1,25 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	readr
+PORTVERSION=	1.1.1
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Read Rectangular Text Data
+
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+CRAN_DEPENDS=	R-cran-Rcpp>=0.12.0.5:devel/R-cran-Rcpp \
+		R-cran-tibble>0:devel/R-cran-tibble \
+		R-cran-hms>0:devel/R-cran-hms \
+		R-cran-R6>0:devel/R-cran-R6 \
+		R-cran-BH>0:devel/R-cran-BH
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-readr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-readr/distinfo	Wed Sep  6 23:42:09 2017	(r449380)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504684095
+SHA256 (readr_1.1.1.tar.gz) = 1a29b99009a06f2cee18d08bc6201fd4985b6d45c76cefca65084dcc1a2f7cb3
+SIZE (readr_1.1.1.tar.gz) = 233793

Added: head/textproc/R-cran-readr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-readr/pkg-descr	Wed Sep  6 23:42:09 2017	(r449380)
@@ -0,0 +1,6 @@
+The goal of 'readr' is to provide a fast and friendly way to read
+rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
+flexibly parse many types of data found in the wild, while still
+cleanly failing when data unexpectedly changes.
+
+WWW: https://cran.r-project.org/web/packages/readr/



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