databases/rubygem-red-plasma: Remove obsoleted port
red-plasma is deprecated since 10.0.0. red-plasma will not be released from Apache Arrow 12.0.0 or so.
This commit is contained in:
parent
a72e8b6382
commit
9f60248a5d
5 changed files with 1 additions and 38 deletions
1
MOVED
1
MOVED
|
@ -7843,3 +7843,4 @@ ports-mgmt/parfetch-overlay||2023-08-31|Has expired: Unmaintained
|
|||
cad/py-cq-editor||2023-09-01|Has expired: Depends on expiring cad/py-cadquery
|
||||
cad/py-cadquery||2023-09-01|Has expired: Depends on exppired cad/py-ocp
|
||||
www/squid-devel||2023-09-01|Has expired: Not used anymore to create rc-state releases
|
||||
databases/rubygem-red-plasma||2023-09-04|Remove deprecated port. red-plasma is deprecated since 10.0.0. red-plasma will not be released from Apache Arrow 12.0.0 or so
|
||||
|
|
|
@ -997,7 +997,6 @@
|
|||
SUBDIR += rubygem-red-arrow-dataset
|
||||
SUBDIR += rubygem-red-gandiva
|
||||
SUBDIR += rubygem-red-parquet
|
||||
SUBDIR += rubygem-red-plasma
|
||||
SUBDIR += rubygem-redis
|
||||
SUBDIR += rubygem-redis-actionpack
|
||||
SUBDIR += rubygem-redis-actionpack-rails5
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
PORTNAME= red-plasma
|
||||
PORTVERSION= 8.0.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby bindings of Plasma
|
||||
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
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1665073082
|
||||
SHA256 (rubygem/red-plasma-8.0.0.gem) = 6bcf669af1a789182dd2e039b0775ddf5b3e02aef53a2190d4972a2b5fa9c461
|
||||
SIZE (rubygem/red-plasma-8.0.0.gem) = 12288
|
|
@ -1,12 +0,0 @@
|
|||
Red Plasma is the Ruby bindings of Plasma. Red Plasma is based on GObject
|
||||
Introspection.
|
||||
|
||||
Plasma is an in-memory object store and cache for big data.
|
||||
|
||||
GObject Introspection is a middleware for language bindings of C library.
|
||||
GObject Introspection can generate language bindings automatically at runtime.
|
||||
|
||||
Red Plasma uses Plasma GLib and gobject-introspection gem to generate Ruby
|
||||
bindings of Plasma.
|
||||
|
||||
See also: https://github.com/apache/arrow/tree/master/ruby/red-plasma
|
Loading…
Reference in a new issue