Date: Tue, 23 Oct 2018 18:13:04 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482865 - in head/textproc: . R-cran-cellranger Message-ID: <201810231813.w9NID4MM079047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Tue Oct 23 18:13:04 2018 New Revision: 482865 URL: https://svnweb.freebsd.org/changeset/ports/482865 Log: textproc/R-cran-cellranger: Translate Spreadsheet Cell Ranges to Rows and Columns Generated by: portcran (0.1.9) Added: head/textproc/R-cran-cellranger/ head/textproc/R-cran-cellranger/Makefile (contents, props changed) head/textproc/R-cran-cellranger/distinfo (contents, props changed) head/textproc/R-cran-cellranger/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Oct 23 18:09:22 2018 (r482864) +++ head/textproc/Makefile Tue Oct 23 18:13:04 2018 (r482865) @@ -10,6 +10,7 @@ SUBDIR += R-cran-XML SUBDIR += R-cran-bibtex SUBDIR += R-cran-brew + SUBDIR += R-cran-cellranger SUBDIR += R-cran-formatR SUBDIR += R-cran-highr SUBDIR += R-cran-htmltools Added: head/textproc/R-cran-cellranger/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-cellranger/Makefile Tue Oct 23 18:13:04 2018 (r482865) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= cellranger +DISTVERSION= 1.1.0 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Translate Spreadsheet Cell Ranges to Rows and Columns + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-rematch>0:textproc/R-cran-rematch +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-testthat>=1.0.0:devel/R-cran-testthat \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/textproc/R-cran-cellranger/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-cellranger/distinfo Tue Oct 23 18:13:04 2018 (r482865) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540318260 +SHA256 (cellranger_1.1.0.tar.gz) = 5d38f288c752bbb9cea6ff830b8388bdd65a8571fd82d8d96064586bd588cf99 +SIZE (cellranger_1.1.0.tar.gz) = 63857 Added: head/textproc/R-cran-cellranger/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-cellranger/pkg-descr Tue Oct 23 18:13:04 2018 (r482865) @@ -0,0 +1,4 @@ +Helper functions to work with spreadsheets and the "A1:D10" style of cell range +specification. + +WWW: https://github.com/rsheets/cellranger
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231813.w9NID4MM079047>