aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-03-13 04:33:49 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-03-13 04:33:49 +0800
commit0d29257f6319c8aa410508a18c14e1129d326b24 (patch)
treec7ba2c6782befb4ffa1a0f22e8d29c7e4a4a40dc /textproc
parent6f0c08e022fbe9e291fd325c7ba3c075570bc794 (diff)
downloadfreebsd-ports-gnome-0d29257f6319c8aa410508a18c14e1129d326b24.tar.gz
freebsd-ports-gnome-0d29257f6319c8aa410508a18c14e1129d326b24.tar.zst
freebsd-ports-gnome-0d29257f6319c8aa410508a18c14e1129d326b24.zip
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-chewy/Makefile23
-rw-r--r--textproc/rubygem-chewy/distinfo3
-rw-r--r--textproc/rubygem-chewy/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5e75acf6239e..476c776991e0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/rubygem-chewy/Makefile b/textproc/rubygem-chewy/Makefile
new file mode 100644
index 000000000000..8e8aaf791ef0
--- /dev/null
+++ b/textproc/rubygem-chewy/Makefile
@@ -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>
diff --git a/textproc/rubygem-chewy/distinfo b/textproc/rubygem-chewy/distinfo
new file mode 100644
index 000000000000..822196704e68
--- /dev/null
+++ b/textproc/rubygem-chewy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520730476
+SHA256 (rubygem/chewy-5.0.0.gem) = fbd4ca653d343d236eccc5afaf45ef3151a0bfec168f03c94e3a0ace1d4a3654
+SIZE (rubygem/chewy-5.0.0.gem) = 176640
diff --git a/textproc/rubygem-chewy/pkg-descr b/textproc/rubygem-chewy/pkg-descr
new file mode 100644
index 000000000000..21398756d99f
--- /dev/null
+++ b/textproc/rubygem-chewy/pkg-descr
@@ -0,0 +1,4 @@
+Chewy provides functionality for Elasticsearch index handling, documents import
+mappings and chainable query DSL.
+
+WWW: https://github.com/toptal/chewy