Ticket #8422: hyperestraier.diff
File hyperestraier.diff, 2.7 KB (added by rsky0711@…, 19 years ago) |
---|
-
ruby/rb-hyperestraier-rubynative/Portfile
3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 5 name rb-hyperestraier-rubynative 6 version 1.2. 16 version 1.2.2 7 7 maintainers rsky0711@gmail.com 8 8 platforms darwin 9 9 description Ruby binding of Hyper Estraier … … 14 14 dist_subdir hyperestraier 15 15 distname hyperestraier-${version} 16 16 worksrcdir hyperestraier-${version}/rubynative 17 checksums md5 91e2c859510a9e30fad8b49f6affe6f1 \18 sha1 e1aad3d5c1bdd758c2f118fa54450e8eccfa6129\19 rmd160 2a157a685b1df8e4e8d1c9f093c447e3a188951c17 checksums md5 217cd4569d431972b2f9d75ac35239f1 \ 18 sha1 f121ae36923b5edd411334118034ef5238683f08 \ 19 rmd160 5d041f3d669662cea66f13419fe471957514dd66 20 20 21 21 categories ruby textproc 22 22 depends_lib port:ruby port:hyperestraier -
textproc/hyperestraier/Portfile
2 2 3 3 PortSystem 1.0 4 4 name hyperestraier 5 version 1.2. 15 version 1.2.2 6 6 categories textproc 7 7 maintainers pelopor@nifty.com 8 8 platforms darwin … … 18 18 * High performance of search\ 19 19 * High scalability of target documents\ 20 20 * Perfect recall ratio by N-gram method\ 21 * Phrase search, attribute search, and similarity search\ 21 * High precision by hybrid mechanism of N-gram and morphological analyzer\ 22 * Phrase search, regular expressions, attribute search, and similarity search\ 22 23 * Multilingualism with Unicode\ 23 24 * Independent of file format and repository\ 24 25 * Simple and powerful API\ 25 * Supporting P2P architecture (in the future)\26 * Supporting P2P architecture\ 26 27 \ 27 28 Hyper Estraier is an open-source software released under the terms of the\ 28 29 GNU Lesser General Public License. 29 30 homepage http://hyperestraier.sourceforge.net/ 30 31 master_sites ${homepage} 31 checksums md5 91e2c859510a9e30fad8b49f6affe6f1 \32 sha1 e1aad3d5c1bdd758c2f118fa54450e8eccfa6129\33 rmd160 2a157a685b1df8e4e8d1c9f093c447e3a188951c32 checksums md5 217cd4569d431972b2f9d75ac35239f1 \ 33 sha1 f121ae36923b5edd411334118034ef5238683f08 \ 34 rmd160 5d041f3d669662cea66f13419fe471957514dd66 34 35 35 36 depends_build bin:pkg-config:pkgconfig 36 37 depends_lib port:qdbm port:libiconv port:zlib