Libprelude version 0.9.21.3 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    libprelude  most recent diff


    version 0.9.21.3

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


      # -*- 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 libprelude Portfile 46786 2009-02-13 04:47:32Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: libprelude
      Version: 0.9.21.3
      Category: security
      Maintainers: googlemail.com:usx303 openmaintainer

      Description: Prelude Universal SIM - framework library

      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. Libprelude is a library that guarantees secure connections between all sensors and the Prelude Manager.

      Homepage: http://www.prelude-ids.org/
      Master Sites: ${homepage}/download/releases/libprelude/
      Platform: darwin
      build.type gnu
      Checksums: md5 1d9b16d2d7b6d64c52daae23076c2673 sha1 11a52960f1d9d237c6c47e4ebd7db876af298e3d rmd160 9e14a1a94d32047f33a859050c3dbb1d79f1e503


      depends_lib port:gettext port:gnutls port:libgcrypt port:libgpg-error port:libiconv port:libtasn1 port:zlib

      configure.args --mandir=${prefix}/share/man --with-html-dir=${prefix}/share/doc --localstatedir=${prefix}/var --without-perl --without-python

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

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

      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/perl
      depends_lib-append path:bin/perl:perl5
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.