cvs commit: ports/devel Makefile ports/devel/py-levenshtein Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Thu Aug 31 18:06:43 UTC 2006


pav         2006-08-31 18:06:42 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-levenshtein Makefile distinfo pkg-descr pkg-plist 
  Log:
  Levenshtein computes Levenshtein distances, similarity ratios, generalized
  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 at gmail.com>
  
  Revision  Changes    Path
  1.2439    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/py-levenshtein/Makefile (new)
  1.1       +3 -0      ports/devel/py-levenshtein/distinfo (new)
  1.1       +6 -0      ports/devel/py-levenshtein/pkg-descr (new)
  1.1       +1 -0      ports/devel/py-levenshtein/pkg-plist (new)


More information about the cvs-ports mailing list