mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add rubygem-elasticsearch-xpack 6.1.0
Elasticsearch::XPack is a Ruby integration for the X-Pack extension for Elasticsearch. X-Pack is an Elastic Stack extension that bundles security, alerting, monitoring, reporting, and graph capabilities into one easy-to-install package. While the X-Pack components are designed to work together seamlessly, you can easily enable or disable the features you want to use. WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack
This commit is contained in:
parent
d0e07271af
commit
f1bb9e8ded
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476032
@ -1530,6 +1530,7 @@
|
||||
SUBDIR += rubygem-elasticsearch-api
|
||||
SUBDIR += rubygem-elasticsearch-dsl
|
||||
SUBDIR += rubygem-elasticsearch-transport
|
||||
SUBDIR += rubygem-elasticsearch-xpack
|
||||
SUBDIR += rubygem-emot
|
||||
SUBDIR += rubygem-escape_utils
|
||||
SUBDIR += rubygem-escape_utils11
|
||||
|
20
textproc/rubygem-elasticsearch-xpack/Makefile
Normal file
20
textproc/rubygem-elasticsearch-xpack/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-xpack
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby integrations for the X-Pack extensions for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-xpack/distinfo
Normal file
3
textproc/rubygem-elasticsearch-xpack/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1533044688
|
||||
SHA256 (rubygem/elasticsearch-xpack-6.1.0.gem) = 087746b4452f39ec57f5ed342bdff4d381ab710e9c69627d80cc35af7ba7c666
|
||||
SIZE (rubygem/elasticsearch-xpack-6.1.0.gem) = 84992
|
9
textproc/rubygem-elasticsearch-xpack/pkg-descr
Normal file
9
textproc/rubygem-elasticsearch-xpack/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Elasticsearch::XPack is a Ruby integration for the X-Pack extension for
|
||||
Elasticsearch.
|
||||
|
||||
X-Pack is an Elastic Stack extension that bundles security, alerting,
|
||||
monitoring, reporting, and graph capabilities into one easy-to-install package.
|
||||
While the X-Pack components are designed to work together seamlessly, you can
|
||||
easily enable or disable the features you want to use.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack
|
Loading…
Reference in New Issue
Block a user