1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add rubygem-elasticsearch-model 6.0.0

The Elasticsearch::Model library builds on top of the elasticsearch library.

It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
in Ruby on Rails applications, with the Elasticsearch search and analytics
engine.

WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-13 23:29:24 +00:00
parent f71b7026b8
commit b304bc8b36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498843
4 changed files with 34 additions and 0 deletions

View File

@ -1548,6 +1548,7 @@
SUBDIR += rubygem-elasticsearch
SUBDIR += rubygem-elasticsearch-api
SUBDIR += rubygem-elasticsearch-dsl
SUBDIR += rubygem-elasticsearch-model
SUBDIR += rubygem-elasticsearch-transport
SUBDIR += rubygem-elasticsearch-xpack
SUBDIR += rubygem-emot

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-model
PORTVERSION= 6.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ActiveModel/Record integrations for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= rubygem-activesupport5>=3:devel/rubygem-activesupport5 \
rubygem-elasticsearch>=1:textproc/rubygem-elasticsearch \
rubygem-hashie>=0:devel/rubygem-hashie
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1555103946
SHA256 (rubygem/elasticsearch-model-6.0.0.gem) = 3e88f88c74086e9fe67a8d70af7ae52b007523376b6ac29bcaa75b4b94a48827
SIZE (rubygem/elasticsearch-model-6.0.0.gem) = 60416

View File

@ -0,0 +1,7 @@
The Elasticsearch::Model library builds on top of the elasticsearch library.
It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
in Ruby on Rails applications, with the Elasticsearch search and analytics
engine.
WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model