cryptokit version 1.2 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    cryptokit  most recent diff


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



      # $Id: Portfile 20267 2006-11-01 01:45:51Z blair macports.org $

      PortSystem 1.0
      Name: cryptokit
      Version: 1.2
      Category: devel security
      Maintainers: anil recoil.org
      Description: Objective Caml interface to cryptographic functions.
      Long Description: The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.
      Homepage: http://pauillac.inria.fr/~xleroy/software.html
      Platform: darwin
      master_sites http://caml.inria.fr/distrib/bazar-ocaml/
      checksums md5 0249135953f10c1515e88985b45ee4c9
      depends_lib bin:camlp4:ocaml
      use_configure no
      build.target all allopt

      set instdir ${destroot}${prefix}/lib/ocaml/
      destroot.args INSTALLDIR=${instdir}
      pre-destroot {
      file mkdir ${instdir}
      }
      post-destroot {
      system "ranlib ${instdir}/cryptokit.a"
      system "ranlib ${instdir}/libcryptokit.a"
      }

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

     Where to find more information:

    Darwin Ports



    image test