[42131] trunk/dports/security/libpreludedb/Portfile

blb at macports.org blb at macports.org
Sat Nov 15 16:45:51 PST 2008


Revision: 42131
          http://trac.macports.org/changeset/42131
Author:   blb at macports.org
Date:     2008-11-15 16:45:51 -0800 (Sat, 15 Nov 2008)
Log Message:
-----------
security/libpreludedb - whitespace changes, ticket #17255

Modified Paths:
--------------
    trunk/dports/security/libpreludedb/Portfile

Modified: trunk/dports/security/libpreludedb/Portfile
===================================================================
--- trunk/dports/security/libpreludedb/Portfile	2008-11-16 00:34:22 UTC (rev 42130)
+++ trunk/dports/security/libpreludedb/Portfile	2008-11-16 00:45:51 UTC (rev 42131)
@@ -1,32 +1,34 @@
+# -*- 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
 # $Id$
 
-PortSystem        1.0
+PortSystem      1.0
 
-name              libpreludedb
-version           0.9.13
-categories        security
-maintainers       nomaintainer
+name            libpreludedb
+version         0.9.13
+categories      security
+maintainers     nomaintainer
 
-description       Prelude Network Intrusion Detection System framework library for access to Prelude NIDS database
+description     Prelude Network Intrusion Detection System framework library for access to Prelude NIDS database
 
-long_description  The PreludeDB Library provides an abstraction layer upon the type and \
-		  format of the database used to store IDMEF alerts.  It allows developers \
-		  to use the Prelude IDMEF database easily and efficiently without worrying \
-		  about SQL, and to access the database independently of the type/format \
-		  of the database.\
-		  \
-		  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.
+long_description \
+                The PreludeDB Library provides an abstraction layer upon the type and \
+                format of the database used to store IDMEF alerts.  It allows developers \
+                to use the Prelude IDMEF database easily and efficiently without worrying \
+                about SQL, and to access the database independently of the type/format \
+                of the database.\
+                \
+                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/
-platforms         darwin
-checksums         md5 6db651ba88a90c8c23caeb0f1881b465
-build.type        gnu
-configure.args    --mandir=${prefix}/share/man \
-                  --with-html-dir=${prefix}/share/doc
-depends_lib       port:libprelude
+homepage        http://www.prelude-ids.org
+master_sites    http://www.prelude-ids.org/download/releases/ \
+                http://www.prelude-ids.org/download/releases/old/
+platforms       darwin
+checksums       md5 6db651ba88a90c8c23caeb0f1881b465
+build.type      gnu
+configure.args  --mandir=${prefix}/share/man \
+                --with-html-dir=${prefix}/share/doc
+depends_lib     port:libprelude
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081115/2307497b/attachment-0001.html>


More information about the macports-changes mailing list