Received: by mail.netbsd.org (Postfix, from userid 605) id 0A47D84E3F; Wed, 31 Jul 2019 13:42:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 656D484E3D for ; Wed, 31 Jul 2019 13:42:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UC_F3Xrs6zUq for ; Wed, 31 Jul 2019 13:42:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B101184E31 for ; Wed, 31 Jul 2019 13:42:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAB7AFBF4; Wed, 31 Jul 2019 13:42:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156458055475000" MIME-Version: 1.0 Date: Wed, 31 Jul 2019 13:42:34 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20190731134234.AAB7AFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156458055475000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Wed Jul 31 13:42:34 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 pkgsrc/textproc: Makefile Added Files: pkgsrc/textproc/R-cellranger: DESCR Makefile distinfo Log Message: R-cellranger: initial commit. Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification. To generate a diff of this commit: cvs rdiff -u -r1.3118 -r1.3119 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.1033 -r1.1034 pkgsrc/textproc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-cellranger/DESCR \ pkgsrc/textproc/R-cellranger/Makefile \ pkgsrc/textproc/R-cellranger/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156458055475000 Content-Disposition: inline Content-Length: 3085 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.3118 pkgsrc/doc/CHANGES-2019:1.3119 --- pkgsrc/doc/CHANGES-2019:1.3118 Wed Jul 31 13:40:18 2019 +++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 13:42:34 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3118 2019/07/31 13:40:18 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3119 2019/07/31 13:42:34 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5075,3 +5075,4 @@ Changes to the packages collection and i Added math/R-zeallot version 0.1.0 [brook 2019-07-31] Added misc/R-Hmisc version 4.2.0 [brook 2019-07-31] Added sysutils/R-progress version 1.2.2 [brook 2019-07-31] + Added textproc/R-cellranger version 1.1.0 [brook 2019-07-31] Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1033 pkgsrc/textproc/Makefile:1.1034 --- pkgsrc/textproc/Makefile:1.1033 Thu Jul 18 00:15:24 2019 +++ pkgsrc/textproc/Makefile Wed Jul 31 13:42:34 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1033 2019/07/18 00:15:24 fox Exp $ +# $NetBSD: Makefile,v 1.1034 2019/07/31 13:42:34 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -11,6 +11,7 @@ SUBDIR+= GutenMark-words SUBDIR+= LDoc SUBDIR+= Markdown SUBDIR+= OdfConverter +SUBDIR+= R-cellranger SUBDIR+= R-formatR SUBDIR+= R-gsubfn SUBDIR+= R-highr Added files: Index: pkgsrc/textproc/R-cellranger/DESCR diff -u /dev/null pkgsrc/textproc/R-cellranger/DESCR:1.1 --- /dev/null Wed Jul 31 13:42:34 2019 +++ pkgsrc/textproc/R-cellranger/DESCR Wed Jul 31 13:42:34 2019 @@ -0,0 +1,2 @@ +Helper functions to work with spreadsheets and the "A1:D10" style of cell +range specification. Index: pkgsrc/textproc/R-cellranger/Makefile diff -u /dev/null pkgsrc/textproc/R-cellranger/Makefile:1.1 --- /dev/null Wed Jul 31 13:42:34 2019 +++ pkgsrc/textproc/R-cellranger/Makefile Wed Jul 31 13:42:34 2019 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:42:34 brook Exp $ + +CATEGORIES= textproc R + +MAINTAINER= bacon@NetBSD.org +HOMEPAGE= https://cran.r-project.org/web/packages/cellranger/index.html +COMMENT= Translate spreadsheet cell ranges to rows and columns +LICENSE= mit + +R_PKGNAME= cellranger +R_PKGVER= 1.1.0 + +DEPENDS+= R-rematch>=1.0.1:../../devel/R-rematch +DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/R-cellranger/distinfo diff -u /dev/null pkgsrc/textproc/R-cellranger/distinfo:1.1 --- /dev/null Wed Jul 31 13:42:34 2019 +++ pkgsrc/textproc/R-cellranger/distinfo Wed Jul 31 13:42:34 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:42:34 brook Exp $ + +SHA1 (R/cellranger_1.1.0.tar.gz) = c04aca542122f8579453239b6773918cd9e4be34 +RMD160 (R/cellranger_1.1.0.tar.gz) = d85691a8df86295754128ab4e4bef4e8bb3c0e49 +SHA512 (R/cellranger_1.1.0.tar.gz) = 5a27ce21b5d22b0eea06f64ef6faf26a63860ccefa17e3d4cb74ffceaf8b0b6f332b482d476dbc32f8174d5bfef01a5f9fc20673db2fa5386682be1baf11d2a9 +Size (R/cellranger_1.1.0.tar.gz) = 63857 bytes --_----------=_156458055475000--