Bug 128591 - New port: textproc/rubygem-diff-lcm 1.1.2
Summary: New port: textproc/rubygem-diff-lcm 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 00:40 UTC by Daniel Roethlisberger
Modified: 2008-11-09 23:10 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-diff-lcs.shar (2.35 KB, text/plain)
2008-11-05 00:40 UTC, Daniel Roethlisberger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2008-11-05 00:40:01 UTC
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers.

WWW: http://rubyforge.org/projects/ruwiki/

Note that this port is a dependency of the new port devel/rubygem-grit,
submitted in a separate PR.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-11-05 05:34:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-09 23:01:05 UTC
miwi        2008-11-09 23:00:51 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/rubygem-diff-lcs Makefile distinfo pkg-descr 
  Log:
  Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
  common subsequence (LCS) algorithm to compute intelligent differences between
  two sequenced enumerable containers.
  
  WWW: http://rubyforge.org/projects/ruwiki/
  
  PR:             ports/128591
  Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
  
  Revision  Changes    Path
  1.1274    +1 -0      ports/textproc/Makefile
  1.1       +28 -0     ports/textproc/rubygem-diff-lcs/Makefile (new)
  1.1       +3 -0      ports/textproc/rubygem-diff-lcs/distinfo (new)
  1.1       +5 -0      ports/textproc/rubygem-diff-lcs/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-11-09 23:03:16 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!