mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
New ports required for gitlab-ce 12.3 upgrade.
This commit is contained in:
parent
b7d8270620
commit
5eaa3d8a76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513426
@ -5748,6 +5748,7 @@
|
||||
SUBDIR += rubygem-cookbook-omnifetch
|
||||
SUBDIR += rubygem-cool.io
|
||||
SUBDIR += rubygem-corefines
|
||||
SUBDIR += rubygem-countries
|
||||
SUBDIR += rubygem-crack
|
||||
SUBDIR += rubygem-cri
|
||||
SUBDIR += rubygem-cucumber
|
||||
@ -5808,6 +5809,7 @@
|
||||
SUBDIR += rubygem-extras
|
||||
SUBDIR += rubygem-facets
|
||||
SUBDIR += rubygem-faker
|
||||
SUBDIR += rubygem-faraday_middleware-aws-signers-v4
|
||||
SUBDIR += rubygem-faraday_middleware-multi_json
|
||||
SUBDIR += rubygem-fast-stemmer
|
||||
SUBDIR += rubygem-fast_blank
|
||||
@ -5872,8 +5874,11 @@
|
||||
SUBDIR += rubygem-github_api
|
||||
SUBDIR += rubygem-gitlab-default_value_for
|
||||
SUBDIR += rubygem-gitlab-labkit
|
||||
SUBDIR += rubygem-gitlab-license
|
||||
SUBDIR += rubygem-gitlab-peek-rails52
|
||||
SUBDIR += rubygem-gitlab-pygments.rb
|
||||
SUBDIR += rubygem-gitlab-sidekiq-fetcher
|
||||
SUBDIR += rubygem-gitlab_chronic_duration
|
||||
SUBDIR += rubygem-gitlab_git
|
||||
SUBDIR += rubygem-gitlab_meta
|
||||
SUBDIR += rubygem-glib2
|
||||
@ -5917,6 +5922,7 @@
|
||||
SUBDIR += rubygem-holidays
|
||||
SUBDIR += rubygem-http_accept_language
|
||||
SUBDIR += rubygem-i18n
|
||||
SUBDIR += rubygem-i18n_data
|
||||
SUBDIR += rubygem-icalendar
|
||||
SUBDIR += rubygem-ice_cube
|
||||
SUBDIR += rubygem-ice_nine
|
||||
@ -6311,6 +6317,7 @@
|
||||
SUBDIR += rubygem-unicode
|
||||
SUBDIR += rubygem-unicode-display_width
|
||||
SUBDIR += rubygem-unicode_utils
|
||||
SUBDIR += rubygem-unleash
|
||||
SUBDIR += rubygem-useragent
|
||||
SUBDIR += rubygem-uuid
|
||||
SUBDIR += rubygem-uuidtools
|
||||
|
30
devel/rubygem-countries/Makefile
Normal file
30
devel/rubygem-countries/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= countries
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= All sorts of useful information about every country
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-i18n_data>=0.8.0<0.9.0:devel/rubygem-i18n_data \
|
||||
rubygem-sixarm_ruby_unaccent>=1.1.0<2.0.0:textproc/rubygem-sixarm_ruby_unaccent \
|
||||
rubygem-unicode_utils>=1.4<2.0:devel/rubygem-unicode_utils
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/console_country3
|
||||
|
||||
# binary name has collision with rubygem-apollo_upload_server (/usr/local/bin/console)
|
||||
post-install:
|
||||
${MV} ${STAGEDIR}/${PREFIX}/bin/console ${STAGEDIR}/${PREFIX}/bin/console_country3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-countries/distinfo
Normal file
3
devel/rubygem-countries/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569745208
|
||||
SHA256 (rubygem/countries-3.0.0.gem) = ecb4287436f83f4bb098a9462828b145bec3143fa49e7ce5b1714d0ee5454770
|
||||
SIZE (rubygem/countries-3.0.0.gem) = 2027520
|
4
devel/rubygem-countries/pkg-descr
Normal file
4
devel/rubygem-countries/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
All sorts of useful information about every country packaged
|
||||
as pretty little country objects. It includes data from ISO 3166.
|
||||
|
||||
WWW: http://github.com/hexorx/countries
|
25
devel/rubygem-faraday_middleware-aws-signers-v4/Makefile
Normal file
25
devel/rubygem-faraday_middleware-aws-signers-v4/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= faraday_middleware-aws-signers-v4
|
||||
#PORTVERSION= 0.2.0.beta
|
||||
DISTVERSION= 0.2.0.beta
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Faraday middleware for AWS Signature Version 4
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sdk-resources>=3.0.0:devel/rubygem-aws-sdk-resources \
|
||||
rubygem-faraday>0.9<1.0:www/rubygem-faraday
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
SHEBANG_FILES= bin/setup
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-faraday_middleware-aws-signers-v4/distinfo
Normal file
3
devel/rubygem-faraday_middleware-aws-signers-v4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569877356
|
||||
SHA256 (rubygem/faraday_middleware-aws-signers-v4-0.2.0.beta.gem) = d6cafd955630053abd030487c367164d1597e03121e369df5f1e8239cc6662cf
|
||||
SIZE (rubygem/faraday_middleware-aws-signers-v4-0.2.0.beta.gem) = 8192
|
@ -0,0 +1,29 @@
|
||||
--- faraday_middleware-aws-signers-v4.gemspec.orig 2019-09-30 21:13:09 UTC
|
||||
+++ faraday_middleware-aws-signers-v4.gemspec
|
||||
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.9"])
|
||||
- s.add_runtime_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0.0.rc2"])
|
||||
+ s.add_runtime_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0"])
|
||||
s.add_development_dependency(%q<bundler>.freeze, [">= 0"])
|
||||
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, [">= 3.0.0"])
|
||||
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency(%q<webmock>.freeze, [">= 0"])
|
||||
else
|
||||
s.add_dependency(%q<faraday>.freeze, ["~> 0.9"])
|
||||
- s.add_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0.0.rc2"])
|
||||
+ s.add_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0"])
|
||||
s.add_dependency(%q<bundler>.freeze, [">= 0"])
|
||||
s.add_dependency(%q<rake>.freeze, [">= 0"])
|
||||
s.add_dependency(%q<rspec>.freeze, [">= 3.0.0"])
|
||||
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
|
||||
end
|
||||
else
|
||||
s.add_dependency(%q<faraday>.freeze, ["~> 0.9"])
|
||||
- s.add_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0.0.rc2"])
|
||||
+ s.add_dependency(%q<aws-sdk-resources>.freeze, ["~> 3.0"])
|
||||
s.add_dependency(%q<bundler>.freeze, [">= 0"])
|
||||
s.add_dependency(%q<rake>.freeze, [">= 0"])
|
||||
s.add_dependency(%q<rspec>.freeze, [">= 3.0.0"])
|
@ -0,0 +1,3 @@
|
||||
Faraday middleware for AWS Signature Version 4.
|
||||
|
||||
WWW: https://github.com/winebarrel/faraday_middleware-aws-signers-v4
|
23
devel/rubygem-gitlab-license/Makefile
Normal file
23
devel/rubygem-gitlab-license/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-license
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Generate, verify and enforce software licenses
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= bash>0:shells/bash
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
SHEBANG_FILES= bin/setup
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-gitlab-license/distinfo
Normal file
3
devel/rubygem-gitlab-license/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569743629
|
||||
SHA256 (rubygem/gitlab-license-1.0.0.gem) = 30aeb4a2df4716c8a83c0dd4911b977d3ad5a1c9c9303dac196b583aee6346e0
|
||||
SIZE (rubygem/gitlab-license-1.0.0.gem) = 9728
|
5
devel/rubygem-gitlab-license/pkg-descr
Normal file
5
devel/rubygem-gitlab-license/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
|
||||
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in
|
||||
seconds.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/gitlab-chronic-duration
|
23
devel/rubygem-gitlab-peek-rails52/Makefile
Normal file
23
devel/rubygem-gitlab-peek-rails52/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-peek
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails52
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Take a peek into your Rails application
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-railties52>=4.0.0:www/rubygem-railties52
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-gitlab-peek-rails52/distinfo
Normal file
3
devel/rubygem-gitlab-peek-rails52/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569748245
|
||||
SHA256 (rubygem/gitlab-peek-0.0.1.gem) = 14931b9bf77b624bc1ac9623a1d78652ef2c8a8018e6f455f8be210e250baa64
|
||||
SIZE (rubygem/gitlab-peek-0.0.1.gem) = 25600
|
16
devel/rubygem-gitlab-peek-rails52/pkg-descr
Normal file
16
devel/rubygem-gitlab-peek-rails52/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is a profiling tool originally built at GitHub to help us get an insight
|
||||
into our application. Now, we have extracted this into Peek, so that other Rails
|
||||
application can experience the same benefit.
|
||||
|
||||
Peek puts a little bar on top of your application to show you all sorts of
|
||||
helpful information about your application. From the screenshot above, you can
|
||||
see that Peek provides information about database queries, cache, Resque workers
|
||||
and more. However, this is only part of Peek's beauty.
|
||||
|
||||
The true beauty of Peek lies in the fact that it is an extensible platform. If
|
||||
there are some performance metrics that you need but are not available on Peek,
|
||||
you can find it from the list of available Peek Views and integrate it into
|
||||
Peek. Even if you do not find what you want on Peek Views, you can always create
|
||||
your own.
|
||||
|
||||
WWW: https://github.com/peek/peek
|
22
devel/rubygem-gitlab_chronic_duration/Makefile
Normal file
22
devel/rubygem-gitlab_chronic_duration/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab_chronic_duration
|
||||
PORTVERSION= 0.10.6.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Natural language parser for elapsed time
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-numerizer>=0.1.1<0.2.0:devel/rubygem-numerizer
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-gitlab_chronic_duration/distinfo
Normal file
3
devel/rubygem-gitlab_chronic_duration/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569743416
|
||||
SHA256 (rubygem/gitlab_chronic_duration-0.10.6.1.gem) = fa69969cc605f4a2e48072fe9ae70ef077013d57eff552ae4212cba886b25265
|
||||
SIZE (rubygem/gitlab_chronic_duration-0.10.6.1.gem) = 12288
|
5
devel/rubygem-gitlab_chronic_duration/pkg-descr
Normal file
5
devel/rubygem-gitlab_chronic_duration/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
|
||||
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in
|
||||
seconds.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/gitlab-chronic-duration
|
19
devel/rubygem-i18n_data/Makefile
Normal file
19
devel/rubygem-i18n_data/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= i18n_data
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Country/Language names in 2-letter code pairs
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-i18n_data/distinfo
Normal file
3
devel/rubygem-i18n_data/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569745504
|
||||
SHA256 (rubygem/i18n_data-0.8.0.gem) = 92d942cc193dc4a54a95b68f44e52c79e024fa72e09f26a982bc61153b6f0c6c
|
||||
SIZE (rubygem/i18n_data-0.8.0.gem) = 262144
|
3
devel/rubygem-i18n_data/pkg-descr
Normal file
3
devel/rubygem-i18n_data/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Country/language names and 2-letter-code pairs, in 85 languages.
|
||||
|
||||
WWW: https://github.com/grosser/i18n_data
|
22
devel/rubygem-unleash/Makefile
Normal file
22
devel/rubygem-unleash/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unleash
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby client for Unleash
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-murmurhash3>=0.1.6<0.2.0:devel/rubygem-murmurhash3
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-unleash/distinfo
Normal file
3
devel/rubygem-unleash/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569744453
|
||||
SHA256 (rubygem/unleash-0.1.6.gem) = 0dc42f22c4bd33941a30b3da6786adeda900b0082a9b4af66959db5c5cae6afa
|
||||
SIZE (rubygem/unleash-0.1.6.gem) = 22528
|
5
devel/rubygem-unleash/pkg-descr
Normal file
5
devel/rubygem-unleash/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is the ruby client for Unleash, a powerful feature toggle
|
||||
system that gives you a great overview over all feature toggles
|
||||
across all your applications and services.
|
||||
|
||||
WWW: https://github.com/unleash/unleash-client-ruby
|
@ -1282,6 +1282,7 @@
|
||||
SUBDIR += rubygem-mqtt
|
||||
SUBDIR += rubygem-net-ldap
|
||||
SUBDIR += rubygem-net-netrc
|
||||
SUBDIR += rubygem-net-ntp
|
||||
SUBDIR += rubygem-net-ping
|
||||
SUBDIR += rubygem-netrc
|
||||
SUBDIR += rubygem-network_interface
|
||||
|
20
net/rubygem-net-ntp/Makefile
Normal file
20
net/rubygem-net-ntp/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= net-ntp
|
||||
PORTVERSION= 2.1.3
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Implementation of the NTP protocol
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-net-ntp/distinfo
Normal file
3
net/rubygem-net-ntp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569744085
|
||||
SHA256 (rubygem/net-ntp-2.1.3.gem) = 5bc73f4102bde0d1872bd3b293608ae99d9f5007d744f21919c6a565eda9267d
|
||||
SIZE (rubygem/net-ntp-2.1.3.gem) = 8192
|
5
net/rubygem-net-ntp/pkg-descr
Normal file
5
net/rubygem-net-ntp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Began as a 'Rubyfied' version of perl's Net::NTP module,
|
||||
(C) 2004 by James G. Willmore. Refactored and re-released
|
||||
in 2010 by Zencoder.
|
||||
|
||||
WWW: https://github.com/zencoder/net-ntp
|
@ -1526,12 +1526,17 @@
|
||||
SUBDIR += rubygem-diffy31
|
||||
SUBDIR += rubygem-docdiff
|
||||
SUBDIR += rubygem-elasticsearch
|
||||
SUBDIR += rubygem-elasticsearch503
|
||||
SUBDIR += rubygem-elasticsearch-api
|
||||
SUBDIR += rubygem-elasticsearch-api503
|
||||
SUBDIR += rubygem-elasticsearch-dsl
|
||||
SUBDIR += rubygem-elasticsearch-model
|
||||
SUBDIR += rubygem-elasticsearch-model019
|
||||
SUBDIR += rubygem-elasticsearch-persistence
|
||||
SUBDIR += rubygem-elasticsearch-rails
|
||||
SUBDIR += rubygem-elasticsearch-rails019
|
||||
SUBDIR += rubygem-elasticsearch-transport
|
||||
SUBDIR += rubygem-elasticsearch-transport503
|
||||
SUBDIR += rubygem-elasticsearch-xpack
|
||||
SUBDIR += rubygem-emot
|
||||
SUBDIR += rubygem-escape_utils
|
||||
|
25
textproc/rubygem-elasticsearch-api503/Makefile
Normal file
25
textproc/rubygem-elasticsearch-api503/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-api
|
||||
PORTVERSION= 5.0.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 503
|
||||
|
||||
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
|
||||
|
||||
PORTSCOUT= limit:^5\.0\.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-api503/distinfo
Normal file
3
textproc/rubygem-elasticsearch-api503/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1486593202
|
||||
SHA256 (rubygem/elasticsearch-api-5.0.3.gem) = bc9ab073a2610159f1ec92aca67db93a3c2236134f09caf42c34150c91085429
|
||||
SIZE (rubygem/elasticsearch-api-5.0.3.gem) = 86528
|
4
textproc/rubygem-elasticsearch-api503/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-api503/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
|
26
textproc/rubygem-elasticsearch-model019/Makefile
Normal file
26
textproc/rubygem-elasticsearch-model019/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-model
|
||||
PORTVERSION= 0.1.9
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 019
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= ActiveModel/Record integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport52>=3:devel/rubygem-activesupport52 \
|
||||
rubygem-elasticsearch503>=0.4:textproc/rubygem-elasticsearch503 \
|
||||
rubygem-hashie>=0:devel/rubygem-hashie
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.1\.9
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-model019/distinfo
Normal file
3
textproc/rubygem-elasticsearch-model019/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569874678
|
||||
SHA256 (rubygem/elasticsearch-model-0.1.9.gem) = eefbaa5104b56d9e1167d48dd290798abf8b1fd15d41074c474fa4d07ad36b82
|
||||
SIZE (rubygem/elasticsearch-model-0.1.9.gem) = 54784
|
7
textproc/rubygem-elasticsearch-model019/pkg-descr
Normal file
7
textproc/rubygem-elasticsearch-model019/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
|
22
textproc/rubygem-elasticsearch-rails019/Makefile
Normal file
22
textproc/rubygem-elasticsearch-rails019/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-rails
|
||||
PORTVERSION= 0.1.9
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 019
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby on Rails integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.1\.9
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch-rails019/distinfo
Normal file
3
textproc/rubygem-elasticsearch-rails019/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1569875040
|
||||
SHA256 (rubygem/elasticsearch-rails-0.1.9.gem) = 5f70aaa825892ec85ab4ef650bc17b3e566a26d2a3f223809fd3d0c19aa83020
|
||||
SIZE (rubygem/elasticsearch-rails-0.1.9.gem) = 4258304
|
4
textproc/rubygem-elasticsearch-rails019/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-rails019/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-transport503/Makefile
Normal file
24
textproc/rubygem-elasticsearch-transport503/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch-transport
|
||||
PORTVERSION= 5.0.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 503
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby client for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-faraday>=0: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-transport503/distinfo
Normal file
3
textproc/rubygem-elasticsearch-transport503/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1486593243
|
||||
SHA256 (rubygem/elasticsearch-transport-5.0.3.gem) = 4628cb791ed315d5e7540ab2919d94571435657cf5890655e0b84905ce54eea8
|
||||
SIZE (rubygem/elasticsearch-transport-5.0.3.gem) = 37376
|
4
textproc/rubygem-elasticsearch-transport503/pkg-descr
Normal file
4
textproc/rubygem-elasticsearch-transport503/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
|
26
textproc/rubygem-elasticsearch503/Makefile
Normal file
26
textproc/rubygem-elasticsearch503/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 5.0.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 503
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby integrations for Elasticsearch
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-elasticsearch-api503=${PORTVERSION}:textproc/rubygem-elasticsearch-api503 \
|
||||
rubygem-elasticsearch-transport503=${PORTVERSION}:textproc/rubygem-elasticsearch-transport503
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^5\.0\.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-elasticsearch503/distinfo
Normal file
3
textproc/rubygem-elasticsearch503/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1486593278
|
||||
SHA256 (rubygem/elasticsearch-5.0.3.gem) = 443d424d6b3a3b5cad5e3bb3a95fa83ab80becf39944de83ff4844dfb325333a
|
||||
SIZE (rubygem/elasticsearch-5.0.3.gem) = 8704
|
7
textproc/rubygem-elasticsearch503/pkg-descr
Normal file
7
textproc/rubygem-elasticsearch503/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