Bug 167185

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 Flags
.shar none

Description luizgustavo 2012-04-22 04:00:19 UTC
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

Generated with FreeBSD Port Tools 0.99_4 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-22 04:00:39 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2012-05-19 11:49:25 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-24 03:28:29 UTC
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"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2012-05-24 03:30:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!