mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
databases/rubygem-red-arrow-dataset: Add rubygem-red-arrow-dataset 8.0.0
Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow Dataset is based on GObject Introspection. Apache Arrow Dataset is one of Apache Arrow components to read and write semantic datasets stored in different locations and formats. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem to generate Ruby bindings of Apache Arrow Dataset. See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow-dataset
This commit is contained in:
parent
ccec2df8f0
commit
931bf48dd4
@ -983,6 +983,7 @@
|
||||
SUBDIR += rubygem-puppetdb_cli
|
||||
SUBDIR += rubygem-rbase
|
||||
SUBDIR += rubygem-red-arrow
|
||||
SUBDIR += rubygem-red-arrow-dataset
|
||||
SUBDIR += rubygem-redis
|
||||
SUBDIR += rubygem-redis-actionpack
|
||||
SUBDIR += rubygem-redis-actionpack-rails5
|
||||
|
22
databases/rubygem-red-arrow-dataset/Makefile
Normal file
22
databases/rubygem-red-arrow-dataset/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
PORTNAME= red-arrow-dataset
|
||||
PORTVERSION= 8.0.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby bindings of Apache Arrow Dataset
|
||||
WWW= https://arrow.apache.org/
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
||||
LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib
|
||||
RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-red-arrow-dataset/distinfo
Normal file
3
databases/rubygem-red-arrow-dataset/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1665073076
|
||||
SHA256 (rubygem/red-arrow-dataset-8.0.0.gem) = f3473ffaad2386982c3cdd6f7dc4b4e68965fe1b4973bf7e6464894646421442
|
||||
SIZE (rubygem/red-arrow-dataset-8.0.0.gem) = 12800
|
13
databases/rubygem-red-arrow-dataset/pkg-descr
Normal file
13
databases/rubygem-red-arrow-dataset/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow
|
||||
Dataset is based on GObject Introspection.
|
||||
|
||||
Apache Arrow Dataset is one of Apache Arrow components to read and write
|
||||
semantic datasets stored in different locations and formats.
|
||||
|
||||
GObject Introspection is a middleware for language bindings of C library.
|
||||
GObject Introspection can generate language bindings automatically at runtime.
|
||||
|
||||
Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem
|
||||
to generate Ruby bindings of Apache Arrow Dataset.
|
||||
|
||||
See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow-dataset
|
Loading…
x
Reference in New Issue
Block a user