[38498] trunk/dports/security/prelude-lml/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 22 12:05:08 PDT 2008


Revision: 38498
          http://trac.macosforge.org/projects/macports/changeset/38498
Author:   macsforever2000 at macports.org
Date:     2008-07-22 12:05:07 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------
White space fixes.

Modified Paths:
--------------
    trunk/dports/security/prelude-lml/Portfile

Modified: trunk/dports/security/prelude-lml/Portfile
===================================================================
--- trunk/dports/security/prelude-lml/Portfile	2008-07-22 18:40:15 UTC (rev 38497)
+++ trunk/dports/security/prelude-lml/Portfile	2008-07-22 19:05:07 UTC (rev 38498)
@@ -1,27 +1,33 @@
+# -*- 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              prelude-lml
-version           0.9.10.1
-categories        security
-maintainers       nomaintainer
+name            prelude-lml
+version         0.9.10.1
+categories      security
+maintainers     nomaintainer
 
-description       Prelude Network Intrusion Detection System Log Monitoring Lackey
+description     Prelude Network Intrusion Detection System Log Monitoring Lackey
 
-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.
+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/
-platforms         darwin
-build.type        gnu
-checksums         md5 48d2ecba50bbad8d3265e6ab0fc80c4a
-configure.args    --mandir=${prefix}/share/man \
-                  --with-html-dir=${prefix}/share/doc
-depends_lib       port:pcre \
-                  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
+build.type      gnu
+checksums       md5 48d2ecba50bbad8d3265e6ab0fc80c4a
+
+configure.args  --mandir=${prefix}/share/man \
+                --with-html-dir=${prefix}/share/doc
+
+depends_lib     port:pcre \
+                port:libprelude
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080722/8011d0a9/attachment.html 


More information about the macports-changes mailing list