Libpreludedb version 0.9.15.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    libpreludedb  most recent diff


    version 0.9.15.1

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


      # -*- 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 libpreludedb Portfile 58230 2009-09-24 16:45:22Z ryandesign macports.org $

      PortSystem 1.0

      Name: libpreludedb
      Version: 0.9.15.1
      Category: security
      Maintainers: googlemail.com:usx303 openmaintainer

      Description: Prelude Universal SIM - database wrapper

      Long Description: Prelude is a Universal "Security Information Management" (SIM) system. Prelude collects, normalizes, sorts, aggregates, correlates and reports all security-related events independently of the product brand or license giving rise to such events.

      Homepage: http://www.prelude-ids.org/
      Master Sites: ${homepage}/download/releases/libpreludedb/

      Platform: darwin
      build.type gnu

      Checksums: md5 792b6ce058e4b9db44279409dbc662a3 sha1 dce8c3de03c186796e66c965da9be7af91125d3a rmd160 cecb601fd04fcbbab03bb9d49a15a0f80adcd92d


      configure.args --without-mysql --without-sqlite --without-pgsql --without-perl --without-python

      depends_lib port:libprelude

      #destroot.keepdirs # ${destroot}${prefix}/var/spool/prelude # ${destroot}${prefix}/etc/prelude/profile

      #post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" }

      default_variants +sqlite3
      Variant: python24 conflicts python25 description {python2.4 bindings} {
      configure.args-delete --without-python
      configure.args-append --with-python=${prefix}/bin/python2.4
      depends_lib-append port:python24
      }

      Variant: python25 conflicts python24 description {python2.5 bindings} {
      configure.args-delete --without-python
      configure.args-append --with-python=${prefix}/bin/python2.5
      depends_lib-append port:python25
      }

      Variant: perl description {perl bindings} {
      configure.args-delete --without-perl
      configure.args-append --with-perl=${prefix}/bin/perl5.8
      depends_lib-append port:perl5.8
      }

      Variant: sqlite3 description {sqlite3 database support} {
      configure.args-delete --without-sqlite
      depends_lib-append port:sqlite3
      }

      #variant mysql4 description {mysql4 database support} {
      # configure.args-delete --without-mysql
      # configure.args-append --with-mysql
      # depends_lib-append port:mysql4
      #}

      #variant mysql5 description {mysql5 database support} {
      # configure.args-delete --without-mysql
      # configure.args-append --with-mysql
      # depends_lib-append path:bin/mysql_config5:mysql5
      #}

      #variant postgresql description {postgresql database support} {
      # configure.args-delete --without-pgsql
      # configure.args-append --with-pgsql
      # depends_lib-append port:postgreql
      #}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.