databases/rubygem-redis-namespace15: Resurrect port in version 1.5.3

This prepares the update of www/gitlab to 10.4 update
which requires this specific version

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
This commit is contained in:
Torsten Zuehlsdorff 2018-02-15 12:36:27 +00:00
parent f6e7f26602
commit 6170143d6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461886
4 changed files with 32 additions and 0 deletions

View file

@ -982,6 +982,7 @@
SUBDIR += rubygem-redis-actionpack-rails5
SUBDIR += rubygem-redis-actionpack-rails50
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-redis-namespace15
SUBDIR += rubygem-redis3
SUBDIR += rubygem-seed-fu
SUBDIR += rubygem-sqlite3

View file

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= redis-namespace
PORTVERSION= 1.5.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 15
MAINTAINER= idefix@fechner.net
COMMENT= Ruby client class for Redis with namespace support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-redis3>=3.0.4:databases/rubygem-redis3
PORTSCOUT= limit:^1\.5
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1518175502
SHA256 (rubygem/redis-namespace-1.5.3.gem) = 2aa4a1b0103143e7ffdd8efe710b6d0e0d63bb96e4b4a38f19ecfb073d20d464
SIZE (rubygem/redis-namespace-1.5.3.gem) = 16896

View file

@ -0,0 +1,5 @@
Adds a Redis::Namespace class which can be used to namespace calls to Redis.
This is useful when using a single instance of Redis with multiple, different
applications.
WWW: https://github.com/resque/redis-namespace