ent version 19981020 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    ent  most recent diff


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



      # $Id: Portfile 26898 2007-07-11 05:23:51Z yves macports.org $

      PortSystem 1.0
      Name: ent
      Version: 19981020
      revision 2
      Category: math security
      Maintainers: blb macports.org
      Description: Entropy calculator
      Long Description: ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.

      Platform: darwin

      Homepage: http://www.fourmilab.ch/random/
      master_sites ${homepage}
      distname random
      use_zip yes
      worksrcdir ent

      checksums md5 ccaa3fffd4d84d46e9b712d0c88f008c

      pre-extract {
      extract.post_args "-d ${worksrcpath}"
      }

      patchfiles patch-Makefile patch-randtest.c

      use_configure no

      build.target ent

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -W ${worksrcpath} ent ${destroot}${prefix}/bin
      xinstall -m 644 -W ${worksrcpath} ent.html entitle.gif ${destroot}${prefix}/share/doc/${name}
      }

      platform darwin {
      build.args-append CFLAGS="-O3 -DHAVE_LOG2"
      }


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

     Where to find more information:

    Darwin Ports



    image test