Caml-text version 0.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    caml-text  most recent diff


    version 0.2

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


      # $Id$

      PortSystem 1.0

      Name: caml-text
      Version: 0.2
      distname text-${version}
      Category: devel ml
      Maintainers: avsm
      Description: library for Unicode text in OCaml
      Long Description: OCaml-Text is a library for dealing with text, i.e. sequence of unicode characters, in a convenient way.
      Platform: darwin
      Homepage: http://forge.ocamlcore.org/projects/ocaml-text/
      Master Sites: http://forge.ocamlcore.org/frs/download.php/211/
      Patch Files: patch-Makefile.diff

      depends_lib port:ocaml port:caml-findlib

      Checksums: md5 8f6372dd2837d8b8c4050d0a3dc966e5 sha1 16800464a73e82113087478d4212afd6af39291a rmd160 f72dacb4004c81b2ea0b72bf40605cb9fe133eef

      use_configure no
      set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
      destroot.post_args DESTDIR="$ocamlfind_destdir"

      livecheck.type regex
      livecheck.url http://forge.ocamlcore.org/frs/?group_id=100
      livecheck.regex {>text-(.*)\.tar\.gz}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.