Add rubygem-elasticsearch-xpack6 6.3.0 (copied from rubygem-elasticsearch-xpack)
- Update RUN_DEPENDS - Add PORTSCOUT
This commit is contained in:
parent
1e5234f5c6
commit
0b0e6ca246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500526
4 changed files with 37 additions and 0 deletions
|
@ -1572,6 +1572,7 @@
|
|||
SUBDIR += rubygem-elasticsearch-transport
|
||||
SUBDIR += rubygem-elasticsearch-transport6
|
||||
SUBDIR += rubygem-elasticsearch-xpack
|
||||
SUBDIR += rubygem-elasticsearch-xpack6
|
||||
SUBDIR += rubygem-elasticsearch6
|
||||
SUBDIR += rubygem-emot
|
||||
SUBDIR += rubygem-escape_utils
|
||||
|
|
24
textproc/rubygem-elasticsearch-xpack6/Makefile
Normal file
24
textproc/rubygem-elasticsearch-xpack6/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-xpack
|
||||
PORTVERSION= 6.3.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby integrations for the X-Pack extensions for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-elasticsearch-api6>=${PORTVERSION:R:R}:textproc/rubygem-elasticsearch-api6
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^6\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-xpack6/distinfo
Normal file
3
textproc/rubygem-elasticsearch-xpack6/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1554816935
|
||||
SHA256 (rubygem/elasticsearch-xpack-6.3.0.gem) = 0f7a9a59de8de23a218818a343a48ca5329160137ad2bf9cfaa5ade35f903604
|
||||
SIZE (rubygem/elasticsearch-xpack-6.3.0.gem) = 88064
|
9
textproc/rubygem-elasticsearch-xpack6/pkg-descr
Normal file
9
textproc/rubygem-elasticsearch-xpack6/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 a new issue