# $Id: Portfile,v 1.1 2005/08/15 19:11:08 olegb Exp $ PortSystem 1.0 name hyperestraier version 0.5.4 categories textproc maintainers pelopor@nifty.com description Hyper Estraier is a full-text search system. long_description \ Hyper Estraier is a 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 (in the future)\ \ Hyper Estraier is an open-source software released under the terms of the\ GNU Lesser General Public License.\ homepage http://hyperestraier.sourceforge.net/ platforms darwin depends_lib port:qdbm bin:iconv:libiconv lib:libz:zlib patchfiles patch-configure.diff patch-Makefile.in.diff master_sites http://hyperestraier.sourceforge.net/ checksums md5 2d92b1a6bfde553b5b9219b248f3eed3 configure.env CFLAGS="-no-cpp-precomp -L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" configure.args --mandir=${prefix}/share/man --datadir=${prefix}/share/doc test.run yes platform macosx { build.target mac test.target check-mac destroot.target install-mac } variant regex { configure.args-append --enable-regex } variant debug { configure.args-append --enable-debug }