pkgsrc/sysutils/ruby-directory-watcher/PLIST
jlam b3b980cd17 Initial import of ruby18-directory-watcher-1.1.1 as
sysutils/ruby-directory-watcher.

The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user-supplied glob pattern.
As the file list changes from one interval to the next, events are
generated and dispatched to registered observers.  Three types of
events are supported -- added, modified, and removed.
2008-04-04 15:20:53 +00:00

17 lines
592 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
${GEM_HOME}/cache/directory_watcher-${PKGVERSION}.gem
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/directory_watcher.rb
${GEM_LIBDIR}/tasks/annotations.rake
${GEM_LIBDIR}/tasks/doc.rake
${GEM_LIBDIR}/tasks/gem.rake
${GEM_LIBDIR}/tasks/manifest.rake
${GEM_LIBDIR}/tasks/rubyforge.rake
${GEM_LIBDIR}/tasks/setup.rb
${GEM_HOME}/specifications/directory_watcher-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/tasks
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}