databases/rubygem-red-parquet: Add databases/rubygem-red-parquet 8.0.0

Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on
GObject Introspection.

Apache Parquet is a columnar storage format.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.

See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet
This commit is contained in:
Po-Chuan Hsieh 2022-10-09 23:19:10 +08:00
parent f8ad92bbf7
commit 2bf4d6ef19
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 38 additions and 0 deletions

View File

@ -985,6 +985,7 @@
SUBDIR += rubygem-red-arrow
SUBDIR += rubygem-red-arrow-dataset
SUBDIR += rubygem-red-gandiva
SUBDIR += rubygem-red-parquet
SUBDIR += rubygem-redis
SUBDIR += rubygem-redis-actionpack
SUBDIR += rubygem-redis-actionpack-rails5

View File

@ -0,0 +1,22 @@
PORTNAME= red-parquet
PORTVERSION= 8.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Parquet
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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1665073080
SHA256 (rubygem/red-parquet-8.0.0.gem) = 844f7874d92f27b93059dcbbfa5cf04a4e3807ef4923df61aaf2a3b4bda72f0e
SIZE (rubygem/red-parquet-8.0.0.gem) = 12288

View File

@ -0,0 +1,12 @@
Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on
GObject Introspection.
Apache Parquet is a columnar storage format.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.
See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet