Index: head/textproc/py-whoosh/Makefile =================================================================== --- head/textproc/py-whoosh/Makefile (revision 411944) +++ head/textproc/py-whoosh/Makefile (revision 411945) @@ -1,21 +1,21 @@ # Created by: gugabsd # $FreeBSD$ PORTNAME= whoosh -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.2 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Whoosh-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Featureful full-text indexing and searching in Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils .include Index: head/textproc/py-whoosh/distinfo =================================================================== --- head/textproc/py-whoosh/distinfo (revision 411944) +++ head/textproc/py-whoosh/distinfo (revision 411945) @@ -1,2 +1,2 @@ -SHA256 (Whoosh-2.7.0.tar.gz) = cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7 -SIZE (Whoosh-2.7.0.tar.gz) = 950485 +SHA256 (Whoosh-2.7.2.tar.gz) = baa11544c788ddbefc8fb48d900862fc02d48cf65e0c99f8f1984c281abad7e1 +SIZE (Whoosh-2.7.2.tar.gz) = 967942 Index: head/textproc/py-whoosh/pkg-descr =================================================================== --- head/textproc/py-whoosh/pkg-descr (revision 411944) +++ head/textproc/py-whoosh/pkg-descr (revision 411945) @@ -1,19 +1,20 @@ Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Programmers can use it to easily add search functionality to their applications and websites. Every part of how Whoosh works can be extended or replaced to meet your needs exactly. Some of Whoosh's features include: - Pythonic API. - Pure-Python. No compilation or binary packages needed, no mysterious crashes. - Fielded indexing and search. - Fast indexing and retrieval -- faster than any other pure-Python, scoring, full-text search solution I know of. - Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. - Powerful query language. - Pure Python spell-checker (as far as I know, the only one). +WWW: https://pypi.python.org/pypi/Whoosh WWW: http://bitbucket.org/mchaput/whoosh