Download and Install hyperestraier version 1.4.13 on Mac OS X
Friday the 5th of September, 2008

    hyperestraier  most recent diff


      View the most recent changes for the hyperestraier port at: hyperestraier.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for hyperestraier.
      The raw portfile for hyperestraier 1.4.13 is located here:
      http://hyperestraier.darwinports.com/dports/textproc/hyperestraier/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/hyperestraier
      Google
      Web Darwinports.com



      # $Id: Portfile 37110 2008-05-26 20:51:13Z simon macports.org $

      PortSystem 1.0
      Name: hyperestraier
      Version: 1.4.13
      Category: textproc net
      Maintainers: rsky0711 gmail.com pelopor nifty.com

      Platform: darwin
      Description: Hyper Estraier is a full-text search system.
      Long Description: Hyper Estraier is a full-text search system. It has the following characteristics. (1) High performance of search (2) High scalability of target documents (3) Perfect recall ratio by N-gram method (4) High precision by hybrid mechanism of N-gram and morphological analyzer (5) Phrase search, regular expressions, attribute search, and similarity search (6) Multilingualism with Unicode (7) Independent of file format and repository (8) Intelligent web crawler (9) Simple and powerful API (10) Supporting P2P architecture.

      Homepage: http://hyperestraier.sourceforge.net/
      master_sites ${homepage} sourceforge:${name}
      checksums md5 847aefb9e23266545280378d797f3981 sha1 21c3f325f42019fef096172105c2fc16f3e72fc0 rmd160 8af0af25df6d5bd45a09e9abfbb26300339b5a2c

      depends_build bin:pkg-config:pkgconfig
      depends_lib port:qdbm port:libiconv port:zlib

      configure.args --mandir=${prefix}/share/man --datadir=${prefix}/share/doc

      post-extract {
      # configure
      reinplace "s|\$HOME|\${prefix}|g" ${worksrcpath}/configure
      # Makefile.in
      reinplace "s|\$(HOME)|\$(prefix)|g" ${worksrcpath}/Makefile.in
      }

      test.run yes

      platform macosx {
      build.target mac
      test.target check-mac
      destroot.target install-mac
      }

      Variant: mecab {
      depends_lib-append port:mecab
      configure.args-append --enable-mecab
      }
      Variant: no_zlib {
      depends_lib-delete lib:libz:zlib
      configure.args-append --disable-zlib
      }
      Variant: lzo {
      depends_lib-append lib:liblzo2:lzo2
      configure.args-append --enable-lzo
      }
      Variant: bzip2 {
      depends_lib-append lib:libbz2:bzip2
      configure.args-append --enable-bzip
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/hyperestraier
      % sudo port install hyperestraier
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching hyperestraier
      ---> Verifying checksum for hyperestraier
      ---> Extracting hyperestraier
      ---> Configuring hyperestraier
      ---> Building hyperestraier with target all
      ---> Staging hyperestraier into destroot
      ---> Installing hyperestraier
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using hyperestraier with these commands:
      %  man hyperestraier
      % apropos hyperestraier
      % which hyperestraier
      % locate hyperestraier

     Where to find more information:

    Darwin Ports



    image test