pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-blob



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Apr 15 00:35:05 UTC 2018

Added Files:
        pkgsrc/devel/R-blob: DESCR Makefile distinfo

Log Message:
devel/R-blob: Import version 1.1.1

R's raw vector is useful for storing a single binary object. What if
you want to put a vector of them in a data frame? The 'blob' package
provides the blob object, a list of raw vectors, suitable for use as a
column in data frame.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-blob/DESCR pkgsrc/devel/R-blob/Makefile \
    pkgsrc/devel/R-blob/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-blob/DESCR
diff -u /dev/null pkgsrc/devel/R-blob/DESCR:1.1
--- /dev/null   Sun Apr 15 00:35:05 2018
+++ pkgsrc/devel/R-blob/DESCR   Sun Apr 15 00:35:05 2018
@@ -0,0 +1,4 @@
+R's raw vector is useful for storing a single binary object. What if
+you want to put a vector of them in a data frame? The 'blob' package
+provides the blob object, a list of raw vectors, suitable for use as a
+column in data frame.
Index: pkgsrc/devel/R-blob/Makefile
diff -u /dev/null pkgsrc/devel/R-blob/Makefile:1.1
--- /dev/null   Sun Apr 15 00:35:05 2018
+++ pkgsrc/devel/R-blob/Makefile        Sun Apr 15 00:35:05 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $
+
+DISTNAME=      blob_1.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tidyverse/blob
+COMMENT=       Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-prettyunits-[0-9]*:../../math/R-prettyunits
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-blob/distinfo
diff -u /dev/null pkgsrc/devel/R-blob/distinfo:1.1
--- /dev/null   Sun Apr 15 00:35:05 2018
+++ pkgsrc/devel/R-blob/distinfo        Sun Apr 15 00:35:05 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/15 00:35:05 minskim Exp $
+
+SHA1 (R/blob_1.1.1.tar.gz) = 75dac37340fea0a3a893440e066fa75f8342143d
+RMD160 (R/blob_1.1.1.tar.gz) = 58fbd623a8fc2fba73ac71e57804a442b03ec64a
+SHA512 (R/blob_1.1.1.tar.gz) = 34a8c5f36c190e6b1d822324335f7550ee7b3a3953d50a1387162811fc0dfd38c5d08f7aaac4d2ba0afff6ee9ab00d0604a5b41f414ac74d1f800633f05e6bfd
+Size (R/blob_1.1.1.tar.gz) = 4828 bytes



Home | Main Index | Thread Index | Old Index