View | Details | Raw Unified | Return to bug 222443 | Differences between
and this patch

Collapse All | Expand All

(-)misc/py-fuzzy/Makefile (-21 lines)
Lines 1-21 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	Fuzzy
5
PORTVERSION=	1.1
6
CATEGORIES=	misc python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Fast Python phonetic algorithms
12
13
LICENSE=	MIT ART20
14
LICENSE_COMB=	multi
15
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
17
18
USES=		python
19
USE_PYTHON=	autoplist distutils
20
21
.include <bsd.port.mk>
(-)misc/py-fuzzy/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482306437
2
SHA256 (Fuzzy-1.1.tar.gz) = 57863b9e9aacf82a0b8530ff3b1435cd9b83fe7e526f358eacc366a35eb0cdff
3
SIZE (Fuzzy-1.1.tar.gz) = 20006
(-)misc/py-fuzzy/pkg-descr (-9 lines)
Lines 1-9 Link Here
1
Fuzzy is a python library implementing common phonetic algorithms quickly.
2
Typically this is in string similarity exercises, but they're pretty versatile.
3
The algorithms are:
4
* Soundex
5
* NYSIIS
6
* Double Metaphone Based on Maurice Aubrey's C code from his perl
7
  implementation.
8
9
WWW: https://pypi.python.org/pypi/Fuzzy

Return to bug 222443