Caml-calendar version 2.0.4 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    caml-calendar  most recent diff


    version 2.0.4

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


      The caml-calendar Portfile 58812 2009-10-05 20:45:02Z avsm macports.org $

      PortSystem 1.0
      Name: caml-calendar
      Version: 2.0.4
      Maintainers: avsm
      Description: Objective Caml interface for calendar functions
      Long Description: An OCaml interface for managing dates and times.

      Category: devel ml

      distname calendar-${version}

      Homepage: http://calendar.forge.ocamlcore.org/
      Master Sites: http://forge.ocamlcore.org/frs/download.php/171/

      Platform: darwin

      Checksums: md5 f460b1f0544d6c29b9d6517ef8a4b282 sha1 60917d141a79b07b3bf4289ef906e97bd657814a rmd160 23c2a5a8d030cdf19d4d98b7b7bdf67d87146b59

      post-patch {
      set ocaml_site_path [exec ${prefix}/bin/ocamlfind printconf destdir]

      reinplace "s|\$(CAMLFIND) install|\$(CAMLFIND) install -destdir ${destroot}/${ocaml_site_path}|g" ${worksrcpath}/Makefile.in
      }

      pre-destroot {
      set ocaml_site_path [exec ocamlfind printconf destdir]
      file mkdir ${destroot}/${ocaml_site_path}
      }

      depends_lib port:ocaml port:caml-findlib

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.