pkgsrc/devel/ruby-stomp/PLIST
taca 5c22ee4265 Update ruby-stomp to 1.4.3.
## 1.4.3 20160821

* Quick fix of install failures.  Do not try to use install 1.4.2.

## 1.4.2 20160820

* Refine SSL examples.
* Address issue #124 with additional RDOC.
* spec for Stomp::Client - check that headers passed to connection contain
  required values as well as given custom and that given hash is not modified.
* Stomp::Client now does not modify given headers hash
* spec description enhancement.
* fix build_subscription_id - symbol and string were mixed up.
* STOMP_TESTSSL flag should enable all SSL tests.
* Add a basic Gemfile.
* Fix a memory leak in receipt implementation.
* Add unit test helper script.

## 1.4.1 20160623

* Add call to #post_connection_check to normal SSL processing.  This change
  further validates the name of the broker connected to.  This change adds to
  the current SSL connection processing logic, and is **highly recommended**.  In the
  case a client cannot tolerate this logic, it can be disabled by adding
  :ssl_post_conn_check => false to the connection hash.
* Fix typo in SSL failure recovery processing.

## 1.4.0 20160608

* Connection parameter :parse_timeout now means IO:select wait time for socket
    reads.  Consumer clients should see a significantly reduced memory
    footprint.  If the default (5 seconds) is not used by your client,
    we suggest you test carefully.
* Add example programs for sending / receiving large messages.
* Changelog format is changed from .rdoc to .md.
* README format is changed from .rdoc to .md.
* README format change of contributor's list.
* Add example utilities for generating the contributor's list.
* Eliminate many warnings when using 'rake test', mostly from the 2.x Ruby series.
* Get rakefile up to date.
* Add the 'adhoc' subdirectory, an area for experiments and issue recreation code.
2016-10-09 15:10:43 +00:00

93 lines
3.3 KiB
Text

@comment $NetBSD: PLIST,v 1.6 2016/10/09 15:10:43 taca Exp $
bin/catstomp${RUBY_SUFFIX}
bin/stompcat${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/adhoc/.gitignore
${GEM_LIBDIR}/adhoc/README.md
${GEM_LIBDIR}/adhoc/issue121_01.rb
${GEM_LIBDIR}/adhoc/issue121_01_conn.rb
${GEM_LIBDIR}/adhoc/issue121_02.rb
${GEM_LIBDIR}/adhoc/issue121_03.rb
${GEM_LIBDIR}/adhoc/payload_generator.rb
${GEM_LIBDIR}/adhoc/payload_generator_adhoctest.rb
${GEM_LIBDIR}/adhoc/stomp_adhoc_common.rb
${GEM_LIBDIR}/bin/catstomp
${GEM_LIBDIR}/bin/stompcat
${GEM_LIBDIR}/examples/amqdurasub.rb
${GEM_LIBDIR}/examples/client11_ex1.rb
${GEM_LIBDIR}/examples/client11_putget1.rb
${GEM_LIBDIR}/examples/conn11_ex1.rb
${GEM_LIBDIR}/examples/conn11_ex2.rb
${GEM_LIBDIR}/examples/conn11_hb1.rb
${GEM_LIBDIR}/examples/consume_file.rb
${GEM_LIBDIR}/examples/consumer.rb
${GEM_LIBDIR}/examples/contrib.sh
${GEM_LIBDIR}/examples/contributors.rb
${GEM_LIBDIR}/examples/examplogger.rb
${GEM_LIBDIR}/examples/get11conn_ex1.rb
${GEM_LIBDIR}/examples/get11conn_ex2.rb
${GEM_LIBDIR}/examples/lflogger.rb
${GEM_LIBDIR}/examples/logexamp.rb
${GEM_LIBDIR}/examples/logexamp_ssl.rb
${GEM_LIBDIR}/examples/publish_file.rb
${GEM_LIBDIR}/examples/publish_file_conn.rb
${GEM_LIBDIR}/examples/publisher.rb
${GEM_LIBDIR}/examples/put11conn_ex1.rb
${GEM_LIBDIR}/examples/putget11_rh1.rb
${GEM_LIBDIR}/examples/ssl_common.rb
${GEM_LIBDIR}/examples/ssl_ctxoptions.rb
${GEM_LIBDIR}/examples/ssl_newparm.rb
${GEM_LIBDIR}/examples/ssl_uc1.rb
${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc2.rb
${GEM_LIBDIR}/examples/ssl_uc2_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc3.rb
${GEM_LIBDIR}/examples/ssl_uc3_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc4.rb
${GEM_LIBDIR}/examples/ssl_uc4_ciphers.rb
${GEM_LIBDIR}/examples/ssl_ucx_default_ciphers.rb
${GEM_LIBDIR}/examples/stomp11_common.rb
${GEM_LIBDIR}/examples/topic_consumer.rb
${GEM_LIBDIR}/examples/topic_publisher.rb
${GEM_LIBDIR}/lib/client/utils.rb
${GEM_LIBDIR}/lib/connection/heartbeats.rb
${GEM_LIBDIR}/lib/connection/netio.rb
${GEM_LIBDIR}/lib/connection/utf8.rb
${GEM_LIBDIR}/lib/connection/utils.rb
${GEM_LIBDIR}/lib/stomp.rb
${GEM_LIBDIR}/lib/stomp/client.rb
${GEM_LIBDIR}/lib/stomp/codec.rb
${GEM_LIBDIR}/lib/stomp/connection.rb
${GEM_LIBDIR}/lib/stomp/constants.rb
${GEM_LIBDIR}/lib/stomp/errors.rb
${GEM_LIBDIR}/lib/stomp/ext/hash.rb
${GEM_LIBDIR}/lib/stomp/message.rb
${GEM_LIBDIR}/lib/stomp/null_logger.rb
${GEM_LIBDIR}/lib/stomp/slogger.rb
${GEM_LIBDIR}/lib/stomp/sslparams.rb
${GEM_LIBDIR}/lib/stomp/version.rb
${GEM_LIBDIR}/notes/heartbeat_readme.txt
${GEM_LIBDIR}/spec/client_shared_examples.rb
${GEM_LIBDIR}/spec/client_spec.rb
${GEM_LIBDIR}/spec/connection_spec.rb
${GEM_LIBDIR}/spec/message_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/stomp.gemspec
${GEM_LIBDIR}/test/.gitignore
${GEM_LIBDIR}/test/funcs.sh
${GEM_LIBDIR}/test/test_anonymous.rb
${GEM_LIBDIR}/test/test_client.rb
${GEM_LIBDIR}/test/test_codec.rb
${GEM_LIBDIR}/test/test_connection.rb
${GEM_LIBDIR}/test/test_connection1p.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_message.rb
${GEM_LIBDIR}/test/test_ssl.rb
${GEM_LIBDIR}/test/test_urlogin.rb
${GEM_LIBDIR}/test/tlogger.rb
${GEM_LIBDIR}/test/unitst.sh
${GEM_HOME}/specifications/${GEM_NAME}.gemspec