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

    caml-uuidm  most recent diff


    version 0.9.3

      View the most recent changes for the caml-uuidm port at: caml-uuidm.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for caml-uuidm.
      The raw portfile for caml-uuidm 0.9.3 is located here:
      http://caml-uuidm.darwinports.com/dports/devel/caml-uuidm/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-uuidm


      # $Id$

      PortSystem 1.0

      Name: caml-uuidm
      Version: 0.9.3
      Category: devel ml
      Maintainers: avsm openmaintainer
      Description: RFC 4122-compliant UUID library for OCaml
      Long Description: Uuidm is an OCaml module implementing 128 bits universally unique identifiers version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122.
      Homepage: http://erratique.ch/software/uuidm/
      Platform: darwin
      Master Sites: http://erratique.ch/software/uuidm/releases

      distname uuidm-${version}
      use_bzip2 yes
      extract.suffix .tbz

      Checksums: md5 b33a5a7400f3f57fa78d31443ecf2438 sha1 fe0e91710e21baf386670dbedca71e59a71eaa15 rmd160 0063eaa85baaaf22308c9e22b04f552b4f107982

      depends_lib port:ocaml port:caml-findlib
      use_configure no
      use_parallel_build no
      Patch Files: patch-Makefile.diff patch-META.diff

      livecheck.type regex
      livecheck.url http://erratique.ch/software/uuidm/releases
      livecheck.regex {>uuidm-(.*)\.tbz}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.