New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #9829: hyperestraier-1.3.1.diff

File hyperestraier-1.3.1.diff, 2.6 KB (added by pelopor@…, 6 years ago)

hyperestraier-1.3.1.diff

  • Portfile

    old new  
    1 # $Id: Portfile,v 1.7 2006/05/25 17:27:42 takanori Exp $ 
     1# $Id: $ 
    22 
    33PortSystem              1.0 
    44name                    hyperestraier 
    5 version         1.2.7 
    6 categories              textproc 
     5version         1.3.1 
     6categories      textproc net 
    77maintainers     rsky0711@gmail.com pelopor@nifty.com 
    88 
    99platforms       darwin 
    1010description             Hyper Estraier is a full-text search system. 
    1111long_description        \ 
    12         Hyper Estraier is a full-text search system. You can search lots of\ 
    13         documents for some documents including specified words. If you run a web\ 
    14         site, it is useful as your own search engine for pages in your site. Also,\ 
    15         it is useful as search utilities of mail boxes and file servers.\ 
    16         \ 
    17         The characteristic of Hyper Estraier is the following.\ 
    18         \ 
    19         * High performance of search\ 
    20         * High scalability of target documents\ 
    21         * Perfect recall ratio by N-gram method\ 
    22         * High precision by hybrid mechanism of N-gram and morphological analyzer\ 
    23         * Phrase search, regular expressions, attribute search, and similarity search\ 
    24         * Multilingualism with Unicode\ 
    25         * Independent of file format and repository\ 
    26         * Intelligent web crawler\ 
    27         * Simple and powerful API\ 
    28         * Supporting P2P architecture\ 
    29         \ 
    30         Hyper Estraier is an open-source software released under the terms of the\ 
    31     GNU Lesser General Public License. 
     12    Hyper Estraier is a full-text search system. It has the following \ 
     13    characteristics. \ 
     14        (1) High performance of search \ 
     15        (2) High scalability of target documents \ 
     16        (3) Perfect recall ratio by N-gram method \ 
     17        (4) High precision by hybrid mechanism of N-gram and morphological analyzer \ 
     18        (5) Phrase search, regular expressions, attribute search, and similarity search \ 
     19    (6) Multilingualism with Unicode \ 
     20        (7) Independent of file format and repository \ 
     21        (8) Intelligent web crawler \ 
     22        (9) Simple and powerful API \ 
     23        (10) Supporting P2P architecture. 
     24 
    3225homepage                http://hyperestraier.sourceforge.net/ 
    33 master_sites    ${homepage} 
    34 checksums       md5        9ca74a6eacbbe5593d4e61d20c1e9f8f \ 
    35                 sha1   3754922bb2ba5be0e7cf3d014528680974d92612 \ 
    36                 rmd160 7ef95096e14f435fc15a7ea92283418473a2df72 
     26master_sites    ${homepage} \ 
     27                                sourceforge:${name} 
     28checksums       md5        198c728d73edc9d70c465ef219a72bb2 \ 
     29                sha1   2baef585d5f594a62b319e27d12e410764fc0873 \ 
     30                rmd160 f894c4a2d626f12907c3a255dfc8aa17946df840 
    3731 
    3832depends_build   bin:pkg-config:pkgconfig 
    3933depends_lib             port:qdbm port:libiconv port:zlib