pkgsrc-WIP-changes archive

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

(math/R-arrow) New package: just after R2pkg arrow



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Jan 21 09:51:12 2024 +0900
Changeset:	5125e165d1672a832a13169fe045059afbeb0810

Added Files:
	R-arrow/DESCR
	R-arrow/Makefile
	R-arrow/distinfo

Log Message:
(math/R-arrow) New package: just after R2pkg arrow

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5125e165d1672a832a13169fe045059afbeb0810

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

diffstat:
 R-arrow/DESCR    |  5 +++++
 R-arrow/Makefile | 22 ++++++++++++++++++++++
 R-arrow/distinfo |  5 +++++
 3 files changed, 32 insertions(+)

diffs:
diff --git a/R-arrow/DESCR b/R-arrow/DESCR
new file mode 100644
index 0000000000..9b793677d3
--- /dev/null
+++ b/R-arrow/DESCR
@@ -0,0 +1,5 @@
+'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language
+development platform for in-memory data. It specifies a standardized
+language-independent columnar memory format for flat and hierarchical
+data, organized for efficient analytic operations on modern hardware.
+This package provides an interface to the 'Arrow C++' library.
diff --git a/R-arrow/Makefile b/R-arrow/Makefile
new file mode 100644
index 0000000000..de0943cb38
--- /dev/null
+++ b/R-arrow/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+R_PKGNAME=	arrow
+R_PKGVER=	14.0.0.2
+CATEGORIES=	wip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Integration to 'Apache' 'Arrow'
+LICENSE=	Apache License (>= 2.0)
+
+DEPENDS+=	R-assertthat>=0.2.1:../../devel/R-assertthat
+DEPENDS+=	R-bit64>=0.9.7:../../devel/R-bit64
+DEPENDS+=	R-glue>=1.7.0:../../devel/R-glue
+DEPENDS+=	R-purrr>=1.0.1:../../devel/R-purrr
+DEPENDS+=	R-rlang>=1.0.0:../../devel/R-rlang
+DEPENDS+=	R-tidyselect>=1.0.0:../../devel/R-tidyselect
+DEPENDS+=	R-vctrs>=0.6.3:../../math/R-vctrs
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-arrow/distinfo b/R-arrow/distinfo
new file mode 100644
index 0000000000..0ab0203300
--- /dev/null
+++ b/R-arrow/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/arrow_14.0.0.2.tar.gz) = 237dff35e704ca1ec91c4117d680680eadf81989f631032f6540841c95540f62
+SHA512 (R/arrow_14.0.0.2.tar.gz) = 25b5ecbb682c52f907caa5dae853dc416105c4ce62ae0b743c7bd8ca5915ab738b89c6543297e8c9859182f9bd41147cefbc179e1a2eab64002dff3d0cbe3eef
+Size (R/arrow_14.0.0.2.tar.gz) = 4263864 bytes


Home | Main Index | Thread Index | Old Index