Download and Install prelude-manager version 0.9.10 on Mac OS X
Friday the 5th of September, 2008

    prelude-manager  most recent diff


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



      # $Id: Portfile 34246 2008-02-19 07:20:09Z ryandesign macports.org $

      PortSystem 1.0

      Name: prelude-manager
      Version: 0.9.10
      Category: security
      Maintainers: nomaintainer

      Description: Prelude Network Intrusion Detection System central logging point

      Long Description: Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard. It enables security sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, over 30 types of system logs, and many others to verify an attack by performing automatic correlation between events.

      Homepage: http://www.prelude-ids.org
      master_sites http://www.prelude-ids.org/download/releases/ http://www.prelude-ids.org/download/releases/old/
      Platform: darwin
      checksums md5 7f164d7ec6ffbfc6ab065165ea39b6fd
      build.type gnu
      configure.args --mandir=${prefix}/share/man --with-html-dir=${prefix}/share/doc --localstatedir=${prefix}/var --enable-ssl --disable-mysql --disable-pgsql
      depends_lib port:libxml2 port:libprelude

      post-destroot {
      system "touch ${destroot}${prefix}/var/spool/prelude-manager/.turd"
      reinplace "s|= /var|= ${prefix}/var|g" ${destroot}${prefix}/etc/prelude-manager/prelude-manager.conf
      }
      Variant: no_ssl {
      configure.args-delete --enable-ssl
      configure.args-append --disable-ssl
      }

      Variant: mysql {
      configure.args-delete --disable-mysql
      configure.args-append --enable-mysql
      depends_lib-append lib:libmysqlclient:mysql3
      }

      #variant pgsql {
      # configure.args-delete --disable-pgsql
      # configure.args-append --enable-pgsql
      # depends_lib-append lib::postgresql
      #}


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

     Where to find more information:

    Darwin Ports



    image test