aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-whoosh
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.4Wen Heping2016-10-112-3/+4
| | | | Notes: svn path=/head/; revision=423743
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 2.7.2Sunpoet Po-Chuan Hsieh2016-03-263-3/+4
| | | | | | | | | - Add PyPI as primary WWW Changes: https://bitbucket.org/mchaput/whoosh/commits/all Notes: svn path=/head/; revision=411945
* - Update to 2.7.0Sunpoet Po-Chuan Hsieh2015-12-092-3/+5
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: https://bitbucket.org/mchaput/whoosh/commits/all Notes: svn path=/head/; revision=403408
* textproc/py-whoosh: update to 2.5.7William Grzybowski2014-08-242-8/+8
| | | | | | | | | - USES python - Add LICENSE - Pass maintainership to python Notes: svn path=/head/; revision=365946
* Reset a few maintainers who are unreachableAntoine Brodin2014-05-291-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355725
* - Convert to autoplistMartin Wilke2014-03-041-5/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=347034
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Update to 2.4.1Josh Paetzel2012-10-092-3/+3
| | | | | | | | | PR: ports/171758 Submitted by: William Grzybowski <william88@gmail.com> Approved by:a Maintainer Timeout Notes: svn path=/head/; revision=305565
* Whoosh is a fast, featureful full-text indexing and searching libraryWen Heping2012-05-243-0/+45
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: http://bitbucket.org/mchaput/whoosh PR: 167185 Submitted by: Luiz Gustavo <luizgustavo@luizgustavo.pro.br> Notes: svn path=/head/; revision=297315