aboutsummaryrefslogtreecommitdiff
path: root/textproc/hyperestraier
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plistMichael Johnson2005-11-191-0/+1
| | | | Notes: svn path=/head/; revision=148813
* - Update to 1.0.6Michael Johnson2005-11-173-6/+6
| | | | Notes: svn path=/head/; revision=148686
* - Update to 1.0.5Michael Johnson2005-11-113-5/+5
| | | | Notes: svn path=/head/; revision=147870
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Update to 1.0.4Michael Johnson2005-11-073-4/+4
| | | | Notes: svn path=/head/; revision=147480
* - Update to 1.0.3Michael Johnson2005-11-023-11/+15
| | | | Notes: svn path=/head/; revision=146972
* - Update to 1.0.1Michael Johnson2005-10-222-3/+3
| | | | Notes: svn path=/head/; revision=146095
* - Update to 1.0.0Michael Johnson2005-10-173-4/+4
| | | | | | | Reported by: Edwins FreeBSD Ports Version Check thing Notes: svn path=/head/; revision=145695
* - Update to 0.9.2Michael Johnson2005-10-133-6/+5
| | | | Notes: svn path=/head/; revision=145202
* - Add missing man pagesMichael Johnson2005-10-051-0/+4
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=144330
* - Update to 0.9.1Michael Johnson2005-09-293-5/+3
| | | | Notes: svn path=/head/; revision=143744
* - Update to 0.9.0Michael Johnson2005-09-213-12/+16
| | | | Notes: svn path=/head/; revision=143256
* - Add hyperestraierMichael Johnson2005-09-114-0/+287
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.) Notes: svn path=/head/; revision=142476