Download and Install base version 1.3.9 on Mac OS X
Wednesday the 23rd of July, 2008

    base  most recent diff


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



      # $Id: Portfile 35207 2008-03-20 17:16:27Z markd macports.org $

      PortSystem 1.0

      Name: base
      Version: 1.3.9
      Category: security
      Maintainers: markd
      Description: Basic Analysis and Security Engine - Snort web frontend
      Long Description: Basic Analysis and Security Engine - based on the ACID project. It provides a web front-end to query and analyze the alerts from SNORT.
      Platform: darwin
      Homepage: http://secureideas.sourceforge.net/
      master_sites sourceforge:secureideas
      checksums md5 66e50f45c6bbf6b0cb2913b8c67f50d6
      depends_run port:gd2 port:adodb

      use_configure no
      build {}

      set basedir ${prefix}/share/${name}
      set docsdir ${prefix}/share/doc/${name}

      destroot {
      xinstall -m 755 -d ${destroot}${basedir}
      xinstall -m 755 -d ${destroot}${docsdir}
      system "cd ${worksrcpath} && cp -R . ${destroot}${basedir}"
      system "cd ${worksrcpath}/docs/ && cp -R . ${destroot}${docsdir}"
      }

      post-activate {
      ui_msg "\n
      Make sure to customize ${prefix}/share/base/base_conf.php.dist
      \n"
      }

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

     Where to find more information:

    Darwin Ports



    image test