Skip to content

Commit

Permalink
textproc/rubygem-elasticsearch7: Add rubygem-elasticsearch7 7.17.7 (c…
Browse files Browse the repository at this point in the history
…opied from rubygem-elasticsearch)

- Change RUN_DEPENDS from rubygem-elasticsearch-api to rubygem-elasticsearch-api7
- Add PORTSCOUT
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 7af8465 commit 4099a0c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,7 @@
SUBDIR += rubygem-elasticsearch-transport
SUBDIR += rubygem-elasticsearch-transport713
SUBDIR += rubygem-elasticsearch-xpack
SUBDIR += rubygem-elasticsearch7
SUBDIR += rubygem-elasticsearch713
SUBDIR += rubygem-emot
SUBDIR += rubygem-escape_utils
Expand Down
26 changes: 26 additions & 0 deletions textproc/rubygem-elasticsearch7/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
PORTNAME= elasticsearch
PORTVERSION= 7.17.7
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 7

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby integrations for Elasticsearch
WWW= https://github.com/elastic/elasticsearch-ruby

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-elasticsearch-api7>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-elasticsearch-api7 \
rubygem-elasticsearch-transport>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-elasticsearch-transport

USES= gem

NO_ARCH= yes

PORTSCOUT= limit:^7\.

post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/elastic_ruby_console

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/rubygem-elasticsearch7/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1684104700
SHA256 (rubygem/elasticsearch-7.17.7.gem) = a174c52728f544196319613ba81c3099ef7ebfc7dfb8dc00682208e62f32417b
SIZE (rubygem/elasticsearch-7.17.7.gem) = 15360
5 changes: 5 additions & 0 deletions textproc/rubygem-elasticsearch7/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4099a0c

Please sign in to comment.