Import ruby-redis, a gem allowing Ruby programs to interface with

the Redis key-value store.

OK jeremy@
This commit is contained in:
dcoppa 2011-03-26 08:23:25 +00:00
parent ce7c72e746
commit c1995fb275
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/26 08:23:25 dcoppa Exp $
COMMENT = client library for the Redis key-value store
VERSION = 2.1.1
DISTNAME = redis-${VERSION}
CATEGORIES = databases
HOMEPAGE = http://redis-rb.keyvalue.org/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (redis-2.1.1.gem) = XnrGXps9VoKuxQJNs9aNLA==
RMD160 (redis-2.1.1.gem) = cpwgP/wTzLhclgLlKOPS6Ry5uPE=
SHA1 (redis-2.1.1.gem) = e60mYbyZJcvx0bim5NZSnLA3+sA=
SHA256 (redis-2.1.1.gem) = OqssM4+7jl1nDta3rZegvD7V5PCYPo5yCyG8ycqO9yI=
SIZE (redis-2.1.1.gem) = 15360

View File

@ -0,0 +1,2 @@
This module allows Ruby programs to interface with the Redis key-value
store.

View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/26 08:23:25 dcoppa Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.markdown
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/redis/
${GEM_LIB}/gems/${DISTNAME}/lib/redis.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/distributed.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/hash_ring.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/pipeline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/subscribe.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec