Date: Sat, 15 Oct 2011 13:30:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Text-Levenshtein Makefile distinfo pkg-descr pkg-plist Message-ID: <201110151330.p9FDUZqg062835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-10-15 13:30:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Text-Levenshtein Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Text-Levenshtein 0.05 Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. WWW: http://search.cpan.org/dist/Text-Levenshtein/ Revision Changes Path 1.4606 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Text-Levenshtein/Makefile (new) 1.1 +2 -0 ports/devel/p5-Text-Levenshtein/distinfo (new) 1.1 +7 -0 ports/devel/p5-Text-Levenshtein/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Text-Levenshtein/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110151330.p9FDUZqg062835>