databases/rubygem-redis-namespace18: Add rubygem-redis-namespace18 1.8.2 (copied from rubygem-redis-namespace)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2022-08-31 19:21:13 +08:00
parent 3757db3212
commit e77e360f4a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View file

@ -986,6 +986,7 @@
SUBDIR += rubygem-redis-actionpack-rails61
SUBDIR += rubygem-redis-actionpack52-rails61
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-redis-namespace18
SUBDIR += rubygem-redis44
SUBDIR += rubygem-sdbm
SUBDIR += rubygem-seed-fu

View file

@ -0,0 +1,22 @@
PORTNAME= redis-namespace
PORTVERSION= 1.8.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 18
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby client class for Redis with namespace support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-redis>=3.0.4:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.8\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1648249136
SHA256 (rubygem/redis-namespace-1.8.2.gem) = eee7f0642c2b994e775b5163a4dafa234d9d5f2202e48f0e088067541925b259
SIZE (rubygem/redis-namespace-1.8.2.gem) = 18432

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