Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2017 23:11:11 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454219 - in head/devel: . rubygem-resque
Message-ID:  <201711142311.vAENBBBg005531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Tue Nov 14 23:11:11 2017
New Revision: 454219
URL: https://svnweb.freebsd.org/changeset/ports/454219

Log:
  Redis-backed Ruby library for queuing jobs

Added:
  head/devel/rubygem-resque/
  head/devel/rubygem-resque/Makefile   (contents, props changed)
  head/devel/rubygem-resque/distinfo   (contents, props changed)
  head/devel/rubygem-resque/pkg-descr   (contents, props changed)
  head/devel/rubygem-resque/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov 14 23:10:59 2017	(r454218)
+++ head/devel/Makefile	Tue Nov 14 23:11:11 2017	(r454219)
@@ -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

Added: head/devel/rubygem-resque/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-resque/Makefile	Tue Nov 14 23:11:11 2017	(r454219)
@@ -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>

Added: head/devel/rubygem-resque/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-resque/distinfo	Tue Nov 14 23:11:11 2017	(r454219)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1510680988
+SHA256 (rubygem/resque-1.27.4.gem) = 387c1f7314815ea808cfc6dced3ac295ca91027daa7682b45cd3d9400d391d05
+SIZE (rubygem/resque-1.27.4.gem) = 98304

Added: head/devel/rubygem-resque/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-resque/pkg-descr	Tue Nov 14 23:11:11 2017	(r454219)
@@ -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/

Added: head/devel/rubygem-resque/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-resque/pkg-plist	Tue Nov 14 23:11:11 2017	(r454219)
@@ -0,0 +1,2 @@
+bin/resque
+bin/resque-web



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711142311.vAENBBBg005531>