databases/rubygem-openid-redis-store: create port

Implementation of the ruby-openid Store interface that stores information in
Redis

WWW: https://github.com/dekart/openid-redis-store
This commit is contained in:
Steve Wills 2014-10-06 04:38:30 +00:00
parent 71c4d7610c
commit cf36293abe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370143
4 changed files with 26 additions and 0 deletions

View file

@ -869,6 +869,7 @@
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-mysql
SUBDIR += rubygem-mysql2
SUBDIR += rubygem-openid-redis-store
SUBDIR += rubygem-pg
SUBDIR += rubygem-rbase
SUBDIR += rubygem-redis

View file

@ -0,0 +1,19 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= openid-redis-store
PORTVERSION= 0.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis store for OpenID
RUN_DEPENDS= rubygem-openid>=0:${PORTSDIR}/net/rubygem-openid \
rubygem-redis>=0:${PORTSDIR}/databases/rubygem-redis
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/openid-redis-store-0.0.2.gem) = 11229c0cfe6cd5dd7519d01f98af9d17ff4d313c8844adf0f20de92843cbc695
SIZE (rubygem/openid-redis-store-0.0.2.gem) = 5120

View file

@ -0,0 +1,4 @@
Implementation of the ruby-openid Store interface that stores information in
Redis
WWW: https://github.com/dekart/openid-redis-store