48c9332b02
=== kgio 2.9.3 - minor cleanups and fixes / 2015-01-12 08:46 UTC Most notably there's a new RB_GC_GUARD to fix an occasional segfault at load time for Ruby 1.8 users thanks to Petr Novodvorskiy for reporting the issue. There's been a new mailing list for a few months now at: kgio-public@bogomips.org No subscription is required, but if you wish to subscribe (existing librelist subscribers must resubscribe) kgio-public+subscribe@bogomips.org There's also a bunch of code cleanups and packaging cleanups. Our website is faster now thanks to olddoc: http://bogomips.org/kgio/ shortlog: test/lib_read_write: fix trywritev blocking test new mailing list info: kgio-public@bogomips.org relax license to allow LGPLv2.1 or later gemspec: modernize for more recent rubygems doc: switch to olddoc remove references to rubyforge and ancient Rubies TODO: updates for the future of kgio tryopen: add RB_GC_GUARD for Ruby 1.8 LICENSE: prefer URL to FSF address cleanup packaging harder fixup -Wshorten-64-to-32 warnings cleanup: avoid shadowing rb_str_subseq cleanup: avoid shadowing rb_ary_subseq pkg.mk: synchronize with my other projects gemspec: remove invalid rdoc_options gemspec: use SPDX license abbreviation
75 lines
2.6 KiB
Text
75 lines
2.6 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2015/02/01 14:33:59 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}/.olddoc.yml
|
|
${GEM_LIBDIR}/COPYING
|
|
${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}/TODO
|
|
${GEM_LIBDIR}/archive/.gitignore
|
|
${GEM_LIBDIR}/archive/slrnpull.conf
|
|
${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
|