pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-activejob52



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  3 14:47:19 UTC 2019

Added Files:
        pkgsrc/devel/ruby-activejob52: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-activejob52: add version 5.2.2 package

Add ruby-activejob52 version 5.2.2 package.

Active Job is a framework for declaring jobs and making them run on a
variety of queueing backends. These jobs can be everything from
regularly scheduled clean-ups, to billing charges, to
mailings. Anything that can be chopped up into small units of work and
run in parallel, really.

It also serves as the backend for Action Mailer's #deliver_later
functionality that makes it easy to turn any mailing into a job for
running later. That's one of the most common jobs in a modern web
application: Sending emails outside of the request-response cycle, so
the user doesn't have to wait on it.

The main point is to ensure that all Rails apps will have a job
infrastructure in place, even if it's in the form of an "immediate
runner". We can then have framework features and other gems build on
top of that, without having to worry about API differences between
Delayed Job and Resque. Picking your queuing backend becomes more of
an operational concern, then. And you'll be able to switch between
them without having to rewrite your jobs.

This is for Ruby on Rails 5.2.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-activejob52/DESCR \
    pkgsrc/devel/ruby-activejob52/Makefile \
    pkgsrc/devel/ruby-activejob52/PLIST \
    pkgsrc/devel/ruby-activejob52/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-activejob52/DESCR
diff -u /dev/null pkgsrc/devel/ruby-activejob52/DESCR:1.1
--- /dev/null   Sun Mar  3 14:47:19 2019
+++ pkgsrc/devel/ruby-activejob52/DESCR Sun Mar  3 14:47:19 2019
@@ -0,0 +1,21 @@
+Active Job is a framework for declaring jobs and making them run on a
+variety of queueing backends. These jobs can be everything from
+regularly scheduled clean-ups, to billing charges, to
+mailings. Anything that can be chopped up into small units of work and
+run in parallel, really.
+
+It also serves as the backend for Action Mailer's #deliver_later
+functionality that makes it easy to turn any mailing into a job for
+running later. That's one of the most common jobs in a modern web
+application: Sending emails outside of the request-response cycle, so
+the user doesn't have to wait on it.
+
+The main point is to ensure that all Rails apps will have a job
+infrastructure in place, even if it's in the form of an "immediate
+runner". We can then have framework features and other gems build on
+top of that, without having to worry about API differences between
+Delayed Job and Resque. Picking your queuing backend becomes more of
+an operational concern, then. And you'll be able to switch between
+them without having to rewrite your jobs.
+
+This is for Ruby on Rails 5.2.
Index: pkgsrc/devel/ruby-activejob52/Makefile
diff -u /dev/null pkgsrc/devel/ruby-activejob52/Makefile:1.1
--- /dev/null   Sun Mar  3 14:47:19 2019
+++ pkgsrc/devel/ruby-activejob52/Makefile      Sun Mar  3 14:47:19 2019
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/03/03 14:47:19 taca Exp $
+
+DISTNAME=      activejob-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-activejob${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Job classes that can be run by a variety of queueing backends
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-globalid>=0.3.6:../../devel/ruby-globalid
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   52
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-activejob52/PLIST
diff -u /dev/null pkgsrc/devel/ruby-activejob52/PLIST:1.1
--- /dev/null   Sun Mar  3 14:47:19 2019
+++ pkgsrc/devel/ruby-activejob52/PLIST Sun Mar  3 14:47:19 2019
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/03 14:47:19 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/active_job.rb
+${GEM_LIBDIR}/lib/active_job/arguments.rb
+${GEM_LIBDIR}/lib/active_job/base.rb
+${GEM_LIBDIR}/lib/active_job/callbacks.rb
+${GEM_LIBDIR}/lib/active_job/configured_job.rb
+${GEM_LIBDIR}/lib/active_job/core.rb
+${GEM_LIBDIR}/lib/active_job/enqueuing.rb
+${GEM_LIBDIR}/lib/active_job/exceptions.rb
+${GEM_LIBDIR}/lib/active_job/execution.rb
+${GEM_LIBDIR}/lib/active_job/gem_version.rb
+${GEM_LIBDIR}/lib/active_job/logging.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/async_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/backburner_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/delayed_job_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/inline_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/qu_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/que_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/queue_classic_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/resque_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/sidekiq_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/sneakers_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/sucker_punch_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_adapters/test_adapter.rb
+${GEM_LIBDIR}/lib/active_job/queue_name.rb
+${GEM_LIBDIR}/lib/active_job/queue_priority.rb
+${GEM_LIBDIR}/lib/active_job/railtie.rb
+${GEM_LIBDIR}/lib/active_job/test_case.rb
+${GEM_LIBDIR}/lib/active_job/test_helper.rb
+${GEM_LIBDIR}/lib/active_job/translation.rb
+${GEM_LIBDIR}/lib/active_job/version.rb
+${GEM_LIBDIR}/lib/rails/generators/job/job_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/job/templates/application_job.rb.tt
+${GEM_LIBDIR}/lib/rails/generators/job/templates/job.rb.tt
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-activejob52/distinfo
diff -u /dev/null pkgsrc/devel/ruby-activejob52/distinfo:1.1
--- /dev/null   Sun Mar  3 14:47:19 2019
+++ pkgsrc/devel/ruby-activejob52/distinfo      Sun Mar  3 14:47:19 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/03 14:47:19 taca Exp $
+
+SHA1 (activejob-5.2.2.gem) = 800107e5495af75b1f37d655f616c0c443a01d79
+RMD160 (activejob-5.2.2.gem) = 650834ccfbc7eb3cc6d306e82c1f39738b78cfbf
+SHA512 (activejob-5.2.2.gem) = 7d4b956c554ea7b7ed8952f5339edc3544a97c54f58d182d606dbee6061e187ac3201baee710ee27e6b527ae0b31d74b2667d73a57d0db3867f313cea69c1899
+Size (activejob-5.2.2.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index