Ticket #8775: hyperestraier-update-1.2.5.diff

File hyperestraier-update-1.2.5.diff, 2.8 KB (added by pelopor@…, 18 years ago)

hyperestraier-update-1.2.5.diff

  • hyperestraier

    diff -buw hyperestraier.old/Portfile hyperestraier/Portfile
    old new  
    1 # $Id: Portfile,v 1.4 2006/04/10 15:14:47 takanori Exp $
     1# $Id: $
    22
    33PortSystem              1.0
    44name                    hyperestraier
    5 version                 1.2.1
     5version         1.2.5
    66categories              textproc
    7 maintainers             pelopor@nifty.com
     7maintainers     rsky0711@gmail.com pelopor@nifty.com
     8
     9platforms       darwin
    810description             Hyper Estraier is a full-text search system.
    911long_description        \
    1012        Hyper Estraier is a full-text search system. You can search lots of\
     
    1719        * High performance of search\
    1820        * High scalability of target documents\
    1921        * Perfect recall ratio by N-gram method\
    20         * Phrase search, attribute search, and similarity search\
     22        * High precision by hybrid mechanism of N-gram and morphological analyzer\
     23        * Phrase search, regular expressions, attribute search, and similarity search\
    2124        * Multilingualism with Unicode\
    2225        * Independent of file format and repository\
     26        * Intelligent web crawler\
    2327        * Simple and powerful API\
    24         * Supporting P2P architecture (in the future)\
     28        * Supporting P2P architecture\
    2529        \
    2630        Hyper Estraier is an open-source software released under the terms of the\
    27         GNU Lesser General Public License.\
    28 
     31    GNU Lesser General Public License.
    2932homepage                http://hyperestraier.sourceforge.net/
    30 platforms               darwin
     33master_sites    ${homepage}
     34checksums       md5        5d2fdeeb784cc861771ea4e2945c81e4 \
     35                sha1   d7b80db45357becdcc5840da70b46e5e239ae978 \
     36                rmd160 e27b3e86addfba7b090c69cab33eecc91b2b692d
     37
    3138depends_build   bin:pkg-config:pkgconfig
    3239depends_lib             port:qdbm port:libiconv port:zlib
    33 master_sites    http://hyperestraier.sourceforge.net/
    34 checksums       md5 91e2c859510a9e30fad8b49f6affe6f1 \
    35                 sha1 e1aad3d5c1bdd758c2f118fa54450e8eccfa6129 \
    36                 rmd160 2a157a685b1df8e4e8d1c9f093c447e3a188951c
    3740
    38 configure.args  --mandir=${prefix}/share/man --datadir=${prefix}/share/doc
     41configure.args  --mandir=${prefix}/share/man \
     42                --datadir=${prefix}/share/doc
    3943
    4044post-extract {
    4145    # configure
    42     reinplace "s|\$HOME|${prefix}|g" \
     46    reinplace "s|\$HOME|\${prefix}|g" \
    4347        ${worksrcpath}/configure
    4448    # Makefile.in
    45     reinplace "s|\$(HOME)|${prefix}|g" \
    46         ${worksrcpath}/Makefile.in
    47     reinplace "s|install_name libestraier.\$(LIBVER).dylib|install_name \$(MYLIBDIR)/libestraier.\$(LIBVER).dylib|g" \
     49    reinplace "s|\$(HOME)|\$(prefix)|g" \
    4850        ${worksrcpath}/Makefile.in
    4951    # myconf.h
    5052    reinplace "s|lzo/|lzo2/|g" \
     
    5254}
    5355
    5456test.run         yes
     57
    5558platform  macosx {
    5659                  build.target  mac
    5760                  test.target      check-mac