diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-13 23:29:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-13 23:29:24 +0000 |
commit | b304bc8b363897acc8b3fed31a6a1977915b20e2 (patch) | |
tree | b509847e8a8ed7abb9129c8b1f41a9cea3a0cbf4 /textproc/rubygem-elasticsearch-model | |
parent | Add p5-Mail-AuthenticationResults 1.20180923 (diff) |
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
Notes
Notes:
svn path=/head/; revision=498843
Diffstat (limited to 'textproc/rubygem-elasticsearch-model')
-rw-r--r-- | textproc/rubygem-elasticsearch-model/Makefile | 23 | ||||
-rw-r--r-- | textproc/rubygem-elasticsearch-model/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-elasticsearch-model/pkg-descr | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/rubygem-elasticsearch-model/Makefile b/textproc/rubygem-elasticsearch-model/Makefile new file mode 100644 index 000000000000..45de6a9293c4 --- /dev/null +++ b/textproc/rubygem-elasticsearch-model/Makefile @@ -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> diff --git a/textproc/rubygem-elasticsearch-model/distinfo b/textproc/rubygem-elasticsearch-model/distinfo new file mode 100644 index 000000000000..d6b92eb5a79e --- /dev/null +++ b/textproc/rubygem-elasticsearch-model/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1555103946 +SHA256 (rubygem/elasticsearch-model-6.0.0.gem) = 3e88f88c74086e9fe67a8d70af7ae52b007523376b6ac29bcaa75b4b94a48827 +SIZE (rubygem/elasticsearch-model-6.0.0.gem) = 60416 diff --git a/textproc/rubygem-elasticsearch-model/pkg-descr b/textproc/rubygem-elasticsearch-model/pkg-descr new file mode 100644 index 000000000000..f2ae07277a54 --- /dev/null +++ b/textproc/rubygem-elasticsearch-model/pkg-descr @@ -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 |