git: 43e2cc42174b - main - devel/rubygem-nsa-rails61: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 07:23:03 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43e2cc42174be934d63276d22d3022d91cfbeb3b
commit 43e2cc42174be934d63276d22d3022d91cfbeb3b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-19 07:21:35 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-19 07:22:57 +0000
devel/rubygem-nsa-rails61: New port
Listen to Rails ActiveSupport::Notifications and deliver to a Statsd
backend. This gem also supports writing your own custom collectors.
Sponsored by: Nepustil
---
devel/Makefile | 1 +
devel/rubygem-nsa-rails61/Makefile | 23 +++++++++++++++++++++++
devel/rubygem-nsa-rails61/distinfo | 3 +++
devel/rubygem-nsa-rails61/pkg-descr | 2 ++
4 files changed, 29 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 63c9ff253f2f..86c6cc2917f5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6770,6 +6770,7 @@
SUBDIR += rubygem-notify
SUBDIR += rubygem-nprogress-rails
SUBDIR += rubygem-nsa-rails5
+ SUBDIR += rubygem-nsa-rails61
SUBDIR += rubygem-numerizer
SUBDIR += rubygem-oci
SUBDIR += rubygem-octopress-hooks
diff --git a/devel/rubygem-nsa-rails61/Makefile b/devel/rubygem-nsa-rails61/Makefile
new file mode 100644
index 000000000000..692ad764a5bc
--- /dev/null
+++ b/devel/rubygem-nsa-rails61/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= nsa
+PORTVERSION= 0.2.8
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails61
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= Deliver Rails ActiveSupport::Notifications to a Statsd backend
+WWW= https://github.com/localshred/nsa
+
+RUN_DEPENDS= rubygem-activesupport61>=4.2<7:devel/rubygem-activesupport61 \
+ rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
+ rubygem-sidekiq>=3.5:devel/rubygem-sidekiq \
+ rubygem-statsd-ruby>=1.4.0<2:devel/rubygem-statsd-ruby
+
+USES= gem shebangfix
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+SHEBANG_FILES= bin/setup
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-nsa-rails61/distinfo b/devel/rubygem-nsa-rails61/distinfo
new file mode 100644
index 000000000000..84a9b014f57d
--- /dev/null
+++ b/devel/rubygem-nsa-rails61/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624630324
+SHA256 (rubygem/nsa-0.2.8.gem) = 2a2653ebf88dfff8d506264bbe121cf3fd674ae812c1a4a154d6c41b8e0dfacb
+SIZE (rubygem/nsa-0.2.8.gem) = 10752
diff --git a/devel/rubygem-nsa-rails61/pkg-descr b/devel/rubygem-nsa-rails61/pkg-descr
new file mode 100644
index 000000000000..fbb91ec65d2f
--- /dev/null
+++ b/devel/rubygem-nsa-rails61/pkg-descr
@@ -0,0 +1,2 @@
+Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend.
+This gem also supports writing your own custom collectors.