mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Add rubygem-elasticsearch-dsl 0.1.5
The Elasticsearch::DSL library provides a Ruby API for the Elasticsearch Query DSL. WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl
This commit is contained in:
parent
d4a15e22a2
commit
2d06e21071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464279
4 changed files with 27 additions and 0 deletions
|
@ -1496,6 +1496,7 @@
|
|||
SUBDIR += rubygem-docdiff
|
||||
SUBDIR += rubygem-elasticsearch
|
||||
SUBDIR += rubygem-elasticsearch-api
|
||||
SUBDIR += rubygem-elasticsearch-dsl
|
||||
SUBDIR += rubygem-elasticsearch-transport
|
||||
SUBDIR += rubygem-emot
|
||||
SUBDIR += rubygem-escape_utils
|
||||
|
|
19
textproc/rubygem-elasticsearch-dsl/Makefile
Normal file
19
textproc/rubygem-elasticsearch-dsl/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-dsl
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby DSL builder for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-dsl/distinfo
Normal file
3
textproc/rubygem-elasticsearch-dsl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1520730640
|
||||
SHA256 (rubygem/elasticsearch-dsl-0.1.5.gem) = 088be9433f2a2fc136ada27e9aa66ef4fd5f020e0431a7cf05a6c439373496d7
|
||||
SIZE (rubygem/elasticsearch-dsl-0.1.5.gem) = 55296
|
4
textproc/rubygem-elasticsearch-dsl/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-dsl/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Elasticsearch::DSL library provides a Ruby API for the Elasticsearch Query
|
||||
DSL.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl
|
Loading…
Add table
Reference in a new issue