MFH: r524820
Added/reviewed ports required by gitlab-ce 12.7. Approved by: ports-secteam (joneum)
This commit is contained in:
parent
475716846e
commit
d007b665dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=526387
3
MOVED
3
MOVED
@ -12970,10 +12970,7 @@ mail/fetchmail64|mail/fetchmail|2019-09-28|mail/fetchmail now provides the same
|
||||
devel/rubygem-grape_logging181|devel/rubygem-grape_logging|2019-09-29|Obsolete, please use devel/rubygem-grape_logging
|
||||
devel/py-pip-tools3|devel/py-pip-tools|2019-09-30|Use devel/py-pip-tools instead
|
||||
textproc/py-openpyxl24|textproc/py-openpyxl|2019-09-30|Has expired: Use textproc/py-openpyxl instead
|
||||
textproc/rubygem-elasticsearch-api6|textproc/rubygem-elasticsearch-api|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-api instead
|
||||
textproc/rubygem-elasticsearch-transport6|textproc/rubygem-elasticsearch-transport|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-transport instead
|
||||
textproc/rubygem-elasticsearch-xpack6|textproc/rubygem-elasticsearch-xpack|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch-xpack instead
|
||||
textproc/rubygem-elasticsearch6|textproc/rubygem-elasticsearch|2019-09-30|Has expired: Usetextproc/rubygem-elasticsearch instead
|
||||
devel/rubygem-sprockets-rails|devel/rubygem-sprockets-rails-rails4|2019-09-30|Rename to match our rubygem- port naming
|
||||
java/linux-oracle-jdk9|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11
|
||||
java/linux-oracle-jdk10|java/openjdk11|2019-09-30|Has expired: No longer maintained upstream, please migrate to openjdk11
|
||||
|
@ -1508,14 +1508,18 @@
|
||||
SUBDIR += rubygem-diffy31
|
||||
SUBDIR += rubygem-docdiff
|
||||
SUBDIR += rubygem-elasticsearch
|
||||
SUBDIR += rubygem-elasticsearch6
|
||||
SUBDIR += rubygem-elasticsearch-api
|
||||
SUBDIR += rubygem-elasticsearch-api503
|
||||
SUBDIR += rubygem-elasticsearch-api6
|
||||
SUBDIR += rubygem-elasticsearch-dsl
|
||||
SUBDIR += rubygem-elasticsearch-model
|
||||
SUBDIR += rubygem-elasticsearch-model019
|
||||
SUBDIR += rubygem-elasticsearch-model6
|
||||
SUBDIR += rubygem-elasticsearch-persistence
|
||||
SUBDIR += rubygem-elasticsearch-rails
|
||||
SUBDIR += rubygem-elasticsearch-rails019
|
||||
SUBDIR += rubygem-elasticsearch-rails6
|
||||
SUBDIR += rubygem-elasticsearch-transport
|
||||
SUBDIR += rubygem-elasticsearch-transport503
|
||||
SUBDIR += rubygem-elasticsearch-xpack
|
||||
|
23
textproc/rubygem-elasticsearch-api6/Makefile
Normal file
23
textproc/rubygem-elasticsearch-api6/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-api
|
||||
PORTVERSION= 6.8.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby API for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-api6/distinfo
Normal file
3
textproc/rubygem-elasticsearch-api6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1580546399
|
||||
SHA256 (rubygem/elasticsearch-api-6.8.1.gem) = 1b21a0db008e6b3fbaf7d0fbe98bb07b2350e0d3a99bb1bab5a1067e6e0faf4c
|
||||
SIZE (rubygem/elasticsearch-api-6.8.1.gem) = 96256
|
4
textproc/rubygem-elasticsearch-api6/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-api6/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby API for Elasticsearch. See textproc/rubygem-elasticsearch for more
|
||||
details.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-api
|
24
textproc/rubygem-elasticsearch-model6/Makefile
Normal file
24
textproc/rubygem-elasticsearch-model6/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-model
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= ActiveModel/Record integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport52>=3:devel/rubygem-activesupport52 \
|
||||
rubygem-elasticsearch6>=1:textproc/rubygem-elasticsearch6 \
|
||||
rubygem-hashie>=0:devel/rubygem-hashie
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-model6/distinfo
Normal file
3
textproc/rubygem-elasticsearch-model6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565715110
|
||||
SHA256 (rubygem/elasticsearch-model-6.1.0.gem) = 5e2f5a36c3cd2b88400606bcbb9fe692947daa9c46397b2d0f39658be046d545
|
||||
SIZE (rubygem/elasticsearch-model-6.1.0.gem) = 64512
|
7
textproc/rubygem-elasticsearch-model6/pkg-descr
Normal file
7
textproc/rubygem-elasticsearch-model6/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The Elasticsearch::Model library builds on top of the elasticsearch library.
|
||||
|
||||
It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
|
||||
in Ruby on Rails applications, with the Elasticsearch search and analytics
|
||||
engine.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model
|
20
textproc/rubygem-elasticsearch-rails6/Makefile
Normal file
20
textproc/rubygem-elasticsearch-rails6/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-rails
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby on Rails integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-rails6/distinfo
Normal file
3
textproc/rubygem-elasticsearch-rails6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565715120
|
||||
SHA256 (rubygem/elasticsearch-rails-6.1.0.gem) = 6d0557d79ab6c3212a58623a2aefc26911afa6795412a41a166381f5ee91b87f
|
||||
SIZE (rubygem/elasticsearch-rails-6.1.0.gem) = 4257792
|
4
textproc/rubygem-elasticsearch-rails6/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-rails6/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Elasticsearch::Rails library is a companion for the the elasticsearch-model
|
||||
library, providing features suitable for Ruby on Rails applications.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-rails
|
24
textproc/rubygem-elasticsearch-transport6/Makefile
Normal file
24
textproc/rubygem-elasticsearch-transport6/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-transport
|
||||
PORTVERSION= 6.8.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby client for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-faraday>=0.14<1:www/rubygem-faraday \
|
||||
rubygem-multi_json>=0:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-transport6/distinfo
Normal file
3
textproc/rubygem-elasticsearch-transport6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1580585475
|
||||
SHA256 (rubygem/elasticsearch-transport-6.8.1.gem) = 56d63800e8e2d5062590c7fbff79fc7d2520b046752f7e9019888343a11ee4c9
|
||||
SIZE (rubygem/elasticsearch-transport-6.8.1.gem) = 39936
|
4
textproc/rubygem-elasticsearch-transport6/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-transport6/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby client for Elasticsearch. See textproc/rubygem-elasticsearch for more
|
||||
details.
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-transport
|
23
textproc/rubygem-elasticsearch6/Makefile
Normal file
23
textproc/rubygem-elasticsearch6/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 6.3.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-elasticsearch-api=${PORTVERSION}:textproc/rubygem-elasticsearch-api \
|
||||
rubygem-elasticsearch-transport=${PORTVERSION}:textproc/rubygem-elasticsearch-transport
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch6/distinfo
Normal file
3
textproc/rubygem-elasticsearch6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1554816926
|
||||
SHA256 (rubygem/elasticsearch-6.3.0.gem) = 16fb0d6404bcca967b372eb4dd710afb56593547d0a0faf873b9da06121fa1cf
|
||||
SIZE (rubygem/elasticsearch-6.3.0.gem) = 9216
|
7
textproc/rubygem-elasticsearch6/pkg-descr
Normal file
7
textproc/rubygem-elasticsearch6/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
||||
|
||||
WWW: https://github.com/elastic/elasticsearch-ruby
|
Loading…
Reference in New Issue
Block a user