Bug 128591

Summary: New port: textproc/rubygem-diff-lcm 1.1.2
Product: Ports & Packages Reporter: Daniel Roethlisberger <daniel>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: daniel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rubygem-diff-lcs.shar none

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!