1abd44dafa
pkgsrc change: add pkg_alternatives support. v3.0.3 Improvements * #330 - fixed warnings on JRuby v3.0.2 Bugfixes * fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting) v3.0.1 Bugfixes * #325, #327 - fix regressions (allow Listen to run correctly without other deps + properly handle pause()) v3.0.0 KNOWN ISSUES * #319, #258 - TCP is no longer part of Listen, and there's currently no alternative except downgrading to Listen 2.x API CHANGES * TCP functionality removed (Listen.on, Adapter::TCP, Adapter::TCP::Broadcaster, etc.) * Listener#start should be used instead of Listener#unpause * Listener#directories is no longer available * Listener#options is no longer available as public API IMPROVEMENTS * Major performance improvements (CPU), especially for Polling * Celluloid is no longer required by Listen (which means: better performance, less dependencies, less threads used, less version conflicts, easier debugging, less potential issues/bugs) * TCP is no longer part of Listen (which means: more maintainable codebase and possibility to create much better TCP implementation without the tradeoffs) Development * major codebase rewrite * better logging by default
40 lines
1.5 KiB
Text
40 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2015/10/04 13:26:10 taca Exp $
|
|
bin/listen${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/bin/listen
|
|
${GEM_LIBDIR}/lib/listen.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/base.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/bsd.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/config.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/darwin.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/linux.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/polling.rb
|
|
${GEM_LIBDIR}/lib/listen/adapter/windows.rb
|
|
${GEM_LIBDIR}/lib/listen/backend.rb
|
|
${GEM_LIBDIR}/lib/listen/change.rb
|
|
${GEM_LIBDIR}/lib/listen/cli.rb
|
|
${GEM_LIBDIR}/lib/listen/directory.rb
|
|
${GEM_LIBDIR}/lib/listen/event/config.rb
|
|
${GEM_LIBDIR}/lib/listen/event/loop.rb
|
|
${GEM_LIBDIR}/lib/listen/event/processor.rb
|
|
${GEM_LIBDIR}/lib/listen/event/queue.rb
|
|
${GEM_LIBDIR}/lib/listen/file.rb
|
|
${GEM_LIBDIR}/lib/listen/fsm.rb
|
|
${GEM_LIBDIR}/lib/listen/internals/thread_pool.rb
|
|
${GEM_LIBDIR}/lib/listen/listener.rb
|
|
${GEM_LIBDIR}/lib/listen/listener/config.rb
|
|
${GEM_LIBDIR}/lib/listen/logger.rb
|
|
${GEM_LIBDIR}/lib/listen/options.rb
|
|
${GEM_LIBDIR}/lib/listen/queue_optimizer.rb
|
|
${GEM_LIBDIR}/lib/listen/record.rb
|
|
${GEM_LIBDIR}/lib/listen/record/entry.rb
|
|
${GEM_LIBDIR}/lib/listen/record/symlink_detector.rb
|
|
${GEM_LIBDIR}/lib/listen/silencer.rb
|
|
${GEM_LIBDIR}/lib/listen/silencer/controller.rb
|
|
${GEM_LIBDIR}/lib/listen/version.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|