Import ruby-redis, a gem allowing Ruby programs to interface with
the Redis key-value store. OK jeremy@
This commit is contained in:
parent
ce7c72e746
commit
c1995fb275
23
databases/ruby-redis/Makefile
Normal file
23
databases/ruby-redis/Makefile
Normal 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>
|
5
databases/ruby-redis/distinfo
Normal file
5
databases/ruby-redis/distinfo
Normal 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
|
2
databases/ruby-redis/pkg/DESCR
Normal file
2
databases/ruby-redis/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module allows Ruby programs to interface with the Redis key-value
|
||||
store.
|
17
databases/ruby-redis/pkg/PLIST
Normal file
17
databases/ruby-redis/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user