1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

databases/rubygem-redis-namespace19: Add rubygem-redis-namespace19 1.9.0 (copied from rubygem-redis-namespace)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:21:21 +08:00
parent bdb3525d65
commit 3cbf95e45e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -997,6 +997,7 @@
SUBDIR += rubygem-redis-clustering
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-redis-namespace18
SUBDIR += rubygem-redis-namespace19
SUBDIR += rubygem-redis4
SUBDIR += rubygem-scenic61
SUBDIR += rubygem-sdbm

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1661599625
SHA256 (rubygem/redis-namespace-1.9.0.gem) = 0923961f38cf15b86cb57d92507e0a3b32480729eb5033249f5de8b12e0d8612
SIZE (rubygem/redis-namespace-1.9.0.gem) = 18432

View File

@ -0,0 +1,3 @@
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.