Bug 157986 - [new port] devel/rubygem-delayed_job
Summary: [new port] devel/rubygem-delayed_job
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-18 15:00 UTC by Ryan Steinmetz
Modified: 2011-06-18 19:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.95 KB, text/plain)
2011-06-18 15:00 UTC, Ryan Steinmetz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz 2011-06-18 15:00:21 UTC
Delayed_job (or DJ) encapsulates the common pattern of 
asynchronously executing longer tasks in the background. 
It is a direct extraction from Shopify where the job table 
is responsible for a multitude of core tasks. This gem is 
collectiveidea's fork (http://github.com/collectiveidea/delayed_job).

WWW: http://rubygems.org/gems/delayed_job

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-18 15:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2011-06-18 19:13:12 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-18 19:30:31 UTC
swills      2011-06-18 18:30:21 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-delayed_job Makefile distinfo pkg-descr 
  Log:
  Delayed_job (or DJ) encapsulates the common pattern of
  asynchronously executing longer tasks in the background.
  It is a direct extraction from Shopify where the job table
  is responsible for a multitude of core tasks. This gem is
  collectiveidea's fork (http://github.com/collectiveidea/delayed_job).
  
  WWW: http://rubygems.org/gems/delayed_job
  
  PR:             ports/157986
  Submitted by:   Ryan Steinmetz <rpsfa at rit.edu>
  
  Revision  Changes    Path
  1.4380    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/rubygem-delayed_job/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-delayed_job/distinfo (new)
  1.1       +7 -0      ports/devel/rubygem-delayed_job/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2011-06-18 19:30:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!