Redis-backed Ruby library for queuing jobs
This commit is contained in:
parent
b6b24fd10e
commit
055e55649d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454219
5 changed files with 34 additions and 0 deletions
|
@ -5711,6 +5711,7 @@
|
|||
SUBDIR += rubygem-request_store
|
||||
SUBDIR += rubygem-require_all
|
||||
SUBDIR += rubygem-retriable
|
||||
SUBDIR += rubygem-resque
|
||||
SUBDIR += rubygem-retryable
|
||||
SUBDIR += rubygem-rgl
|
||||
SUBDIR += rubygem-rice
|
||||
|
|
24
devel/rubygem-resque/Makefile
Normal file
24
devel/rubygem-resque/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= resque
|
||||
PORTVERSION= 1.27.4
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
COMMENT= Redis-backed Ruby library for queuing jobs
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS+= rubygem-mono_logger>=1.0:devel/rubygem-mono_logger
|
||||
RUN_DEPENDS+= rubygem-multi_json>=1.0:devel/rubygem-multi_json
|
||||
RUN_DEPENDS+= rubygem-redis-namespace>1.3:databases/rubygem-redis-namespace
|
||||
RUN_DEPENDS+= rubygem-sinatra>0.9.3:www/rubygem-sinatra
|
||||
RUN_DEPENDS+= rubygem-vegas>=0.1.2:www/rubygem-vegas
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-resque/distinfo
Normal file
3
devel/rubygem-resque/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1510680988
|
||||
SHA256 (rubygem/resque-1.27.4.gem) = 387c1f7314815ea808cfc6dced3ac295ca91027daa7682b45cd3d9400d391d05
|
||||
SIZE (rubygem/resque-1.27.4.gem) = 98304
|
4
devel/rubygem-resque/pkg-descr
Normal file
4
devel/rubygem-resque/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Redis-backed Ruby library for creating background jobs, placing them on
|
||||
multiple queues, and processing them later.
|
||||
|
||||
WWW: https://resque.github.io/
|
2
devel/rubygem-resque/pkg-plist
Normal file
2
devel/rubygem-resque/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/resque
|
||||
bin/resque-web
|
Loading…
Reference in a new issue