Libtomcrypt version 1.12 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    libtomcrypt  most recent diff


    version 1.12

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


      The libtomcrypt Portfile 30252 2007-10-23 02:19:43Z jmpp macports.org $

      PortSystem 1.0
      Name: libtomcrypt
      Version: 1.12
      Category: security
      Maintainers: nomaintainer
      Description: cryptographic toolkit
      Long Description: LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
      Homepage: http://libtomcrypt.org/
      Platform: darwin
      Master Sites: http://libtomcrypt.com/files/
      distname crypt-${version}
      use_bzip2 yes
      Checksums: sha1 db2bfed6b5194f919c93c1915e48a76379681f92

      worksrcdir ${name}-${version}

      Patch Files: patch-makefile

      use_configure no

      build.target

      destroot.args LIBPATH=${prefix}/lib INCPATH=${prefix}/include USER=`id -u` GROUP=`id -g`

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.