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

    aesutil  most recent diff


    version 1.0.7

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


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

      PortSystem 1.0

      Name: aesutil
      Version: 1.0.7
      Category: security sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: command line program to encrypt and decrypt data via AES
      Long Description: aesutil is a command line program to encrypt and decrypt data using the Rjiandel algorythm.

      Homepage: http://my.cubic.ch/~timtas/aes/
      Master Sites: ${homepage}
      distname aes-${version}
      Checksums: md5 59e9b9635c384b42055d85a6dd66a5c7

      platform darwin {
      configure.pre_args linux
      }

      destroot {
      xinstall -m 755 ${worksrcpath}/aes ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README TODO ${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/aesutil
      % sudo port install aesutil
      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 aesutil
      ---> Verifying checksum for aesutil
      ---> Extracting aesutil
      ---> Configuring aesutil
      ---> Building aesutil with target all
      ---> Staging aesutil into destroot
      ---> Installing aesutil
    - 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 aesutil with these commands:
      %  man aesutil
      % apropos aesutil
      % which aesutil
      % locate aesutil

     Where to find more information:

    Darwin Ports



    Lightbox this page.