databases/rubygem-redis-namespace18: Add rubygem-redis-namespace18 1.8.2 (copied from rubygem-redis-namespace)
- Add PORTSCOUT
This commit is contained in:
parent
3757db3212
commit
e77e360f4a
4 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
22
databases/rubygem-redis-namespace18/Makefile
Normal file
22
databases/rubygem-redis-namespace18/Makefile
Normal 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>
|
3
databases/rubygem-redis-namespace18/distinfo
Normal file
3
databases/rubygem-redis-namespace18/distinfo
Normal 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
|
5
databases/rubygem-redis-namespace18/pkg-descr
Normal file
5
databases/rubygem-redis-namespace18/pkg-descr
Normal 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
|
Loading…
Reference in a new issue