aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-blob
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-02-12 22:48:40 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-02-12 22:48:40 +0000
commit8ca15eec396b60ed8da011ee0b71d9146891657a (patch)
treea1dfe07fae3b4662798c3d190e729c0b231816db /devel/R-cran-blob
parent736d719ab6d54a52e6332db7533e696ba12b45b6 (diff)
downloadports-8ca15eec396b60ed8da011ee0b71d9146891657a.tar.gz
ports-8ca15eec396b60ed8da011ee0b71d9146891657a.zip
new port: devel/R-cran-blob
devel/R-cran-blob: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS') Approved by: lwhsu
Notes
Notes: svn path=/head/; revision=565076
Diffstat (limited to 'devel/R-cran-blob')
-rw-r--r--devel/R-cran-blob/Makefile23
-rw-r--r--devel/R-cran-blob/distinfo3
-rw-r--r--devel/R-cran-blob/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/R-cran-blob/Makefile b/devel/R-cran-blob/Makefile
new file mode 100644
index 000000000000..4c97e1394a06
--- /dev/null
+++ b/devel/R-cran-blob/Makefile
@@ -0,0 +1,23 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= blob
+DISTVERSION= 1.2.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
+ R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-crayon>0:devel/R-cran-crayon \
+ R-cran-pillar>=1.2.1:devel/R-cran-pillar \
+ R-cran-testthat>0:devel/R-cran-testthat
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-blob/distinfo b/devel/R-cran-blob/distinfo
new file mode 100644
index 000000000000..2b8a353eb6fe
--- /dev/null
+++ b/devel/R-cran-blob/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612631873
+SHA256 (blob_1.2.1.tar.gz) = ef54bc7a9646c1b73f4d2f60c869b4f1940bc3505874175114297ad7772d8bea
+SIZE (blob_1.2.1.tar.gz) = 10099
diff --git a/devel/R-cran-blob/pkg-descr b/devel/R-cran-blob/pkg-descr
new file mode 100644
index 000000000000..a1fd6c050c72
--- /dev/null
+++ b/devel/R-cran-blob/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/tidyverse/blob