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
This commit is contained in:
parent
ac63330c92
commit
43e2cc4217
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/rubygem-nsa-rails61/Makefile
Normal file
23
devel/rubygem-nsa-rails61/Makefile
Normal file
|
@ -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>
|
3
devel/rubygem-nsa-rails61/distinfo
Normal file
3
devel/rubygem-nsa-rails61/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1624630324
|
||||
SHA256 (rubygem/nsa-0.2.8.gem) = 2a2653ebf88dfff8d506264bbe121cf3fd674ae812c1a4a154d6c41b8e0dfacb
|
||||
SIZE (rubygem/nsa-0.2.8.gem) = 10752
|
2
devel/rubygem-nsa-rails61/pkg-descr
Normal file
2
devel/rubygem-nsa-rails61/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend.
|
||||
This gem also supports writing your own custom collectors.
|
Loading…
Reference in a new issue