Download and Install kakasi version 2.3.4 on Mac OS X
Thursday the 28th of August, 2008

    kakasi  most recent diff


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



      # $Id: Portfile 36819 2008-05-15 15:17:48Z takanori macports.org $

      PortSystem 1.0

      Name: kakasi
      Version: 2.3.4
      Category: textproc japanese
      Maintainers: takanori
      Description: Program that converts Kanji text to other scripts
      Long Description: KAKASI (Kanji Kana Simple Inverter) is a language processing filter which converts Kanji characters to Hiragana, Katakana, or Romaji. It may be helpful for reading Japanese documents.
      Platform: darwin
      Homepage: http://kakasi.namazu.org/
      master_sites http://kakasi.namazu.org/stable/
      checksums md5 4eff51aafbd56c9635791a20c03efa8f sha1 ab95a226f301955d2e8ae0d347afbb567e25fbe7 rmd160 8ed84c5aaa0713484ab070871f555b12ded31802

      patch {
      reinplace "s|-undefined suppress||g" ${worksrcpath}/configure
      if {[variant_isset universal]} {
      reinplace "s|echo -dynamiclib\)|echo -dynamiclib\) ${configure.universal_cflags}|g" ${worksrcpath}/configure
      }
      }

      configure.args-append --with-pic --enable-shared --enable-static --libexecdir=${prefix}/lib

      use_parallel_build yes

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc

      foreach f {AUTHORS COPYING ChangeLog INSTALL* NEWS ONEWS README* THANKS TODO} {
      eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
      }
      foreach f {ChangeLog.lib JISYO README.* kakasi.*} {
      eval xinstall -m 644 [glob ${worksrcpath}/doc/${f}] ${destroot}${prefix}/share/doc/${name}/doc
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test