[csw-devel] SF.net SVN: gar:[12188] csw/mgar/pkg/rbgems
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 5 16:36:56 CET 2011
Revision: 12188
http://gar.svn.sourceforge.net/gar/?rev=12188&view=rev
Author: dmichelsen
Date: 2011-01-05 15:36:55 +0000 (Wed, 05 Jan 2011)
Log Message:
-----------
rbgems/diff-lcs: Initial commit
Added Paths:
-----------
csw/mgar/pkg/rbgems/diff-lcs/
csw/mgar/pkg/rbgems/diff-lcs/branches/
csw/mgar/pkg/rbgems/diff-lcs/tags/
csw/mgar/pkg/rbgems/diff-lcs/trunk/
csw/mgar/pkg/rbgems/diff-lcs/trunk/Makefile
csw/mgar/pkg/rbgems/diff-lcs/trunk/checksums
csw/mgar/pkg/rbgems/diff-lcs/trunk/files/
Property changes on: csw/mgar/pkg/rbgems/diff-lcs/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/rbgems/diff-lcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/diff-lcs/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/rbgems/diff-lcs/trunk/Makefile 2011-01-05 15:36:55 UTC (rev 12188)
@@ -0,0 +1,19 @@
+NAME = diff-lcs
+VERSION = 1.1.2
+CATEGORIES = rbgems
+
+DESCRIPTION = Provides a list of changes that represent the difference between two sequenced collections.
+
+define BLURB
+ Dif:LCS is a port of Algorithm:Dif that uses the McIlroy-Hunt longest
+ comon subsequence (LCS) algorithm to compute inteligent diferences
+ betwen two sequenced enumerable containers. The implementation is
+ based on Mario I. Wolczko's Smaltalk version (1.2, 193) and Ned Konz's
+ Perl version (Algorithm:Dif).
+endef
+
+ARCHALL = 1
+
+LICENSE = README
+
+include gar/category.mk
Added: csw/mgar/pkg/rbgems/diff-lcs/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/diff-lcs/trunk/checksums (rev 0)
+++ csw/mgar/pkg/rbgems/diff-lcs/trunk/checksums 2011-01-05 15:36:55 UTC (rev 12188)
@@ -0,0 +1 @@
+60524d29b37f76d56ce835323e324879 diff-lcs-1.1.2.gem
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list