Index: head/devel/rubygem-nsa-rails5/Makefile =================================================================== --- head/devel/rubygem-nsa-rails5/Makefile (nonexistent) +++ head/devel/rubygem-nsa-rails5/Makefile (revision 452455) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= nsa +PORTVERSION= 0.2.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Deliver Rails ActiveSupport::Notifications to a Statsd backend + +RUN_DEPENDS= rubygem-activesupport5>=5.1.4:devel/rubygem-activesupport5 \ + rubygem-concurrent-ruby>=1.0.5:devel/rubygem-concurrent-ruby \ + rubygem-sidekiq>=5.0.4:devel/rubygem-sidekiq \ + rubygem-statsd-ruby>=1.2.0:devel/rubygem-statsd-ruby + +USES= gem shebangfix +USE_RUBY= yes + +SHEBANG_FILES= ${WRKSRC}/bin/setup + +.include Property changes on: head/devel/rubygem-nsa-rails5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-nsa-rails5/distinfo =================================================================== --- head/devel/rubygem-nsa-rails5/distinfo (nonexistent) +++ head/devel/rubygem-nsa-rails5/distinfo (revision 452455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506701409 +SHA256 (rubygem/nsa-0.2.4.gem) = c03d58d76eec4cff1693c2e3acbda2ed84cf5370dd735e130a8c1e109a1c71f6 +SIZE (rubygem/nsa-0.2.4.gem) = 10752 Property changes on: head/devel/rubygem-nsa-rails5/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-nsa-rails5/pkg-descr =================================================================== --- head/devel/rubygem-nsa-rails5/pkg-descr (nonexistent) +++ head/devel/rubygem-nsa-rails5/pkg-descr (revision 452455) @@ -0,0 +1,4 @@ +Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend. +This gem also supports writing your own custom collectors. + +WWW: https://www.github.com/localshred/nsa Property changes on: head/devel/rubygem-nsa-rails5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-statsd-ruby/Makefile =================================================================== --- head/devel/rubygem-statsd-ruby/Makefile (nonexistent) +++ head/devel/rubygem-statsd-ruby/Makefile (revision 452455) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= statsd-ruby +PORTVERSION= 1.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby Statsd client that is not port of the Python implementation + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Property changes on: head/devel/rubygem-statsd-ruby/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-statsd-ruby/distinfo =================================================================== --- head/devel/rubygem-statsd-ruby/distinfo (nonexistent) +++ head/devel/rubygem-statsd-ruby/distinfo (revision 452455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1508024346 +SHA256 (rubygem/statsd-ruby-1.2.1.gem) = df1b05225dfc00ace06901f655f3d3d9a769ca131378027cd926f5e677e009e2 +SIZE (rubygem/statsd-ruby-1.2.1.gem) = 12288 Property changes on: head/devel/rubygem-statsd-ruby/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-statsd-ruby/pkg-descr =================================================================== --- head/devel/rubygem-statsd-ruby/pkg-descr (nonexistent) +++ head/devel/rubygem-statsd-ruby/pkg-descr (revision 452455) @@ -0,0 +1,5 @@ +statsd-ruby is statsd client, written in, you guessed it, Ruby. Is is not a +direct port of the Python example code. Statsd is a daemon for easy, but +powerful stats aggregation. + +WWW: https://github.com/reinh/statsd Property changes on: head/devel/rubygem-statsd-ruby/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-strong_migrations/Makefile =================================================================== --- head/devel/rubygem-strong_migrations/Makefile (nonexistent) +++ head/devel/rubygem-strong_migrations/Makefile (revision 452455) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= strong_migrations +PORTVERSION= 0.1.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Catch unsafe migrations at dev time + +LICENSE= MIT + +RUN_DEPENDS= rubygem-activerecord5>=5.1.4:databases/rubygem-activerecord5 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Property changes on: head/devel/rubygem-strong_migrations/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-strong_migrations/distinfo =================================================================== --- head/devel/rubygem-strong_migrations/distinfo (nonexistent) +++ head/devel/rubygem-strong_migrations/distinfo (revision 452455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507814117 +SHA256 (rubygem/strong_migrations-0.1.9.gem) = 2aade94803a0d8eaf4125ad52ae85729ff047e37f70f1a7569dd49d0e43bfc7f +SIZE (rubygem/strong_migrations-0.1.9.gem) = 10240 Property changes on: head/devel/rubygem-strong_migrations/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-strong_migrations/pkg-descr =================================================================== --- head/devel/rubygem-strong_migrations/pkg-descr (nonexistent) +++ head/devel/rubygem-strong_migrations/pkg-descr (revision 452455) @@ -0,0 +1,10 @@ +This gem catches the following unsafe migrations: + - adding a column with a non-null default value to an existing table + - changing the type of a column + - renaming a table + - renaming a column + - removing a column + - adding an index non-concurrently (Postgres only) + - adding a json column to an existing table (Postgres only) + +WWW: https://github.com/ankane/strong_migrations Property changes on: head/devel/rubygem-strong_migrations/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property