Libcryptopp version 5.5.2 - How to Download and Install on Mac OS X
Monday the 22nd of March, 2010

    libcryptopp  most recent diff


    version 5.5.2

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


      The libcryptopp Portfile 56825 2009-09-02 15:49:34Z toby macports.org $

      PortSystem 1.0

      Name: libcryptopp
      Version: 5.5.2
      Category: devel security
      Platform: darwin
      Maintainers: nomaintainer
      Description: C++ class library of cryptographic schemes
      Long Description: Crypto++ Library is a free C++ class library of cryptographic schemes.

      Homepage: http://www.cryptopp.com/
      Master Sites: sourceforge:cryptopp ${homepage} http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/ http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/
      distname cryptopp552
      Checksums: md5 a889be9d9ad5c202c925fb105caa4857 sha1 18efe451b3c682f40db75dc2b09cb448a835e7d6 rmd160 8929795b654d7186b2b38714d22a57ea01862dbd
      use_zip yes

      extract.mkdir yes

      Patch Files: patch-GNUmakefile

      use_configure no

      build.type gnu
      build.args -f GNUmakefile

      test.run yes
      test.cmd ./cryptest.exe
      test.target

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/cryptopp ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/libcryptopp.a ${destroot}${prefix}/lib
      eval xinstall -m 644 [glob ${worksrcpath}/*.h] ${destroot}${prefix}/include/cryptopp/
      xinstall -m 644 -W ${worksrcpath} Readme.txt License.txt ${destroot}${prefix}/share/doc/${name}/
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.