mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web
frameworks. WWW: http://redis-store.org/redis-store PR: ports/182726 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
9d5f443a96
commit
3aae0b6c18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331089
@ -4189,6 +4189,7 @@
|
||||
SUBDIR += rubygem-rb-kqueue
|
||||
SUBDIR += rubygem-rcov
|
||||
SUBDIR += rubygem-rdoc
|
||||
SUBDIR += rubygem-redis-store
|
||||
SUBDIR += rubygem-redmine_plugin_support
|
||||
SUBDIR += rubygem-ref
|
||||
SUBDIR += rubygem-require_all
|
||||
|
19
devel/rubygem-redis-store/Makefile
Normal file
19
devel/rubygem-redis-store/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis-store
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Namespaced Redis stores for Ruby web frameworks
|
||||
|
||||
RUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-redis-store/distinfo
Normal file
2
devel/rubygem-redis-store/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/redis-store-1.1.4.gem) = 9fb47e5dbc6bce6ab4206899f49c6ee8d4a0c6d4830bb0f042ea49df72804249
|
||||
SIZE (rubygem/redis-store-1.1.4.gem) = 13312
|
4
devel/rubygem-redis-store/pkg-descr
Normal file
4
devel/rubygem-redis-store/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web
|
||||
frameworks.
|
||||
|
||||
WWW: http://redis-store.org/redis-store
|
Loading…
Reference in New Issue
Block a user