pkgsrc/www/ruby-fcgi/PLIST
taca 13aab0c407 Update ruby-fcgi to 0.9.2.1.
* Raise exception for syscall errors.  rb_sys_fail can't be catched in
  ruby, but there is no reason to terminate the process.

* ruby references to FCGX_Stream must keep the FCGX_Request alive.
  finshing the request must invalidate the streams.

* fix memory and fd leaks

* [ruby20] switch from rb_thread_select() to select() to avoid breakage
  in the future.
2015-02-05 15:46:57 +00:00

17 lines
562 B
Text

@comment $NetBSD: PLIST,v 1.7 2015/02/05 15:46:57 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/fcgi.${RUBY_DLEXT}
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/README.signals
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/ext/fcgi/MANIFEST
${GEM_LIBDIR}/ext/fcgi/extconf.rb
${GEM_LIBDIR}/ext/fcgi/fcgi.c
${GEM_LIBDIR}/fcgi.gemspec
${GEM_LIBDIR}/lib/fcgi.rb
${GEM_LIBDIR}/lib/fcgi.${RUBY_DLEXT}
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_fcgi.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec