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

    caml-ssl  most recent diff


    version 0.4.3

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


      # $Id$

      PortSystem 1.0

      Name: caml-ssl
      Version: 0.4.3
      Category: devel ml
      Maintainers: avsm
      Description: SSL bindings for OCaml
      Long Description: SSL bindings for OCaml to use secure connections via the OpenSSL library.
      Homepage: http://savonet.sf.net
      Platform: darwin
      Master Sites: sourceforge:savonet

      distname ocaml-ssl-${version}

      Checksums: md5 7a9fb5adf16ca411389fc07ed7ddaa66 sha1 bb6b1b2144ad17764b3ae7c95501d0c14db856b8 rmd160 2625759fb071aa5d9f27337af924f899d4550ac9

      depends_lib port:ocaml
      use_parallel_build yes

      set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
      destroot.env OCAMLFIND_INSTFLAGS="-ldconf ignore -destdir $ocamlfind_destdir"

      livecheck.type regex
      livecheck.url http://sf.net/api/file/index/project-id/89802/rss?path=%2Focaml-ssl
      livecheck.regex {ocaml-ssl-(.*)\.tar\.gz}

      pre-destroot {
      file mkdir $ocamlfind_destdir
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.