Summary: | [NEW PORT] textproc/py27-whoosh: Featureful full-text indexing and searching in Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | luizgustavo | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | gugabsd | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
luizgustavo
2012-04-22 04:00:19 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) There seems to be missing list of installed files by the port (no pkg-plist nor PLIST macros), same goes for ports/167186. Please see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-d= esc.html#AEN105 --=20 pozdrawiam / with regards Pawe=B3 P=EAkala wen 2012-05-24 02:28:19 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-whoosh Makefile distinfo pkg-descr Log: 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: http://bitbucket.org/mchaput/whoosh PR: 167185 Submitted by: Luiz Gustavo <luizgustavo@luizgustavo.pro.br> Revision Changes Path 1.1723 +1 -0 ports/textproc/Makefile 1.1 +24 -0 ports/textproc/py-whoosh/Makefile (new) 1.1 +2 -0 ports/textproc/py-whoosh/distinfo (new) 1.1 +19 -0 ports/textproc/py-whoosh/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added, with minor changes. Thanks! |