Date: Thu, 15 Jun 2017 19:37:40 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443627 - in head/devel: . rubygem-sidekiq-bulk-rails5 Message-ID: <201706151937.v5FJbemQ033065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Jun 15 19:37:40 2017 New Revision: 443627 URL: https://svnweb.freebsd.org/changeset/ports/443627 Log: New port, devel/rubygem-sidekiq-bulk-rails5: Augment Sidekiq job classes with a push_bulk method Added: head/devel/rubygem-sidekiq-bulk-rails5/ head/devel/rubygem-sidekiq-bulk-rails5/Makefile (contents, props changed) head/devel/rubygem-sidekiq-bulk-rails5/distinfo (contents, props changed) head/devel/rubygem-sidekiq-bulk-rails5/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 15 19:34:46 2017 (r443626) +++ head/devel/Makefile Thu Jun 15 19:37:40 2017 (r443627) @@ -5607,6 +5607,7 @@ SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sidekiq + SUBDIR += rubygem-sidekiq-bulk-rails5 SUBDIR += rubygem-sidekiq-cron SUBDIR += rubygem-sidekiq-cron04 SUBDIR += rubygem-sidekiq-limit_fetch Added: head/devel/rubygem-sidekiq-bulk-rails5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sidekiq-bulk-rails5/Makefile Thu Jun 15 19:37:40 2017 (r443627) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= sidekiq-bulk +PORTVERSION= 0.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails5 + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Augment Sidekiq job classes with a push_bulk method + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-sidekiq>=0:devel/rubygem-sidekiq \ + rubygem-activesupport5>=0:devel/rubygem-activesupport5 + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-sidekiq-bulk-rails5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sidekiq-bulk-rails5/distinfo Thu Jun 15 19:37:40 2017 (r443627) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497535061 +SHA256 (rubygem/sidekiq-bulk-0.1.1.gem) = 717181808d6ab4e15e457b42f1f6d57017ccdf55be17784dbe23ede7257742fa +SIZE (rubygem/sidekiq-bulk-0.1.1.gem) = 10240 Added: head/devel/rubygem-sidekiq-bulk-rails5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-sidekiq-bulk-rails5/pkg-descr Thu Jun 15 19:37:40 2017 (r443627) @@ -0,0 +1,3 @@ +Augments Sidekiq job classes with a push_bulk method for easier bulk pushing. + +WWW: https://github.com/aprescott/sidekiq-bulk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706151937.v5FJbemQ033065>