summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Diff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-27Update p5-Algorithm-Diff from 1.15 to 1.19.01.he2-6/+7
The original version designation is 1.1901, but who wants to take a bet the next one after that won't be 1.20? Changelog: 1.19 2004-09-22 - Added OO interface. - Based on Ned's v1.18 (unreleased)
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-25Add HOMEPAGE.minskim1-1/+2
2003-12-03import p5-Algorithm-Diff-1.15.epg4-0/+25
This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the *smallest possible* set of differences.