Clucene version 0.9.20 - How to Download and Install on Mac OS X
Friday the 13th of November, 2009

    clucene  most recent diff


    version 0.9.20

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


      The clucene Portfile 58653 2009-10-02 07:48:51Z blb macports.org $

      PortSystem 1.0

      Name: clucene
      Version: 0.9.20
      Category: devel
      Platform: darwin
      Maintainers: free.fr:dinh.viet.hoa openmaintainer
      Description: Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.
      Long Description: ${description}

      distfiles ${name}-core-${version}.tar.bz2
      use_bzip2 yes
      worksrcdir ${name}-core-${version}
      Homepage: http://clucene.sourceforge.net/
      Master Sites: sourceforge
      Checksums: sha1 a60a360b9ce9048d65e5de8f0ae21a3f2638b22c

      post-configure {
      if {[variant_isset universal]} {
      reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
      }
      }

      livecheck.regex "${name}-core-(\\d+\.\\d+\.\\d+\[a-z\]*)${extract.suffix}"


    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/clucene
      % sudo port install clucene
      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 clucene
      ---> Verifying checksum for clucene
      ---> Extracting clucene
      ---> Configuring clucene
      ---> Building clucene with target all
      ---> Staging clucene into destroot
      ---> Installing clucene
    - 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 clucene with these commands:
      %  man clucene
      % apropos clucene
      % which clucene
      % locate clucene

     Where to find more information:

    Darwin Ports



    Lightbox this page.