Date: Sun, 11 Sep 2005 21:27:57 +0000 (UTC) From: Michael Johnson <ahze@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/hyperestraier Makefile distinfo pkg-descr pkg-plist Message-ID: <200509112127.j8BLRvHt079443@repoman.freebsd.org>
index | next in thread | raw e-mail
ahze 2005-09-11 21:27:57 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/hyperestraier Makefile distinfo pkg-descr pkg-plist
Log:
- Add hyperestraier
Full-text search system. You can search lots of documents for some documents
including specified words. If you run a web site, it is useful as your own
search engine for pages in your site. Also, it is useful as search utilities
of mail boxes and file servers.
The characteristic of Hyper Estraier is the following.
* High performance of search
* High scalability of target documents
* Perfect recall ratio by N-gram method
* Phrase search, attribute search, and similarity search
* Multilingualism with Unicode
* Independent of file format and repository
* Simple and powerful API
* Supporting P2P architecture
WWW: http://hyperestraier.sourceforge.net/
(This is a predecessor to textproc/estraier, not a drop in replacement.)
Revision Changes Path
1.852 +1 -0 ports/textproc/Makefile
1.1 +30 -0 ports/textproc/hyperestraier/Makefile (new)
1.1 +2 -0 ports/textproc/hyperestraier/distinfo (new)
1.1 +16 -0 ports/textproc/hyperestraier/pkg-descr (new)
1.1 +239 -0 ports/textproc/hyperestraier/pkg-plist (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509112127.j8BLRvHt079443>
