Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 23:51:06 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7af84656ea8b - main - textproc/rubygem-elastic-transport: Add rubygem-elastic-transport 8.2.1
Message-ID:  <202305272351.34RNp6EC053604@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7af84656ea8b4425fdfb25a2f666e118d87a5dc1

commit 7af84656ea8b4425fdfb25a2f666e118d87a5dc1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:18:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:43:38 +0000

    textproc/rubygem-elastic-transport: Add rubygem-elastic-transport 8.2.1
    
    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.
---
 textproc/Makefile                            |  1 +
 textproc/rubygem-elastic-transport/Makefile  | 20 ++++++++++++++++++++
 textproc/rubygem-elastic-transport/distinfo  |  3 +++
 textproc/rubygem-elastic-transport/pkg-descr |  3 +++
 4 files changed, 27 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index af0acefe7760..b1a21dfba782 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/rubygem-elastic-transport/Makefile b/textproc/rubygem-elastic-transport/Makefile
new file mode 100644
index 000000000000..68abc066fcb5
--- /dev/null
+++ b/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>
diff --git a/textproc/rubygem-elastic-transport/distinfo b/textproc/rubygem-elastic-transport/distinfo
new file mode 100644
index 000000000000..bdc1e0fe6958
--- /dev/null
+++ b/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
diff --git a/textproc/rubygem-elastic-transport/pkg-descr b/textproc/rubygem-elastic-transport/pkg-descr
new file mode 100644
index 000000000000..f841da56dfd0
--- /dev/null
+++ b/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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305272351.34RNp6EC053604>