Add rubygem-chewy 5.0.0

Chewy provides functionality for Elasticsearch index handling, documents import
mappings and chainable query DSL.

WWW: https://github.com/toptal/chewy
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-12 20:33:49 +00:00
parent 2d06e21071
commit 9b3435b9ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464280
4 changed files with 31 additions and 0 deletions

View File

@ -1477,6 +1477,7 @@
SUBDIR += rubygem-babosa
SUBDIR += rubygem-case_transform
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-chewy
SUBDIR += rubygem-citrus
SUBDIR += rubygem-cld3
SUBDIR += rubygem-coderay

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chewy
PORTVERSION= 5.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ODM and wrapper for Elasticsearch client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport5>=4.0:devel/rubygem-activesupport5 \
rubygem-elasticsearch>=2.0.0:textproc/rubygem-elasticsearch \
rubygem-elasticsearch-dsl>=0:textproc/rubygem-elasticsearch-dsl
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520730476
SHA256 (rubygem/chewy-5.0.0.gem) = fbd4ca653d343d236eccc5afaf45ef3151a0bfec168f03c94e3a0ace1d4a3654
SIZE (rubygem/chewy-5.0.0.gem) = 176640

View File

@ -0,0 +1,4 @@
Chewy provides functionality for Elasticsearch index handling, documents import
mappings and chainable query DSL.
WWW: https://github.com/toptal/chewy