From owner-svn-ports-head@freebsd.org Wed Oct 24 14:10:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBEFAFEA720; Wed, 24 Oct 2018 14:10:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9129D93142; Wed, 24 Oct 2018 14:10:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C11B2B54D; Wed, 24 Oct 2018 14:10:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9OEAvfL092990; Wed, 24 Oct 2018 14:10:57 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OEAuDS092986; Wed, 24 Oct 2018 14:10:56 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201810241410.w9OEAuDS092986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 24 Oct 2018 14:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482908 - in head/textproc: . R-cran-rio X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/textproc: . R-cran-rio X-SVN-Commit-Revision: 482908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 14:10:58 -0000 Author: dbn Date: Wed Oct 24 14:10:56 2018 New Revision: 482908 URL: https://svnweb.freebsd.org/changeset/ports/482908 Log: textproc/R-cran-rio: A Swiss-Army Knife for Data I/O Generated by: portcran (0.1.9) Added: head/textproc/R-cran-rio/ head/textproc/R-cran-rio/Makefile (contents, props changed) head/textproc/R-cran-rio/distinfo (contents, props changed) head/textproc/R-cran-rio/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 24 13:51:10 2018 (r482907) +++ head/textproc/Makefile Wed Oct 24 14:10:56 2018 (r482908) @@ -21,6 +21,7 @@ SUBDIR += R-cran-readxl SUBDIR += R-cran-rematch SUBDIR += R-cran-rex + SUBDIR += R-cran-rio SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr Added: head/textproc/R-cran-rio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/Makefile Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= rio +DISTVERSION= 0.5.10 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= A Swiss-Army Knife for Data I/O + +LICENSE= GPLv2 + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-data.table>=1.9.8:devel/R-cran-data.table \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-curl>=0.6:ftp/R-cran-curl \ + R-cran-haven>=1.1.0:math/R-cran-haven \ + R-cran-openxlsx>0:textproc/R-cran-openxlsx \ + R-cran-readxl>=0.1.1:textproc/R-cran-readxl +TEST_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-bit64>0:devel/R-cran-bit64 \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-readr>0:textproc/R-cran-readr \ + R-cran-xml2>=1.2.0:textproc/R-cran-xml2 \ + R-cran-yaml>0:textproc/R-cran-yaml + +USES= cran:auto-plist + +.include Added: head/textproc/R-cran-rio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/distinfo Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540389999 +SHA256 (rio_0.5.10.tar.gz) = 3dc2898ca3c5bbf62295b5b961a759a27a5739f7ce444eb51b933e20f7781d95 +SIZE (rio_0.5.10.tar.gz) = 70117 Added: head/textproc/R-cran-rio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/pkg-descr Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,10 @@ +Streamlined data import and export by making assumptions that the user is +probably willing to make: 'import()' and 'export()' determine the data +structure from the file extension, reasonable defaults are used for data import +and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively +supported (including from SSL/HTTPS), compressed files can be read directly +without explicit decompression, and fast import packages are used where +appropriate. An additional convenience function, 'convert()', provides a simple +method for converting between file types. + +WWW: https://github.com/leeper/rio