aboutsummaryrefslogtreecommitdiff
path: root/devel/py-levenshtein
Commit message (Collapse)AuthorAgeFilesLines
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Added ${MASTER_SITE_LOCAL} as mirrorNicola Vitale2006-12-091-1/+3
| | | | | | | | | PR: 104791 Submitted by: Aron Stansvik <elvstone@gmail.com> Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179341
* Levenshtein computes Levenshtein distances, similarity ratios, generalizedPav Lucistnik2006-08-314-0/+34
medians and set medians of Strings and Unicodes. Becuase it's implemented in C, it's much faster than corresponding Python library functions and methods. WWW: http://trific.ath.cx/resources/python/levenshtein/ PR: ports/102702 Submitted by: Aron Stansvik <elvstone@gmail.com> Notes: svn path=/head/; revision=171743