Skip to content

Commit

Permalink
textproc/rubygem-elastic-transport: Add rubygem-elastic-transport 8.2.1
Browse files Browse the repository at this point in the history
Elastic Transport provides a low-level Ruby client for connecting to an Elastic
cluster. It powers both the Elasticsearch client and the Elastic Enterprise
Search client.
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 0d61690 commit 7af8465
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -1710,6 +1710,7 @@
SUBDIR += rubygem-diff_match_patch
SUBDIR += rubygem-diffy
SUBDIR += rubygem-docdiff
SUBDIR += rubygem-elastic-transport
SUBDIR += rubygem-elasticsearch
SUBDIR += rubygem-elasticsearch-api
SUBDIR += rubygem-elasticsearch-api713
Expand Down
20 changes: 20 additions & 0 deletions textproc/rubygem-elastic-transport/Makefile
@@ -0,0 +1,20 @@
PORTNAME= elastic-transport
PORTVERSION= 8.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Low level Ruby client for Elastic
WWW= https://github.com/elastic/elastic-transport-ruby

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-faraday>=0<3:www/rubygem-faraday \
rubygem-multi_json>=0:devel/rubygem-multi_json

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/rubygem-elastic-transport/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1685162024
SHA256 (rubygem/elastic-transport-8.2.1.gem) = 07f8d9a3b178a994022104b4c342733f25ac60d033dce25c4414366860e8f96a
SIZE (rubygem/elastic-transport-8.2.1.gem) = 58880
3 changes: 3 additions & 0 deletions textproc/rubygem-elastic-transport/pkg-descr
@@ -0,0 +1,3 @@
Elastic Transport provides a low-level Ruby client for connecting to an Elastic
cluster. It powers both the Elasticsearch client and the Elastic Enterprise
Search client.

0 comments on commit 7af8465

Please sign in to comment.