pkgsrc/www/ruby-raindrops/PLIST
taca 7a0e3348a3 Update ruby-raindrops to 0.18.0.
=== raindrops 0.18.0 / 2017-03-23 02:44 UTC

  The most notable feature of this release is the addition of
  FreeBSD and OpenBSD TCP_INFO support.  This includes the
  Raindrops::TCP for portably mapping TCP state names to
  platform-dependent numeric values:

    https://bogomips.org/raindrops/Raindrops.html#TCP

  Thanks to Jeremy Evans and Simon Eskildsen on the
  unicorn-public@bogomips.org mailing list for inspiring
  these changes to raindrops.

  There's also a few internal cleanups, and documentation
  improvements, including some fixes to the largely-forgotten
  Raindrops::Aggreage::PMQ class:

    https://bogomips.org/raindrops/Raindrops/Aggregate/PMQ.html

  20 changes since 0.17.0:

        test_inet_diag_socket: fix Fixnum deprecation warning
        TODO: add item for IPv6 breakage
        ext: fix documentation for C ext-defined classes
        TCP_Info: custom documentation for #get!
        TypedData C-API conversion
        test_watcher: disable test correctly when aggregate is missing
        tcp_info: support this struct under FreeBSD
        define Raindrops::TCP hash for TCP states
        linux_inet_diag: reduce stack usage and simplify
        avoid reading errno repeatedly
        aggregate/pmq: avoid false sharing of lock buffers
        aggregate/pmq: remove io-extra requirement
        aggregate/pmq: avoid File#stat allocation
        Merge remote-tracking branch 'origin/freebsd'
        Merge remote-tracking branch 'origin/aggregate-pmq'
        doc: remove private email support address
        doc: update location of TCP_INFO-related stuff
        build: avoid olddoc for building the RubyGem
        doc: document Raindrops::TCP hash
        aggregate/pmq: update version numbers for Ruby and Linux
2017-06-05 15:34:33 +00:00

65 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2017/06/05 15:34:33 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/raindrops_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitattributes
${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}/LATEST
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/NEWS
${GEM_LIBDIR}/README
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/archive/.gitignore
${GEM_LIBDIR}/archive/slrnpull.conf
${GEM_LIBDIR}/examples/linux-listener-stats.rb
${GEM_LIBDIR}/examples/middleware.ru
${GEM_LIBDIR}/examples/watcher.ru
${GEM_LIBDIR}/examples/watcher_demo.ru
${GEM_LIBDIR}/examples/yahns.conf.rb
${GEM_LIBDIR}/examples/zbatery.conf.rb
${GEM_LIBDIR}/ext/raindrops/extconf.rb
${GEM_LIBDIR}/ext/raindrops/linux_inet_diag.c
${GEM_LIBDIR}/ext/raindrops/my_fileno.h
${GEM_LIBDIR}/ext/raindrops/raindrops.c
${GEM_LIBDIR}/ext/raindrops/raindrops_atomic.h
${GEM_LIBDIR}/ext/raindrops/tcp_info.c
${GEM_LIBDIR}/lib/raindrops.rb
${GEM_LIBDIR}/lib/raindrops/aggregate.rb
${GEM_LIBDIR}/lib/raindrops/aggregate/last_data_recv.rb
${GEM_LIBDIR}/lib/raindrops/aggregate/pmq.rb
${GEM_LIBDIR}/lib/raindrops/last_data_recv.rb
${GEM_LIBDIR}/lib/raindrops/linux.rb
${GEM_LIBDIR}/lib/raindrops/middleware.rb
${GEM_LIBDIR}/lib/raindrops/middleware/proxy.rb
${GEM_LIBDIR}/lib/raindrops/struct.rb
${GEM_LIBDIR}/lib/raindrops/watcher.rb
${GEM_LIBDIR}/lib/raindrops_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/pkg.mk
${GEM_LIBDIR}/raindrops.gemspec
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/ipv6_enabled.rb
${GEM_LIBDIR}/test/rack_unicorn.rb
${GEM_LIBDIR}/test/test_aggregate_pmq.rb
${GEM_LIBDIR}/test/test_inet_diag_socket.rb
${GEM_LIBDIR}/test/test_last_data_recv_unicorn.rb
${GEM_LIBDIR}/test/test_linux.rb
${GEM_LIBDIR}/test/test_linux_all_tcp_listen_stats.rb
${GEM_LIBDIR}/test/test_linux_all_tcp_listen_stats_leak.rb
${GEM_LIBDIR}/test/test_linux_ipv6.rb
${GEM_LIBDIR}/test/test_linux_middleware.rb
${GEM_LIBDIR}/test/test_middleware.rb
${GEM_LIBDIR}/test/test_middleware_unicorn.rb
${GEM_LIBDIR}/test/test_middleware_unicorn_ipv6.rb
${GEM_LIBDIR}/test/test_raindrops.rb
${GEM_LIBDIR}/test/test_raindrops_gc.rb
${GEM_LIBDIR}/test/test_struct.rb
${GEM_LIBDIR}/test/test_tcp_info.rb
${GEM_LIBDIR}/test/test_watcher.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec