pkgsrc/textproc/ruby-diff-lcs/PLIST
jlam 8e2ff57f2c Initial import of ruby18-diff-lcs-1.1.2 as textproc/ruby-diff-lcs.
Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
longest common subsequence (LCS) algorithm to compute intelligent
differences between two sequenced enumerable containers.
2008-04-04 15:21:20 +00:00

26 lines
811 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:21:20 jlam Exp $
bin/htmldiff
bin/ldiff
${GEM_HOME}/cache/diff-lcs-${PKGVERSION}.gem
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/Install
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/htmldiff
${GEM_LIBDIR}/bin/ldiff
${GEM_LIBDIR}/lib/diff/lcs.rb
${GEM_LIBDIR}/lib/diff/lcs/array.rb
${GEM_LIBDIR}/lib/diff/lcs/block.rb
${GEM_LIBDIR}/lib/diff/lcs/callbacks.rb
${GEM_LIBDIR}/lib/diff/lcs/change.rb
${GEM_LIBDIR}/lib/diff/lcs/hunk.rb
${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb
${GEM_LIBDIR}/lib/diff/lcs/string.rb
${GEM_LIBDIR}/tests/00test.rb
${GEM_HOME}/specifications/diff-lcs-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/tests
@dirrm ${GEM_LIBDIR}/lib/diff/lcs
@dirrm ${GEM_LIBDIR}/lib/diff
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}