Aide version 0.13.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.13.1

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


      The aide Portfile 58987 2009-10-08 09:41:02Z jmr macports.org $

      PortSystem 1.0

      Name: aide
      Version: 0.13.1
      Category: security
      Maintainers: nomaintainer
      Description: Advanced Intrusion Detection Environment
      Long Description: AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info. There is also a beginning of a manual.
      Homepage: http://www.cs.tut.fi/~rammer/aide.html
      Master Sites: sourceforge:aide ftp://ftp.cs.tut.fi/pub/src/gnu/ http://www.cs.tut.fi/~rammer/
      Platform: darwin
      Checksums: md5 27978cc6bca4f0fbf3f6f5a1b330661c
      configure.args --mandir=${prefix}/share/man --with-mhash --with-zlib --with-locale --disable-static

      depends_build port:bison
      depends_lib port:mhash port:gettext

      Patch Files: patch-Makefile.in.diff patch-src-Makefile.in.diff patch-doc-aide.conf.diff patch-doc-aide-check.cron.diff
      post-patch {
      reinplace "s| LOCALEDIR |${prefix}/share/locale|g" ${worksrcpath}/Makefile.in ${worksrcpath}/src/Makefile.in
      reinplace "s|%%PREFIX%%|${prefix}|g" ${worksrcpath}/doc/aide-check.cron ${worksrcpath}/doc/aide.conf
      }

      post-destroot {
      file mkdir ${destroot}${prefix}/share/doc/${name}-${version}
      file mkdir ${destroot}${prefix}/etc/${name}
      file mkdir ${destroot}${prefix}/libexec/${name}

      system "install -bC ${worksrcpath}/doc/aide.conf ${destroot}${prefix}/share/doc/${name}-${version}/"
      system "install -bC ${worksrcpath}/doc/manual.html ${destroot}${prefix}/share/doc/${name}-${version}/"
      system "install -bC ${worksrcpath}/doc/aide.conf ${destroot}${prefix}/etc/${name}/"
      system "install -bC ${worksrcpath}/doc/aide-check.cron ${destroot}${prefix}/libexec/${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/aide
      % sudo port install aide
      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 aide
      ---> Verifying checksum for aide
      ---> Extracting aide
      ---> Configuring aide
      ---> Building aide with target all
      ---> Staging aide into destroot
      ---> Installing aide
    - 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 aide with these commands:
      %  man aide
      % apropos aide
      % which aide
      % locate aide

     Where to find more information:

    Darwin Ports



    Lightbox this page.