- Add rubygem-uri-redis 0.4.2

rubygem-uri-redis supports parsing redis://host:port/dbindex/keyname.

WWW: https://github.com/delano/uri-redis
WWW: https://rubygems.org/gems/uri-redis
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-10 03:30:33 +00:00
parent 172e0995d7
commit 2bc305fccf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285411
4 changed files with 27 additions and 0 deletions

View File

@ -979,6 +979,7 @@
SUBDIR += rubygem-twitter
SUBDIR += rubygem-twitter-stream
SUBDIR += rubygem-twitter4r
SUBDIR += rubygem-uri-redis
SUBDIR += rubygem-whois
SUBDIR += rubygem-yadis
SUBDIR += rude

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-uri-redis
# Date created: 2011-11-10
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uri-redis
PORTVERSION= 0.4.2
CATEGORIES= net ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for parsing redis://host:port/dbindex/keyname
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/uri-redis-0.4.2.gem) = 2aa0d7c6af2fb329188c78b5e1ea956ff510498e9714406b5d73c61cc854c88e
SIZE (rubygem/uri-redis-0.4.2.gem) = 6656

View File

@ -0,0 +1,4 @@
rubygem-uri-redis supports parsing redis://host:port/dbindex/keyname.
WWW: https://github.com/delano/uri-redis
WWW: https://rubygems.org/gems/uri-redis