pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index