aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-05-18 05:56:46 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-05-18 05:57:37 +0000
commit3f97a9226c6513f24287d04d4638438232a91749 (patch)
tree56affc7eed83a70fe0a9043cd2f96adf3bbfaf1d
parent7a8674e24aab8551efa63b3a6a44fc7b920aef31 (diff)
www/gitlab-ce: added new ports required for gitlab-ce 16.0.0
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-neighbor/Makefile18
-rw-r--r--databases/rubygem-neighbor/distinfo3
-rw-r--r--databases/rubygem-neighbor/pkg-descr1
-rw-r--r--lang/Makefile1
-rw-r--r--lang/rubygem-rb_sys/Makefile22
-rw-r--r--lang/rubygem-rb_sys/distinfo3
-rw-r--r--lang/rubygem-rb_sys/pkg-descr2
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-devfile/Makefile16
-rw-r--r--net/rubygem-devfile/distinfo3
-rw-r--r--net/rubygem-devfile/pkg-descr2
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-loofah221/Makefile25
-rw-r--r--textproc/rubygem-loofah221/distinfo3
-rw-r--r--textproc/rubygem-loofah221/pkg-descr4
-rw-r--r--www/Makefile2
-rw-r--r--www/rubygem-circuitbox/Makefile17
-rw-r--r--www/rubygem-circuitbox/distinfo3
-rw-r--r--www/rubygem-circuitbox/pkg-descr6
-rw-r--r--www/rubygem-rack227/Makefile24
-rw-r--r--www/rubygem-rack227/distinfo3
-rw-r--r--www/rubygem-rack227/pkg-descr4
23 files changed, 165 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d5a7824673a7..fe04fe767f23 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -966,6 +966,7 @@
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-mysql
SUBDIR += rubygem-mysql2
+ SUBDIR += rubygem-neighbor
SUBDIR += rubygem-openid-redis-store
SUBDIR += rubygem-paranoia
SUBDIR += rubygem-pg
diff --git a/databases/rubygem-neighbor/Makefile b/databases/rubygem-neighbor/Makefile
new file mode 100644
index 000000000000..7815a0d21eff
--- /dev/null
+++ b/databases/rubygem-neighbor/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= neighbor
+PORTVERSION= 0.2.3
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby nearest neighbor search for Rails and Postgres
+WWW= https://github.com/ankane/neighbor
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activerecord61>=5.2:databases/rubygem-activerecord61
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-neighbor/distinfo b/databases/rubygem-neighbor/distinfo
new file mode 100644
index 000000000000..1747db5d0ee1
--- /dev/null
+++ b/databases/rubygem-neighbor/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684385631
+SHA256 (rubygem/neighbor-0.2.3.gem) = 70887ac2110d0c7ab243ee988f64359b8bb94a63a0c78542bbeef4f33b1933e5
+SIZE (rubygem/neighbor-0.2.3.gem) = 10752
diff --git a/databases/rubygem-neighbor/pkg-descr b/databases/rubygem-neighbor/pkg-descr
new file mode 100644
index 000000000000..cc45498bf71e
--- /dev/null
+++ b/databases/rubygem-neighbor/pkg-descr
@@ -0,0 +1 @@
+Nearest neighbor search for Rails and Postgres
diff --git a/lang/Makefile b/lang/Makefile
index 4e10f6c1869e..1d0386841793 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -313,6 +313,7 @@
SUBDIR += ruby31
SUBDIR += ruby32
SUBDIR += ruby33
+ SUBDIR += rubygem-rb_sys
SUBDIR += rubygem-ruby_language_server
SUBDIR += runawk
SUBDIR += rust
diff --git a/lang/rubygem-rb_sys/Makefile b/lang/rubygem-rb_sys/Makefile
new file mode 100644
index 000000000000..c7b697142aa2
--- /dev/null
+++ b/lang/rubygem-rb_sys/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= rb_sys
+PORTVERSION= 0.9.77
+CATEGORIES= lang rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Helpers for compiling Rust extensions for ruby
+WWW= https://oxidize-rb.github.io/rb-sys/
+
+LICENSE= APACHE20 MIT
+LICENSE_COMB= dual
+LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
+LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
+
+
+USES= gem
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/rb-sys-dock
+
+.include <bsd.port.mk>
diff --git a/lang/rubygem-rb_sys/distinfo b/lang/rubygem-rb_sys/distinfo
new file mode 100644
index 000000000000..e204906ba105
--- /dev/null
+++ b/lang/rubygem-rb_sys/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684387111
+SHA256 (rubygem/rb_sys-0.9.77.gem) = 684f0c2dff04bf8b3a6df626e9da925921a7d277184deeb639dd388c177a43ae
+SIZE (rubygem/rb_sys-0.9.77.gem) = 30720
diff --git a/lang/rubygem-rb_sys/pkg-descr b/lang/rubygem-rb_sys/pkg-descr
new file mode 100644
index 000000000000..3dcd403c1263
--- /dev/null
+++ b/lang/rubygem-rb_sys/pkg-descr
@@ -0,0 +1,2 @@
+The goal of this project is to provide a language server implementation for ruby
+in ruby.
diff --git a/net/Makefile b/net/Makefile
index 2c4d482a1288..cd2907c9c767 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1242,6 +1242,7 @@
SUBDIR += rubygem-bunny
SUBDIR += rubygem-cloudflare
SUBDIR += rubygem-connection_pool
+ SUBDIR += rubygem-devfile
SUBDIR += rubygem-docker-api
SUBDIR += rubygem-dogapi
SUBDIR += rubygem-domain_name
diff --git a/net/rubygem-devfile/Makefile b/net/rubygem-devfile/Makefile
new file mode 100644
index 000000000000..564f597cdec4
--- /dev/null
+++ b/net/rubygem-devfile/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= devfile
+DISTVERSION= 0.0.17.pre.alpha1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Library used to generate kubernetes manifests from a Devfile
+WWW= https://gitlab.com/gitlab-org/remote-development/devfile-gem
+
+LICENSE= MIT
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-devfile/distinfo b/net/rubygem-devfile/distinfo
new file mode 100644
index 000000000000..96c60b2fda52
--- /dev/null
+++ b/net/rubygem-devfile/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684387769
+SHA256 (rubygem/devfile-0.0.17.pre.alpha1.gem) = 2855e7513ab8322e456d3080bf2449109cf4a5785e262443128db0ebf48e646c
+SIZE (rubygem/devfile-0.0.17.pre.alpha1.gem) = 22410240
diff --git a/net/rubygem-devfile/pkg-descr b/net/rubygem-devfile/pkg-descr
new file mode 100644
index 000000000000..05adde9472f4
--- /dev/null
+++ b/net/rubygem-devfile/pkg-descr
@@ -0,0 +1,2 @@
+This gem generates Kubernetes yamls from a Devfile. This gem wraps the existing
+go Devfile library using FFI.
diff --git a/textproc/Makefile b/textproc/Makefile
index ddfe5822bc07..e93ee3ad2666 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1775,6 +1775,7 @@
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-loofah219
+ SUBDIR += rubygem-loofah221
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
SUBDIR += rubygem-mdl
diff --git a/textproc/rubygem-loofah221/Makefile b/textproc/rubygem-loofah221/Makefile
new file mode 100644
index 000000000000..88d879e1fb87
--- /dev/null
+++ b/textproc/rubygem-loofah221/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= loofah
+PORTVERSION= 2.21.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 221
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Library for manipulating HTML/XML documents and fragments
+WWW= https://github.com/flavorjones/loofah
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
+
+RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
+ rubygem-nokogiri>=1.12.0:textproc/rubygem-nokogiri
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= loofah_project
+
+PORTSCOUT= limit:^2\.21\.
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-loofah221/distinfo b/textproc/rubygem-loofah221/distinfo
new file mode 100644
index 000000000000..b96b2a25203c
--- /dev/null
+++ b/textproc/rubygem-loofah221/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684386672
+SHA256 (rubygem/loofah-2.21.3.gem) = 43d21a8bb96c380199a8f66e0298649eaa7362fcd32f3a6114f39775e524e4dc
+SIZE (rubygem/loofah-2.21.3.gem) = 32256
diff --git a/textproc/rubygem-loofah221/pkg-descr b/textproc/rubygem-loofah221/pkg-descr
new file mode 100644
index 000000000000..dae5505c8647
--- /dev/null
+++ b/textproc/rubygem-loofah221/pkg-descr
@@ -0,0 +1,4 @@
+Loofah is a general library for manipulating HTML/XML documents and fragments.
+It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
+Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
+sanitizers, which are based on HTML5lib's whitelist.
diff --git a/www/Makefile b/www/Makefile
index 820123cca4da..e0922af898d0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1918,6 +1918,7 @@
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-chosen-rails
SUBDIR += rubygem-chromedriver-helper
+ SUBDIR += rubygem-circuitbox
SUBDIR += rubygem-cookiejar
SUBDIR += rubygem-crass
SUBDIR += rubygem-cssbundling-rails
@@ -2121,6 +2122,7 @@
SUBDIR += rubygem-rack-timeout
SUBDIR += rubygem-rack16
SUBDIR += rubygem-rack22
+ SUBDIR += rubygem-rack227
SUBDIR += rubygem-rack_csrf
SUBDIR += rubygem-rackup
SUBDIR += rubygem-rails-settings-cached
diff --git a/www/rubygem-circuitbox/Makefile b/www/rubygem-circuitbox/Makefile
new file mode 100644
index 000000000000..2aa9fef9be28
--- /dev/null
+++ b/www/rubygem-circuitbox/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= circuitbox
+PORTVERSION= 2.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= A robust circuit breaker that manages failing external services
+WWW= https://github.com/yammer/circuitbox
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-circuitbox/distinfo b/www/rubygem-circuitbox/distinfo
new file mode 100644
index 000000000000..ee43b8b69cd7
--- /dev/null
+++ b/www/rubygem-circuitbox/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684386264
+SHA256 (rubygem/circuitbox-2.0.0.gem) = 496e9c1e76496e1e141490085f6cdcc4a8dedc72da8361bef69d8c5423b4da14
+SIZE (rubygem/circuitbox-2.0.0.gem) = 13824
diff --git a/www/rubygem-circuitbox/pkg-descr b/www/rubygem-circuitbox/pkg-descr
new file mode 100644
index 000000000000..707f031e75e7
--- /dev/null
+++ b/www/rubygem-circuitbox/pkg-descr
@@ -0,0 +1,6 @@
+Circuitbox is a Ruby circuit breaker gem. It protects your application from
+failures of its service dependencies. It wraps calls to external services and
+monitors for failures in one minute intervals. Using a circuit's defaults once
+more than 5 requests have been made with a 50% failure rate, Circuitbox stops
+sending requests to that failing service for 90 seconds. This helps your
+application gracefully degrade.
diff --git a/www/rubygem-rack227/Makefile b/www/rubygem-rack227/Makefile
new file mode 100644
index 000000000000..2ac2c534ea26
--- /dev/null
+++ b/www/rubygem-rack227/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= rack
+PORTVERSION= 2.2.7
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 227
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Rack, a Ruby Webserver Interface
+WWW= https://github.com/rack/rack
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/rackup
+
+CPE_VENDOR= rack_project
+
+PORTSCOUT= limit:^2\.2\.7\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-rack227/distinfo b/www/rubygem-rack227/distinfo
new file mode 100644
index 000000000000..f40f36ff5ae4
--- /dev/null
+++ b/www/rubygem-rack227/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684386047
+SHA256 (rubygem/rack-2.2.7.gem) = b3377e8b2227b8ffa6b617ef8649ffb5e265e46ca8fa1f31244c809fe609829b
+SIZE (rubygem/rack-2.2.7.gem) = 152064
diff --git a/www/rubygem-rack227/pkg-descr b/www/rubygem-rack227/pkg-descr
new file mode 100644
index 000000000000..bfba0bd60188
--- /dev/null
+++ b/www/rubygem-rack227/pkg-descr
@@ -0,0 +1,4 @@
+Rack provides a minimal, modular and adaptable interface for developing web
+applications in Ruby. By wrapping HTTP requests and responses in the simplest
+way possible, it unifies and distills the API for web servers, web frameworks,
+and software in between (the so-called middleware) into a single method call.