Cocot version 20080315 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 20080315

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


      The cocot Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: cocot
      Version: 20080315
      Category: textproc japanese
      Maintainers: takanori openmaintainer
      Description: COde COnverter on Tty
      Long Description: ${description}
      Platform: darwin
      Homepage: http://vmi.jp/software/cygwin/cocot.html
      Master Sites: macports http://vmi.jp/software/cygwin/
      use_bzip2 yes
      Patch Files: patch-README.ja.diff
      Checksums: md5 f2519673fb4bf9e07769b88de7746278 sha1 06d098fb54b6e61bbddc8ef00079b9b529ca2133 rmd160 ecb93ffe77c9c59aa822b33fc399b802ab9fe202

      depends_lib port:libiconv

      configure.args --with-default-term-code=UTF-8 --with-default-proc-code=EUC-JP

      use_parallel_build yes

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README* UNICODE_MEMO} {
      eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
      }
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex ${name}-(\[0-9.a-z\]+)\\.tar

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.