LineCache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
55 lines
1.7 KiB
Text
55 lines
1.7 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 07:37:14 jlam Exp $
|
|
${GEM_HOME}/cache/linecache-${PKGVERSION}.gem
|
|
${GEM_LIBDIR}/AUTHORS
|
|
${GEM_LIBDIR}/COPYING
|
|
${GEM_LIBDIR}/ChangeLog
|
|
${GEM_LIBDIR}/NEWS
|
|
${GEM_LIBDIR}/README
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/VERSION
|
|
${GEM_LIBDIR}/ext/extconf.rb
|
|
${GEM_LIBDIR}/ext/trace_nums.c
|
|
${GEM_LIBDIR}/ext/trace_nums.h
|
|
${GEM_LIBDIR}/lib/linecache.rb
|
|
${GEM_LIBDIR}/lib/trace_nums.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/lib/tracelines.rb
|
|
${GEM_LIBDIR}/test/data/begin1.rb
|
|
${GEM_LIBDIR}/test/data/begin2.rb
|
|
${GEM_LIBDIR}/test/data/begin3.rb
|
|
${GEM_LIBDIR}/test/data/block1.rb
|
|
${GEM_LIBDIR}/test/data/block2.rb
|
|
${GEM_LIBDIR}/test/data/case1.rb
|
|
${GEM_LIBDIR}/test/data/case2.rb
|
|
${GEM_LIBDIR}/test/data/case3.rb
|
|
${GEM_LIBDIR}/test/data/case4.rb
|
|
${GEM_LIBDIR}/test/data/case5.rb
|
|
${GEM_LIBDIR}/test/data/class1.rb
|
|
${GEM_LIBDIR}/test/data/comments1.rb
|
|
${GEM_LIBDIR}/test/data/def1.rb
|
|
${GEM_LIBDIR}/test/data/each1.rb
|
|
${GEM_LIBDIR}/test/data/end.rb
|
|
${GEM_LIBDIR}/test/data/for1.rb
|
|
${GEM_LIBDIR}/test/data/if1.rb
|
|
${GEM_LIBDIR}/test/data/if2.rb
|
|
${GEM_LIBDIR}/test/data/if3.rb
|
|
${GEM_LIBDIR}/test/data/if4.rb
|
|
${GEM_LIBDIR}/test/data/if5.rb
|
|
${GEM_LIBDIR}/test/data/if6.rb
|
|
${GEM_LIBDIR}/test/data/if7.rb
|
|
${GEM_LIBDIR}/test/data/match.rb
|
|
${GEM_LIBDIR}/test/data/match3.rb
|
|
${GEM_LIBDIR}/test/data/match3a.rb
|
|
${GEM_LIBDIR}/test/data/not-lit.rb
|
|
${GEM_LIBDIR}/test/lnum-diag.rb
|
|
${GEM_LIBDIR}/test/parse-show.rb
|
|
${GEM_LIBDIR}/test/rcov-bug.rb
|
|
${GEM_LIBDIR}/test/short-file
|
|
${GEM_LIBDIR}/test/test-linecache.rb
|
|
${GEM_LIBDIR}/test/test-lnum.rb
|
|
${GEM_LIBDIR}/test/test-tracelines.rb
|
|
${GEM_HOME}/specifications/linecache-${PKGVERSION}.gemspec
|
|
@dirrm ${GEM_LIBDIR}/test/data
|
|
@dirrm ${GEM_LIBDIR}/test
|
|
@dirrm ${GEM_LIBDIR}/lib
|
|
@dirrm ${GEM_LIBDIR}/ext
|
|
@dirrm ${GEM_LIBDIR}
|