pkgsrc/devel/ruby-kgio/PLIST
taca dc7ac0c50d Update ruby-kgio to 2.9.2.
=== kgio 2.9.2 - avoid deprecated/removed function / 2014-02-15 09:27 UTC

  This release is for compatibility with future releases of mainline ruby,
  as rb_thread_blocking_region is removed in r44955 of ruby trunk
  This also avoids deprecation warnings fo rb_thread_blocking_region
  2.0 and 2.1.

=== kgio 2.9.1 - various Ruby 1.8.7 fixes / 2014-02-05 17:50 UTC

  Thanks to Christopher Rigor for this release.

  Eric Wong (2):
        only define and test kgio_syssend on 1.9+
        various 1.8.7 fixes

=== kgio 2.9.0 - cleanups, bug fixes, minor improvements / 2014-02-04 03:09 UTC

  This adds a new kgio_syssend method for Ruby 1.9+ which behaves
  like BasicSocket#send, but will not raise exceptions on EAGAIN.

  Eric Wong (12):
        test_poll: remove race prone test_poll_EINTR_changed test
        tryopen: remove RARRAY_PTR usage in init
        read_write: remove the rest of RARRAY_PTR usage
        my_writev: stylistic fixes
        Rakefile: kill raa_update task
        avoid downsizing casts
        connect: constify RSTRING-related things
        set RSTRING_MODIFIED where appropriate for Rubinius
        split read_write.c into {read,write,writev}.c
        add kgio_syssend method to wrap send(2)
        write: correct check for various blocking regions
        tryopen: additional debug information for bad Errno values

  Hleb Valoshka (1):
        Don't use deprecated api
2014-03-14 15:42:16 +00:00

75 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2014/03/14 15:42:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/kgio_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.manifest
${GEM_LIBDIR}/.wrongdoc.yml
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/GIT-VERSION-FILE
${GEM_LIBDIR}/GIT-VERSION-GEN
${GEM_LIBDIR}/GNUmakefile
${GEM_LIBDIR}/HACKING
${GEM_LIBDIR}/ISSUES
${GEM_LIBDIR}/LATEST
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/NEWS
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/ext/kgio/accept.c
${GEM_LIBDIR}/ext/kgio/ancient_ruby.h
${GEM_LIBDIR}/ext/kgio/autopush.c
${GEM_LIBDIR}/ext/kgio/blocking_io_region.h
${GEM_LIBDIR}/ext/kgio/broken_system_compat.h
${GEM_LIBDIR}/ext/kgio/connect.c
${GEM_LIBDIR}/ext/kgio/extconf.rb
${GEM_LIBDIR}/ext/kgio/kgio.h
${GEM_LIBDIR}/ext/kgio/kgio_ext.c
${GEM_LIBDIR}/ext/kgio/missing_accept4.h
${GEM_LIBDIR}/ext/kgio/my_fileno.h
${GEM_LIBDIR}/ext/kgio/nonblock.h
${GEM_LIBDIR}/ext/kgio/poll.c
${GEM_LIBDIR}/ext/kgio/read.c
${GEM_LIBDIR}/ext/kgio/set_file_path.h
${GEM_LIBDIR}/ext/kgio/sock_for_fd.h
${GEM_LIBDIR}/ext/kgio/tryopen.c
${GEM_LIBDIR}/ext/kgio/wait.c
${GEM_LIBDIR}/ext/kgio/write.c
${GEM_LIBDIR}/ext/kgio/writev.c
${GEM_LIBDIR}/kgio.gemspec
${GEM_LIBDIR}/lib/kgio.rb
${GEM_LIBDIR}/lib/kgio_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/pkg.mk
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/lib_read_write.rb
${GEM_LIBDIR}/test/lib_server_accept.rb
${GEM_LIBDIR}/test/test_accept_class.rb
${GEM_LIBDIR}/test/test_accept_flags.rb
${GEM_LIBDIR}/test/test_autopush.rb
${GEM_LIBDIR}/test/test_connect_fd_leak.rb
${GEM_LIBDIR}/test/test_cross_thread_close.rb
${GEM_LIBDIR}/test/test_default_wait.rb
${GEM_LIBDIR}/test/test_kgio_addr.rb
${GEM_LIBDIR}/test/test_no_dns_on_tcp_connect.rb
${GEM_LIBDIR}/test/test_peek.rb
${GEM_LIBDIR}/test/test_pipe_popen.rb
${GEM_LIBDIR}/test/test_pipe_read_write.rb
${GEM_LIBDIR}/test/test_poll.rb
${GEM_LIBDIR}/test/test_singleton_read_write.rb
${GEM_LIBDIR}/test/test_socket.rb
${GEM_LIBDIR}/test/test_socketpair_read_write.rb
${GEM_LIBDIR}/test/test_syssend.rb
${GEM_LIBDIR}/test/test_tcp6_client_read_server_write.rb
${GEM_LIBDIR}/test/test_tcp_client_read_server_write.rb
${GEM_LIBDIR}/test/test_tcp_connect.rb
${GEM_LIBDIR}/test/test_tcp_server.rb
${GEM_LIBDIR}/test/test_tcp_server_read_client_write.rb
${GEM_LIBDIR}/test/test_tfo.rb
${GEM_LIBDIR}/test/test_tryopen.rb
${GEM_LIBDIR}/test/test_unix_client_read_server_write.rb
${GEM_LIBDIR}/test/test_unix_connect.rb
${GEM_LIBDIR}/test/test_unix_server.rb
${GEM_LIBDIR}/test/test_unix_server_read_client_write.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec