openbsd-ports/databases/ruby-redis/pkg/PLIST

94 lines
4.9 KiB
Plaintext
Raw Normal View History

2011-06-27 09:12:27 -04:00
@comment $OpenBSD: PLIST,v 1.3 2011/06/27 13:12:27 dcoppa Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
2011-06-27 09:12:27 -04:00
${GEM_LIB}/gems/${DISTNAME}/TODO.md
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/benchmarking/
${GEM_LIB}/gems/${DISTNAME}/benchmarking/logging.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/pipeline.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/speed.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/suite.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/thread_safety.rb
${GEM_LIB}/gems/${DISTNAME}/benchmarking/worker.rb
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/basic.rb
${GEM_LIB}/gems/${DISTNAME}/examples/dist_redis.rb
${GEM_LIB}/gems/${DISTNAME}/examples/incr-decr.rb
${GEM_LIB}/gems/${DISTNAME}/examples/list.rb
${GEM_LIB}/gems/${DISTNAME}/examples/pubsub.rb
${GEM_LIB}/gems/${DISTNAME}/examples/sets.rb
${GEM_LIB}/gems/${DISTNAME}/examples/unicorn/
${GEM_LIB}/gems/${DISTNAME}/examples/unicorn/config.ru
${GEM_LIB}/gems/${DISTNAME}/examples/unicorn/unicorn.rb
${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
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection.rb
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/command_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/hiredis.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/registry.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/lib/redis/connection/synchrony.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
2011-06-03 14:53:47 -04:00
${GEM_LIB}/gems/${DISTNAME}/lib/redis/version.rb
${GEM_LIB}/gems/${DISTNAME}/redis.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_hashes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_lists_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_sets_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_sorted_sets_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_strings_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/commands_on_value_types_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/connection_handling_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/db/
${GEM_LIB}/gems/${DISTNAME}/test/distributed_blocking_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_hashes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_lists_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_sets_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_strings_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_on_value_types_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_commands_requiring_clustering_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_connection_handling_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_internals_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_key_tags_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_persistence_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_publish_subscribe_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_remote_server_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_sorting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/distributed_transactions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/encoding_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/error_replies_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/internals_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/
${GEM_LIB}/gems/${DISTNAME}/test/lint/hashes.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/internals.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/lists.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/sets.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/sorted_sets.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/strings.rb
${GEM_LIB}/gems/${DISTNAME}/test/lint/value_types.rb
${GEM_LIB}/gems/${DISTNAME}/test/persistence_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/pipelining_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/publish_subscribe_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/redis_mock.rb
${GEM_LIB}/gems/${DISTNAME}/test/remote_server_control_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/sorting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/synchrony_driver.rb
${GEM_LIB}/gems/${DISTNAME}/test/test.conf
${GEM_LIB}/gems/${DISTNAME}/test/thread_safety_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/transactions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/unknown_commands_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/url_param_test.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec