Bug 215462 - [NEW PORT] misc/py-fuzzy: Fast Python phonetic algorithms
Summary: [NEW PORT] misc/py-fuzzy: Fast Python phonetic algorithms
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-21 10:08 UTC by Yuri Victorovich
Modified: 2016-12-26 15:21 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (1.75 KB, text/plain)
2016-12-21 10:08 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-12-21 10:08:38 UTC
Created attachment 178170 [details]
shar archive
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-26 15:19:13 UTC
A commit references this bug:

Author: wen
Date: Mon Dec 26 15:18:08 UTC 2016
New revision: 429533
URL: https://svnweb.freebsd.org/changeset/ports/429533

Log:
  Fuzzy is a python library implementing common phonetic algorithms quickly.
  Typically this is in string similarity exercises, but they're pretty versatile.
  The algorithms are:
  * Soundex
  * NYSIIS
  * Double Metaphone Based on Maurice Aubrey's C code from his perl
    implementation.

  WWW: https://pypi.python.org/pypi/Fuzzy

  PR:		215462
  Submitted by:	yuri@rawbw.com

Changes:
  head/misc/Makefile
  head/misc/py-fuzzy/
  head/misc/py-fuzzy/Makefile
  head/misc/py-fuzzy/distinfo
  head/misc/py-fuzzy/pkg-descr