From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 24 02:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70E701065672 for ; Thu, 24 May 2012 02:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1A58FC08 for ; Thu, 24 May 2012 02:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4O2UAAm057766 for ; Thu, 24 May 2012 02:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4O2UAJI057763; Thu, 24 May 2012 02:30:10 GMT (envelope-from gnats) Date: Thu, 24 May 2012 02:30:10 GMT Message-Id: <201205240230.q4O2UAJI057763@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/167185: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 02:30:10 -0000 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 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"