Argus-clients version 3.0.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    argus-clients  most recent diff


    version 3.0.0

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The argus-clients Portfile 48009 2009-03-12 19:06:43Z ryandesign macports.org $

      PortSystem 1.0

      Name: argus-clients
      Version: 3.0.0
      Revision: 1
      Category: net
      Maintainers: googlemail.com:usx303 openmaintainer

      Homepage: http://www.qosient.com/argus/
      Description: Network Audit Record Generation and Utilization System
      Long Description: Argus is a real-time Flow Monitor that is designed to perform comprehensive IP network traffic auditing.

      Platform: darwin
      depends_lib path:bin/perl:perl5 port:rrdtool

      Master Sites: ftp://qosient.com/pub/argus/src/
      Checksums: md5 69220c898c0a3ad612292eaecdec70d2 sha1 d3055bed8050cc7e13f30c60ec17683e58d4e13c rmd160 eda4bcaec5ec53528feb2336e311abe719b7b438


      Variant: no_ragraph description {Build without ragraph (no dependencies on rrdtool)} {
      depends_lib-delete port:rrdtool
      }

      post-destroot {
      move "${destroot}${prefix}/argus" "${destroot}${prefix}/share/argus"
      delete "${destroot}${prefix}/bin/argusbug"
      if {[variant_isset no_ragraph]} {
      delete "${destroot}${prefix}/bin/ragraph"
      } else {
      reinplace "s|#! /usr/bin/perl|#! ${prefix}/bin/perl|" ${destroot}${prefix}/bin/ragraph
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.