diff options
author | taca <taca@pkgsrc.org> | 2011-12-15 14:48:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-15 14:48:58 +0000 |
commit | f49d27c423cde3d393d38e616ffa1f6b32fc363f (patch) | |
tree | bf82255670692d6d84790c878bc8680984feaf18 /net | |
parent | 0179b43831bd3da5bf050720b8fd95897f916531 (diff) | |
download | pkgsrc-f49d27c423cde3d393d38e616ffa1f6b32fc363f.tar.gz |
Importing net/ruby-amq-client package version 0.8.7.
(This is required by new ruby-amqp package.)
amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby
1.8.7, 1.9.2, REE, Rubinius and JRuby.
It's sweet spot is in serving as foundation for higher-level, more opinionated
AMQP libraries.
It can be used directly by applications code when performance and access to
advanced AMQP protocol features is more important that API convenience.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-amq-client/DESCR | 6 | ||||
-rw-r--r-- | net/ruby-amq-client/Makefile | 15 | ||||
-rw-r--r-- | net/ruby-amq-client/PLIST | 162 | ||||
-rw-r--r-- | net/ruby-amq-client/distinfo | 5 |
4 files changed, 188 insertions, 0 deletions
diff --git a/net/ruby-amq-client/DESCR b/net/ruby-amq-client/DESCR new file mode 100644 index 00000000000..34d98648b2f --- /dev/null +++ b/net/ruby-amq-client/DESCR @@ -0,0 +1,6 @@ +amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby +1.8.7, 1.9.2, REE, Rubinius and JRuby. +It's sweet spot is in serving as foundation for higher-level, more opinionated +AMQP libraries. +It can be used directly by applications code when performance and access to +advanced AMQP protocol features is more important that API convenience. diff --git a/net/ruby-amq-client/Makefile b/net/ruby-amq-client/Makefile new file mode 100644 index 00000000000..be0b074fdda --- /dev/null +++ b/net/ruby-amq-client/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/15 14:48:58 taca Exp $ + +DISTNAME= amq-client-0.8.7 +CATEGORIES= net + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/ruby-amqp/amq-client +COMMENT= Fully-featured, low-level AMQP 0.9.1 client +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine +DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=0.8.4:../../net/ruby-amq-protocol + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ruby-amq-client/PLIST b/net/ruby-amq-client/PLIST new file mode 100644 index 00000000000..49263df3e06 --- /dev/null +++ b/net/ruby-amq-client/PLIST @@ -0,0 +1,162 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/15 14:48:58 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.gitmodules +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/.yardopts +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.textile +${GEM_LIBDIR}/amq-client.gemspec +${GEM_LIBDIR}/bin/ci/before_build.sh +${GEM_LIBDIR}/bin/set_test_suite_realms_up.sh +${GEM_LIBDIR}/examples/coolio_adapter/basic_consume.rb +${GEM_LIBDIR}/examples/coolio_adapter/basic_consume_with_acknowledgements.rb +${GEM_LIBDIR}/examples/coolio_adapter/basic_consume_with_rejections.rb +${GEM_LIBDIR}/examples/coolio_adapter/basic_publish.rb +${GEM_LIBDIR}/examples/coolio_adapter/channel_close.rb +${GEM_LIBDIR}/examples/coolio_adapter/example_helper.rb +${GEM_LIBDIR}/examples/coolio_adapter/exchange_declare.rb +${GEM_LIBDIR}/examples/coolio_adapter/kitchen_sink1.rb +${GEM_LIBDIR}/examples/coolio_adapter/queue_bind.rb +${GEM_LIBDIR}/examples/coolio_adapter/queue_purge.rb +${GEM_LIBDIR}/examples/coolio_adapter/queue_unbind.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/authentication/connection_open_failure_due_to_invalid_vhost.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/authentication/plain_password_with_custom_role_credentials.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/authentication/plain_password_with_default_role_credentials.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/authentication/plain_password_with_incorrect_credentials_handled_with_a_callback.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/authentication/plain_password_with_incorrect_credentials_handled_with_a_rescue_block.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_cancel.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_consume.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_consume_with_acknowledgements.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_consume_with_rejections.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_get.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_get_with_empty_queue.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_publish.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_qos.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_recover.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/basic_return.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/channel_close.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/channel_flow.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/channel_level_exception_handling.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/connection_failure_callback.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/connection_failure_exception.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/connection_loss_handler_that_fails_over.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/connection_loss_handler_with_automatic_recovery.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/connection_loss_handler_with_manual_recovery.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/error_handling/handling_a_channel_level_exception.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/example_helper.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/exchange_declare.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/extensions/rabbitmq/handling_confirm_select_ok.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_transient_messages.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/extensions/rabbitmq/publisher_confirmations_with_unroutable_message.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/kitchen_sink1.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/queue_bind.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/queue_declare.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/queue_purge.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/queue_unbind.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/server_capabilities.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/tls/tls_without_peer_verification.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/tx_commit.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/tx_rollback.rb +${GEM_LIBDIR}/examples/eventmachine_adapter/tx_select.rb +${GEM_LIBDIR}/examples/tls_certificates/client/cert.pem +${GEM_LIBDIR}/examples/tls_certificates/client/key.pem +${GEM_LIBDIR}/examples/tls_certificates/client/keycert.p12 +${GEM_LIBDIR}/examples/tls_certificates/client/req.pem +${GEM_LIBDIR}/examples/tls_certificates/server/cert.pem +${GEM_LIBDIR}/examples/tls_certificates/server/key.pem +${GEM_LIBDIR}/examples/tls_certificates/server/keycert.p12 +${GEM_LIBDIR}/examples/tls_certificates/server/req.pem +${GEM_LIBDIR}/examples/tls_certificates/testca/cacert.cer +${GEM_LIBDIR}/examples/tls_certificates/testca/cacert.pem +${GEM_LIBDIR}/examples/tls_certificates/testca/certs/01.pem +${GEM_LIBDIR}/examples/tls_certificates/testca/certs/02.pem +${GEM_LIBDIR}/examples/tls_certificates/testca/index.txt +${GEM_LIBDIR}/examples/tls_certificates/testca/index.txt.attr +${GEM_LIBDIR}/examples/tls_certificates/testca/index.txt.attr.old +${GEM_LIBDIR}/examples/tls_certificates/testca/index.txt.old +${GEM_LIBDIR}/examples/tls_certificates/testca/openssl.cnf +${GEM_LIBDIR}/examples/tls_certificates/testca/private/cakey.pem +${GEM_LIBDIR}/examples/tls_certificates/testca/serial +${GEM_LIBDIR}/examples/tls_certificates/testca/serial.old +${GEM_LIBDIR}/irb.rb +${GEM_LIBDIR}/lib/amq/client.rb +${GEM_LIBDIR}/lib/amq/client/adapter.rb +${GEM_LIBDIR}/lib/amq/client/adapters/coolio.rb +${GEM_LIBDIR}/lib/amq/client/adapters/event_machine.rb +${GEM_LIBDIR}/lib/amq/client/async/adapter.rb +${GEM_LIBDIR}/lib/amq/client/async/adapters/coolio.rb +${GEM_LIBDIR}/lib/amq/client/async/adapters/event_machine.rb +${GEM_LIBDIR}/lib/amq/client/async/adapters/eventmachine.rb +${GEM_LIBDIR}/lib/amq/client/async/callbacks.rb +${GEM_LIBDIR}/lib/amq/client/async/channel.rb +${GEM_LIBDIR}/lib/amq/client/async/consumer.rb +${GEM_LIBDIR}/lib/amq/client/async/entity.rb +${GEM_LIBDIR}/lib/amq/client/async/exchange.rb +${GEM_LIBDIR}/lib/amq/client/async/extensions/rabbitmq/basic.rb +${GEM_LIBDIR}/lib/amq/client/async/extensions/rabbitmq/confirm.rb +${GEM_LIBDIR}/lib/amq/client/async/queue.rb +${GEM_LIBDIR}/lib/amq/client/callbacks.rb +${GEM_LIBDIR}/lib/amq/client/channel.rb +${GEM_LIBDIR}/lib/amq/client/consumer_tag_generator.rb +${GEM_LIBDIR}/lib/amq/client/entity.rb +${GEM_LIBDIR}/lib/amq/client/exceptions.rb +${GEM_LIBDIR}/lib/amq/client/exchange.rb +${GEM_LIBDIR}/lib/amq/client/extensions/rabbitmq.rb +${GEM_LIBDIR}/lib/amq/client/extensions/rabbitmq/basic.rb +${GEM_LIBDIR}/lib/amq/client/extensions/rabbitmq/confirm.rb +${GEM_LIBDIR}/lib/amq/client/framing/io/frame.rb +${GEM_LIBDIR}/lib/amq/client/framing/string/frame.rb +${GEM_LIBDIR}/lib/amq/client/handlers_registry.rb +${GEM_LIBDIR}/lib/amq/client/logging.rb +${GEM_LIBDIR}/lib/amq/client/openable.rb +${GEM_LIBDIR}/lib/amq/client/queue.rb +${GEM_LIBDIR}/lib/amq/client/server_named_entity.rb +${GEM_LIBDIR}/lib/amq/client/settings.rb +${GEM_LIBDIR}/lib/amq/client/version.rb +${GEM_LIBDIR}/lib/amq/protocol/get_response.rb +${GEM_LIBDIR}/spec/benchmarks/adapters.rb +${GEM_LIBDIR}/spec/client/framing/io_frame_spec.rb +${GEM_LIBDIR}/spec/client/framing/string_frame_spec.rb +${GEM_LIBDIR}/spec/client/protocol/get_response_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/basic_ack_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/basic_cancel_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/basic_consume_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/basic_get_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/basic_return_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/channel_close_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/channel_flow_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/connection_close_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/connection_start_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/exchange_declare_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/spec_helper.rb +${GEM_LIBDIR}/spec/integration/coolio/tx_commit_spec.rb +${GEM_LIBDIR}/spec/integration/coolio/tx_rollback_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/basic_ack_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/basic_cancel_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/basic_consume_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/basic_get_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/basic_return_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/channel_close_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/channel_flow_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/concurrent_basic_publish_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/connection_close_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/connection_start_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/exchange_declare_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/queue_declare_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/regressions/amqp_gem_issue66_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/spec_helper.rb +${GEM_LIBDIR}/spec/integration/eventmachine/tx_commit_spec.rb +${GEM_LIBDIR}/spec/integration/eventmachine/tx_rollback_spec.rb +${GEM_LIBDIR}/spec/regression/bad_frame_slicing_in_adapters_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/unit/client/adapter_spec.rb +${GEM_LIBDIR}/spec/unit/client/entity_spec.rb +${GEM_LIBDIR}/spec/unit/client/logging_spec.rb +${GEM_LIBDIR}/spec/unit/client/mixins/status_spec.rb +${GEM_LIBDIR}/spec/unit/client/settings_spec.rb +${GEM_LIBDIR}/spec/unit/client_spec.rb +${GEM_LIBDIR}/tasks.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/net/ruby-amq-client/distinfo b/net/ruby-amq-client/distinfo new file mode 100644 index 00000000000..12c8e4a65ae --- /dev/null +++ b/net/ruby-amq-client/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/15 14:48:58 taca Exp $ + +SHA1 (amq-client-0.8.7.gem) = 0a16377fd97453bc3ce24e1eaceb5a943e6389b2 +RMD160 (amq-client-0.8.7.gem) = 8820c9fce53abda948387927fc90542f63ea6c1a +Size (amq-client-0.8.7.gem) = 74752 bytes |