Download and Install sguil-client version 0.6.1 on Mac OS X
Thursday the 3rd of July, 2008

    sguil-client  most recent diff


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



      # $Id: Portfile 30637 2007-11-01 17:39:57Z markd macports.org $

      PortSystem 1.0

      Name: sguil-client
      Version: 0.6.1
      Category: security net
      Maintainers: nomaintainer
      Description: GUI Console for Sguil Network Security Monitor
      Long Description: ${description}
      Platform: darwin
      Homepage: http://sguil.sf.net
      master_sites sourceforge:sguil
      checksums md5 68d209f882d4c8fa9c200ba0924b00b3
      worksrcdir sguil-${version}
      depends_build port:itcl port:tclx port:itk port:iwidgets port:tcllib port:tcl-tls port:openssl

      use_configure no
      build {}

      post-patch {
      reinplace "s|set SGUILLIB ./lib|set SGUILLIB ${prefix}/lib/sguil|g" ${worksrcpath}/client/sguil.conf
      reinplace "s|set ETHEREAL_PATH /usr/sbin/ethereal|set ETHEREAL_PATH ${prefix}/bin/ethereal|g" ${worksrcpath}/client/sguil.conf
      reinplace "s|set SERVERHOST demo.sguil.net|set SERVERHOST localhost|g" ${worksrcpath}/client/sguil.conf
      reinplace "s|set MAILSERVER mail.example.com|set MAILSERVER localhost|g" ${worksrcpath}/client/sguil.conf
      }

      destroot {

      set sguilbin ${prefix}/bin
      set sguillib ${prefix}/lib/sguil
      set sguildoc ${prefix}/share/doc/sguil
      set sguiletc ${prefix}/etc/sguil

      xinstall -m 755 -d ${destroot}${sguilbin}
      xinstall -m 755 ${worksrcpath}/client/sguil.tk ${destroot}${sguilbin}
      xinstall -m 755 -d ${destroot}${sguillib}
      system "cp -R ${worksrcpath}/client/lib/* ${destroot}${sguillib}"
      xinstall -m 755 -d ${destroot}${sguildoc}
      system "cp ${worksrcpath}/doc/* ${destroot}${sguildoc}"
      xinstall -m 755 -d ${destroot}${sguiletc}
      xinstall -m 755 ${worksrcpath}/client/sguil.conf ${destroot}${sguiletc}/sguil.conf.sample
      }

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

     Where to find more information:

    Darwin Ports



    image test