bro version 1.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    bro  most recent diff


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



      # $Id: Portfile 32348 2007-12-26 20:23:54Z pmq macports.org $

      PortSystem 1.0

      Name: bro
      Version: 1.2
      Category: net security
      Platform: darwin
      Maintainers: pmq

      Description: BRO is a Network Intrusion Detection System
      Long Description: Bro is an open-source, Unix-based Network Intrusion Detection System (NIDS) that passively monitors network traffic and looks for suspicious activity.

      Homepage: http://bro-ids.org
      master_sites ftp://bro-ids.org
      distname bro-${version}
      checksums sha1 fbafd2568be1e1c1cad9a92e5051e728b0a0b046 rmd160 a7cbf4992b69d4ca49d842f99d61d3f6d6de5679

      livecheck.check regex
      livecheck.url ${homepage}/download.html
      livecheck.regex "${master_sites}/bro-(\[0-9a-z.\]+)-stable${extract.suffix}"

      # use the system-provided flex
      depends_lib port:libpcap port:bison port:openssl port:perl5.8

      configure.pre_args --prefix=${prefix}/share/bro
      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man --bindir=${prefix}/bin --libdir=${prefix}/lib

      post-activate {
      ui_msg "You'll need to set your BROHOME to ${prefix}/share/bro and your BROPATH to ${prefix}/share/bro/site:${prefix}/share/bro/policy to use the provided policies)."
      }

      Variant: ipv6 description "Enable IPv6 processing" {
      configure.args-append --enable-brov6
      }

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

     Where to find more information:

    Darwin Ports



    image test