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

    stegdetect  most recent diff


    version 0.6

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


      The stegdetect Portfile 47667 2009-03-03 09:56:01Z blb macports.org $

      PortSystem 1.0
      Name: stegdetect
      Version: 0.6
      Revision: 2
      Category: security graphics
      Maintainers: nomaintainer
      Description: tool for detecting steganographic content in jpeg images.
      Long Description: Stegdetect is an automated tool for detecting steganographic content in images. It is capable of detecting several different steganographic methods to embed hidden information in jpeg images.

      Platform: darwin

      Homepage: http://www.outguess.org/detection.php
      Master Sites: http://www.outguess.org/

      Checksums: md5 850a3551b5c450b9f450a919ad021767

      Patch Files: patch-Makefile.in.diff patch-configure.diff patch-file_Makefile.in.diff patch-stegdetect.c.diff

      configure.args --mandir=${prefix}/share/man
      post-configure {
      reinplace "s|install:|_install:|g" ${worksrcpath}/jpeg-6b/Makefile
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/stegbreak
      xinstall -m 644 -W ${filespath} rules.ini.sample ${destroot}${prefix}/share/stegbreak
      file delete ${destroot}${prefix}/share/magic ${destroot}${prefix}/share/magic.inc ${destroot}${prefix}/share/magic.mime ${destroot}${prefix}/share/man/man1/file.1 ${destroot}${prefix}/share/man/man4/magic.4
      }

      post-activate {
      if {![file exists ${prefix}/share/stegbreak/rules.ini]} {
      file copy ${prefix}/share/stegbreak/rules.ini.sample ${prefix}/share/stegbreak/rules.ini
      }
      }

      platform darwin 8 powerpc {
      configure.compiler gcc-3.3
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.