pkgsrc/devel/ruby-eventmachine/PLIST
taca 29f26514fd Update ruby-eventmachine to 1.2.0.
## 1.2.0 (March 15, 2016)
* Integrate work from the EventMachine-LE 1.1.x versions [#570]
* Add start_tls options :ecdh_curve, :dhparam, :fail_if_no_peer_cert [#195, #275, #399, #665]
* Add start_tls option :ssl_version for choosing SSL/TLS versions and ciphers [#359, #348, #603, #654]
* Add start_tls option :sni_hostname to be passed to TLS params [#593]
* Add method EM::Channel#num_subscribers to get the number of subscribers to a channel [#640]
* Add support for proc-sources in EM::Iterator [#639]
* Factor out method cleanup_machine to cleanup code from EM.run [#650]
* Replace Exception class with StandardError [#637]
* Close socket on close_connection even after close_connection_after_writing [#694]
* Allow reusing of datagram socket/setting bind device [#662]
* Handle deferred exceptions in reactor thread [#486]
* Reimplement Queue to avoid shift/push performance problem [#311]
* Windows: Switch from gethostbyname to getaddrinfo, support IPv6 addresses [#303, #630]
* Windows: Use rake-compiler-dock to cross-compile gems [#627]
* Windows: Add AppVeyor configuration for Windows CI testing [#578]
* Windows: Bump rake-compiler to version 0.9.x [#542]
* Fix compilation on AIX (w/ XLC) [#693]
* Fix build on OpenBSD [#690]
* Fix OpenSSL compile issue on AIX 7.1 [#678]
* Fix EventMachine.fork_reactor keeps the threadpool of the original process [#425]
* Fix to prevent event machine from stopping when a raise is done in an unbind [#327]
2016-03-15 17:07:03 +00:00

177 lines
6.8 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2016/03/15 17:07:03 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/fastfilereaderext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/rubyeventmachine.${RUBY_DLEXT}
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/GNU
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/docs/DocumentationGuidesIndex.md
${GEM_LIBDIR}/docs/GettingStarted.md
${GEM_LIBDIR}/docs/old/ChangeLog
${GEM_LIBDIR}/docs/old/DEFERRABLES
${GEM_LIBDIR}/docs/old/EPOLL
${GEM_LIBDIR}/docs/old/INSTALL
${GEM_LIBDIR}/docs/old/KEYBOARD
${GEM_LIBDIR}/docs/old/LEGAL
${GEM_LIBDIR}/docs/old/LIGHTWEIGHT_CONCURRENCY
${GEM_LIBDIR}/docs/old/PURE_RUBY
${GEM_LIBDIR}/docs/old/RELEASE_NOTES
${GEM_LIBDIR}/docs/old/SMTP
${GEM_LIBDIR}/docs/old/SPAWNED_PROCESSES
${GEM_LIBDIR}/docs/old/TODO
${GEM_LIBDIR}/examples/guides/getting_started/01_eventmachine_echo_server.rb
${GEM_LIBDIR}/examples/guides/getting_started/02_eventmachine_echo_server_that_recognizes_exit_command.rb
${GEM_LIBDIR}/examples/guides/getting_started/03_simple_chat_server.rb
${GEM_LIBDIR}/examples/guides/getting_started/04_simple_chat_server_step_one.rb
${GEM_LIBDIR}/examples/guides/getting_started/05_simple_chat_server_step_two.rb
${GEM_LIBDIR}/examples/guides/getting_started/06_simple_chat_server_step_three.rb
${GEM_LIBDIR}/examples/guides/getting_started/07_simple_chat_server_step_four.rb
${GEM_LIBDIR}/examples/guides/getting_started/08_simple_chat_server_step_five.rb
${GEM_LIBDIR}/examples/old/ex_channel.rb
${GEM_LIBDIR}/examples/old/ex_queue.rb
${GEM_LIBDIR}/examples/old/ex_tick_loop_array.rb
${GEM_LIBDIR}/examples/old/ex_tick_loop_counter.rb
${GEM_LIBDIR}/examples/old/helper.rb
${GEM_LIBDIR}/ext/binder.cpp
${GEM_LIBDIR}/ext/binder.h
${GEM_LIBDIR}/ext/cmain.cpp
${GEM_LIBDIR}/ext/ed.cpp
${GEM_LIBDIR}/ext/ed.h
${GEM_LIBDIR}/ext/em.cpp
${GEM_LIBDIR}/ext/em.h
${GEM_LIBDIR}/ext/eventmachine.h
${GEM_LIBDIR}/ext/extconf.rb
${GEM_LIBDIR}/ext/fastfilereader/extconf.rb
${GEM_LIBDIR}/ext/fastfilereader/mapper.cpp
${GEM_LIBDIR}/ext/fastfilereader/mapper.h
${GEM_LIBDIR}/ext/fastfilereader/rubymain.cpp
${GEM_LIBDIR}/ext/kb.cpp
${GEM_LIBDIR}/ext/page.cpp
${GEM_LIBDIR}/ext/page.h
${GEM_LIBDIR}/ext/pipe.cpp
${GEM_LIBDIR}/ext/project.h
${GEM_LIBDIR}/ext/rubymain.cpp
${GEM_LIBDIR}/ext/ssl.cpp
${GEM_LIBDIR}/ext/ssl.h
${GEM_LIBDIR}/java/.classpath
${GEM_LIBDIR}/java/.project
${GEM_LIBDIR}/java/src/com/rubyeventmachine/EmReactor.java
${GEM_LIBDIR}/java/src/com/rubyeventmachine/EmReactorException.java
${GEM_LIBDIR}/java/src/com/rubyeventmachine/EventableChannel.java
${GEM_LIBDIR}/java/src/com/rubyeventmachine/EventableDatagramChannel.java
${GEM_LIBDIR}/java/src/com/rubyeventmachine/EventableSocketChannel.java
${GEM_LIBDIR}/lib/em/buftok.rb
${GEM_LIBDIR}/lib/em/callback.rb
${GEM_LIBDIR}/lib/em/channel.rb
${GEM_LIBDIR}/lib/em/completion.rb
${GEM_LIBDIR}/lib/em/connection.rb
${GEM_LIBDIR}/lib/em/deferrable.rb
${GEM_LIBDIR}/lib/em/deferrable/pool.rb
${GEM_LIBDIR}/lib/em/file_watch.rb
${GEM_LIBDIR}/lib/em/future.rb
${GEM_LIBDIR}/lib/em/iterator.rb
${GEM_LIBDIR}/lib/em/messages.rb
${GEM_LIBDIR}/lib/em/pool.rb
${GEM_LIBDIR}/lib/em/process_watch.rb
${GEM_LIBDIR}/lib/em/processes.rb
${GEM_LIBDIR}/lib/em/protocols.rb
${GEM_LIBDIR}/lib/em/protocols/header_and_content.rb
${GEM_LIBDIR}/lib/em/protocols/httpclient.rb
${GEM_LIBDIR}/lib/em/protocols/httpclient2.rb
${GEM_LIBDIR}/lib/em/protocols/line_and_text.rb
${GEM_LIBDIR}/lib/em/protocols/line_protocol.rb
${GEM_LIBDIR}/lib/em/protocols/linetext2.rb
${GEM_LIBDIR}/lib/em/protocols/memcache.rb
${GEM_LIBDIR}/lib/em/protocols/object_protocol.rb
${GEM_LIBDIR}/lib/em/protocols/postgres3.rb
${GEM_LIBDIR}/lib/em/protocols/saslauth.rb
${GEM_LIBDIR}/lib/em/protocols/smtpclient.rb
${GEM_LIBDIR}/lib/em/protocols/smtpserver.rb
${GEM_LIBDIR}/lib/em/protocols/socks4.rb
${GEM_LIBDIR}/lib/em/protocols/stomp.rb
${GEM_LIBDIR}/lib/em/protocols/tcptest.rb
${GEM_LIBDIR}/lib/em/pure_ruby.rb
${GEM_LIBDIR}/lib/em/queue.rb
${GEM_LIBDIR}/lib/em/resolver.rb
${GEM_LIBDIR}/lib/em/spawnable.rb
${GEM_LIBDIR}/lib/em/streamer.rb
${GEM_LIBDIR}/lib/em/threaded_resource.rb
${GEM_LIBDIR}/lib/em/tick_loop.rb
${GEM_LIBDIR}/lib/em/timers.rb
${GEM_LIBDIR}/lib/em/version.rb
${GEM_LIBDIR}/lib/eventmachine.rb
${GEM_LIBDIR}/lib/fastfilereaderext.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/jeventmachine.rb
${GEM_LIBDIR}/lib/rubyeventmachine.${RUBY_DLEXT}
${GEM_LIBDIR}/rakelib/package.rake
${GEM_LIBDIR}/rakelib/test.rake
${GEM_LIBDIR}/tests/client.crt
${GEM_LIBDIR}/tests/client.key
${GEM_LIBDIR}/tests/dhparam.pem
${GEM_LIBDIR}/tests/em_test_helper.rb
${GEM_LIBDIR}/tests/test_attach.rb
${GEM_LIBDIR}/tests/test_basic.rb
${GEM_LIBDIR}/tests/test_channel.rb
${GEM_LIBDIR}/tests/test_completion.rb
${GEM_LIBDIR}/tests/test_connection_count.rb
${GEM_LIBDIR}/tests/test_connection_write.rb
${GEM_LIBDIR}/tests/test_defer.rb
${GEM_LIBDIR}/tests/test_deferrable.rb
${GEM_LIBDIR}/tests/test_epoll.rb
${GEM_LIBDIR}/tests/test_error_handler.rb
${GEM_LIBDIR}/tests/test_exc.rb
${GEM_LIBDIR}/tests/test_file_watch.rb
${GEM_LIBDIR}/tests/test_fork.rb
${GEM_LIBDIR}/tests/test_futures.rb
${GEM_LIBDIR}/tests/test_get_sock_opt.rb
${GEM_LIBDIR}/tests/test_handler_check.rb
${GEM_LIBDIR}/tests/test_hc.rb
${GEM_LIBDIR}/tests/test_httpclient.rb
${GEM_LIBDIR}/tests/test_httpclient2.rb
${GEM_LIBDIR}/tests/test_idle_connection.rb
${GEM_LIBDIR}/tests/test_inactivity_timeout.rb
${GEM_LIBDIR}/tests/test_ipv4.rb
${GEM_LIBDIR}/tests/test_ipv6.rb
${GEM_LIBDIR}/tests/test_iterator.rb
${GEM_LIBDIR}/tests/test_kb.rb
${GEM_LIBDIR}/tests/test_line_protocol.rb
${GEM_LIBDIR}/tests/test_ltp.rb
${GEM_LIBDIR}/tests/test_ltp2.rb
${GEM_LIBDIR}/tests/test_many_fds.rb
${GEM_LIBDIR}/tests/test_next_tick.rb
${GEM_LIBDIR}/tests/test_object_protocol.rb
${GEM_LIBDIR}/tests/test_pause.rb
${GEM_LIBDIR}/tests/test_pending_connect_timeout.rb
${GEM_LIBDIR}/tests/test_pool.rb
${GEM_LIBDIR}/tests/test_process_watch.rb
${GEM_LIBDIR}/tests/test_processes.rb
${GEM_LIBDIR}/tests/test_proxy_connection.rb
${GEM_LIBDIR}/tests/test_pure.rb
${GEM_LIBDIR}/tests/test_queue.rb
${GEM_LIBDIR}/tests/test_resolver.rb
${GEM_LIBDIR}/tests/test_running.rb
${GEM_LIBDIR}/tests/test_sasl.rb
${GEM_LIBDIR}/tests/test_send_file.rb
${GEM_LIBDIR}/tests/test_servers.rb
${GEM_LIBDIR}/tests/test_set_sock_opt.rb
${GEM_LIBDIR}/tests/test_shutdown_hooks.rb
${GEM_LIBDIR}/tests/test_smtpclient.rb
${GEM_LIBDIR}/tests/test_smtpserver.rb
${GEM_LIBDIR}/tests/test_spawn.rb
${GEM_LIBDIR}/tests/test_ssl_args.rb
${GEM_LIBDIR}/tests/test_ssl_dhparam.rb
${GEM_LIBDIR}/tests/test_ssl_ecdh_curve.rb
${GEM_LIBDIR}/tests/test_ssl_extensions.rb
${GEM_LIBDIR}/tests/test_ssl_methods.rb
${GEM_LIBDIR}/tests/test_ssl_protocols.rb
${GEM_LIBDIR}/tests/test_ssl_verify.rb
${GEM_LIBDIR}/tests/test_stomp.rb
${GEM_LIBDIR}/tests/test_system.rb
${GEM_LIBDIR}/tests/test_threaded_resource.rb
${GEM_LIBDIR}/tests/test_tick_loop.rb
${GEM_LIBDIR}/tests/test_timers.rb
${GEM_LIBDIR}/tests/test_ud.rb
${GEM_LIBDIR}/tests/test_unbind_reason.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec