textproc/rubygem-elasticsearch8: Add rubygem-elasticsearch8 8.18.0 (copied from rubygem-elasticsearch)
- Add PORTSCOUT
This commit is contained in:
parent
09af7cb449
commit
91f50c73ce
@ -1820,6 +1820,7 @@
|
||||
SUBDIR += rubygem-elasticsearch-transport-gitlab
|
||||
SUBDIR += rubygem-elasticsearch-xpack
|
||||
SUBDIR += rubygem-elasticsearch7
|
||||
SUBDIR += rubygem-elasticsearch8
|
||||
SUBDIR += rubygem-emot
|
||||
SUBDIR += rubygem-escape_utils
|
||||
SUBDIR += rubygem-extended-markdown-filter
|
||||
|
||||
26
textproc/rubygem-elasticsearch8/Makefile
Normal file
26
textproc/rubygem-elasticsearch8/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 8.18.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 8
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby integrations for Elasticsearch
|
||||
WWW= https://github.com/elastic/elasticsearch-ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-elastic-transport>=8.3<9:textproc/rubygem-elastic-transport \
|
||||
rubygem-elasticsearch-api8>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-elasticsearch-api8
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^8\.
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/elastic_ruby_console
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/rubygem-elasticsearch8/distinfo
Normal file
3
textproc/rubygem-elasticsearch8/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1745178234
|
||||
SHA256 (rubygem/elasticsearch-8.18.0.gem) = 2bad7699b49dfd3a66b9a2fefa86460d884bbc6600eba189df46822134a45671
|
||||
SIZE (rubygem/elasticsearch-8.18.0.gem) = 25088
|
||||
5
textproc/rubygem-elasticsearch8/pkg-descr
Normal file
5
textproc/rubygem-elasticsearch8/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Ruby integrations for Elasticsearch that feature:
|
||||
|
||||
* a client for connecting to an Elasticsearch cluster
|
||||
* a Ruby API for the Elasticsearch's REST API
|
||||
* various extensions and utilities
|
||||
Loading…
x
Reference in New Issue
Block a user