Autopsy version 2.08 - How to Download and Install on Mac OS X
Tuesday the 3rd of November, 2009

    autopsy  most recent diff


    version 2.08

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


      The autopsy Portfile 43304 2008-12-08 19:25:58Z mcalhoun macports.org $

      PortSystem 1.0

      Name: autopsy
      Version: 2.08
      Category: sysutils
      Maintainers: ecronin
      Platform: darwin
      Description: Autopsy Forensic Browser
      Long Description: The Autopsy Forensic Browser is a graphical interface to the command line digital investigation analysis tools in The Sleuth Kit. Together, they can analyze Windows and UNIX disks and file systems (NTFS, FAT, UFS1/2, Ext2/3). The Sleuth Kit and Autopsy are both Open Source and run on UNIX platforms. As Autopsy is HTML-based, you can connect to the Autopsy server from any platform using an HTML browser. Autopsy provides a \"File Manager\"-like interface and shows details about deleted data and file system structures.
      Master Sites: sourceforge
      Homepage: http://www.sleuthkit.org/autopsy/
      Checksums: sha1 a9a1234393afd50b3609575a906fa0b387efe4b9 md5 0ac9db9acf66742f8f01f3d8b0cf2f90
      livecheck.version ${name}-${version}
      Patch Files: patch-configure.diff
      use_configure no

      depends_build port:file path:bin/perl:perl5 port:sleuthkit

      post-patch {
      reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/|${prefix}/bin/ /usr/bin/|g" ${worksrcpath}/configure
      reinplace "s|\\\$PWD/|${prefix}/share/${name}/|g" ${worksrcpath}/configure
      reinplace "s|MP_AUTOPSY_LOCKER|${prefix}/var/${name}/|g" ${worksrcpath}/configure
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

      xinstall -m 755 -d ${destroot}${prefix}/share/${name}
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}/help
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}/lib
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}/pict

      xinstall -m 755 -d ${destroot}${prefix}/man/man1

      eval xinstall -m 644 [glob ${worksrcpath}/docs/*] ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt ${destroot}${prefix}/share/doc/${name}

      xinstall -m 755 -W ${worksrcpath} autopsy ${destroot}${prefix}/bin

      xinstall -m 644 -W ${worksrcpath} conf.pl global.css ${destroot}${prefix}/share/${name}
      eval xinstall -m 644 [glob ${worksrcpath}/help/*] ${destroot}${prefix}/share/${name}/help
      eval xinstall -m 644 [glob ${worksrcpath}/lib/*] ${destroot}${prefix}/share/${name}/lib
      eval xinstall -m 644 [glob ${worksrcpath}/pict/*] ${destroot}${prefix}/share/${name}/pict

      eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/share/man/man1/
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.