Ticket #8422: hyperestraier.diff

File hyperestraier.diff, 2.7 KB (added by rsky0711@…, 18 years ago)

a patch for the related ports

  • ruby/rb-hyperestraier-rubynative/Portfile

     
    33PortSystem      1.0
    44PortGroup       ruby 1.0
    55name            rb-hyperestraier-rubynative
    6 version         1.2.1
     6version         1.2.2
    77maintainers     rsky0711@gmail.com
    88platforms       darwin
    99description     Ruby binding of Hyper Estraier
     
    1414dist_subdir     hyperestraier
    1515distname        hyperestraier-${version}
    1616worksrcdir      hyperestraier-${version}/rubynative
    17 checksums       md5 91e2c859510a9e30fad8b49f6affe6f1 \
    18                 sha1 e1aad3d5c1bdd758c2f118fa54450e8eccfa6129 \
    19                 rmd160 2a157a685b1df8e4e8d1c9f093c447e3a188951c
     17checksums       md5 217cd4569d431972b2f9d75ac35239f1 \
     18                sha1 f121ae36923b5edd411334118034ef5238683f08 \
     19                rmd160 5d041f3d669662cea66f13419fe471957514dd66
    2020
    2121categories      ruby textproc
    2222depends_lib     port:ruby port:hyperestraier
  • textproc/hyperestraier/Portfile

     
    22
    33PortSystem      1.0
    44name            hyperestraier
    5 version         1.2.1
     5version         1.2.2
    66categories      textproc
    77maintainers     pelopor@nifty.com
    88platforms       darwin
     
    1818        * High performance of search\
    1919        * High scalability of target documents\
    2020        * 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\
    2223        * Multilingualism with Unicode\
    2324        * Independent of file format and repository\
    2425        * Simple and powerful API\
    25         * Supporting P2P architecture (in the future)\
     26        * Supporting P2P architecture\
    2627    \
    2728    Hyper Estraier is an open-source software released under the terms of the\
    2829    GNU Lesser General Public License.
    2930homepage        http://hyperestraier.sourceforge.net/
    3031master_sites    ${homepage}
    31 checksums       md5 91e2c859510a9e30fad8b49f6affe6f1 \
    32                 sha1 e1aad3d5c1bdd758c2f118fa54450e8eccfa6129 \
    33                 rmd160 2a157a685b1df8e4e8d1c9f093c447e3a188951c
     32checksums       md5 217cd4569d431972b2f9d75ac35239f1 \
     33                sha1 f121ae36923b5edd411334118034ef5238683f08 \
     34                rmd160 5d041f3d669662cea66f13419fe471957514dd66
    3435
    3536depends_build   bin:pkg-config:pkgconfig
    3637depends_lib     port:qdbm port:libiconv port:zlib