Skip to content

Commit

Permalink
Initial import of ruby18-diff-lcs-1.1.2 as textproc/ruby-diff-lcs.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jlam committed Apr 4, 2008
1 parent e09ff4d commit bc1128e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions textproc/ruby-diff-lcs/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.
13 changes: 13 additions & 0 deletions textproc/ruby-diff-lcs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:20 jlam Exp $

DISTNAME= diff-lcs-1.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Diff library for Ruby

GEM_BUILD= gemspec

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
26 changes: 26 additions & 0 deletions textproc/ruby-diff-lcs/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@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}
5 changes: 5 additions & 0 deletions textproc/ruby-diff-lcs/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:20 jlam Exp $

SHA1 (diff-lcs-1.1.2.gem) = 05a1164be2de3555104af79791da2977e6419d59
RMD160 (diff-lcs-1.1.2.gem) = f57dcbd09658cea31f286039ec3f0b599c99ff25
Size (diff-lcs-1.1.2.gem) = 27136 bytes

0 comments on commit bc1128e

Please sign in to comment.