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

    caml-react  most recent diff


    version 0.9.0

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


      # $Id$

      PortSystem 1.0

      Name: caml-react
      Version: 0.9.0
      Category: devel ml
      Maintainers: avsm
      Description: Functional reactive progreamming for OCaml
      Long Description: React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline.
      Homepage: http://erratique.ch/software/react
      Platform: darwin

      Master Sites: http://erratique.ch/software/react/releases/
      use_bzip2 yes
      extract.suffix .tbz
      distname react-${version}
      Patch Files: patch-META

      depends_lib port:ocaml

      Checksums: md5 193a64a2abb0eebc6a88c19fba18ca85 sha1 bc19c0b8c7ab647d030ce7e85ef61ffbbaae5499 rmd160 0017145cc8f6e6b34906cd6036f4b2ef68ae0f1b

      use_configure no
      use_parallel_build no

      build.cmd "./build"
      build.target ""

      destroot.cmd "./build"
      destroot.target "install"
      destroot.env INSTALLDIR=${destroot}${prefix}/lib/ocaml/site-lib/react
      destroot.destdir ""

      livecheck.type regex
      livecheck.url http://erratique.ch/software/react/releases/
      livecheck.regex {>react-(.*)\.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-react
      % sudo port install caml-react
      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-react
      ---> Verifying checksum for caml-react
      ---> Extracting caml-react
      ---> Configuring caml-react
      ---> Building caml-react with target all
      ---> Staging caml-react into destroot
      ---> Installing caml-react
    - 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-react with these commands:
      %  man caml-react
      % apropos caml-react
      % which caml-react
      % locate caml-react

     Where to find more information:

    Darwin Ports



    Lightbox this page.