summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff-lcs
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:21:20 +0000
committerjlam <jlam>2008-04-04 15:21:20 +0000
commit796a534d2002a8a15ac7bdadc37b60d747e2db72 (patch)
tree0932b74405a3c7ebaa4d2e3d780ba2de98d17488 /textproc/ruby-diff-lcs
parenta0c7c008364a3572d9c89b9bf1bd149998de105f (diff)
downloadpkgsrc-796a534d2002a8a15ac7bdadc37b60d747e2db72.tar.gz
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.
Diffstat (limited to 'textproc/ruby-diff-lcs')
-rw-r--r--textproc/ruby-diff-lcs/DESCR3
-rw-r--r--textproc/ruby-diff-lcs/Makefile13
-rw-r--r--textproc/ruby-diff-lcs/PLIST26
-rw-r--r--textproc/ruby-diff-lcs/distinfo5
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/ruby-diff-lcs/DESCR b/textproc/ruby-diff-lcs/DESCR
new file mode 100644
index 00000000000..ef5f8a8e9e5
--- /dev/null
+++ b/textproc/ruby-diff-lcs/DESCR
@@ -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.
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile
new file mode 100644
index 00000000000..154208a8d54
--- /dev/null
+++ b/textproc/ruby-diff-lcs/Makefile
@@ -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"
diff --git a/textproc/ruby-diff-lcs/PLIST b/textproc/ruby-diff-lcs/PLIST
new file mode 100644
index 00000000000..e6b00debab5
--- /dev/null
+++ b/textproc/ruby-diff-lcs/PLIST
@@ -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}
diff --git a/textproc/ruby-diff-lcs/distinfo b/textproc/ruby-diff-lcs/distinfo
new file mode 100644
index 00000000000..ce4a2bc0ed7
--- /dev/null
+++ b/textproc/ruby-diff-lcs/distinfo
@@ -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