Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 02:30:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167185: commit references a PR
Message-ID:  <201205240230.q4O2UAJI057763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167185; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167185: commit references a PR
Date: Thu, 24 May 2012 02:28:29 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205240230.q4O2UAJI057763>