[38502] trunk/dports/security/libprelude/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 22 16:03:03 PDT 2008


Revision: 38502
          http://trac.macosforge.org/projects/macports/changeset/38502
Author:   macsforever2000 at macports.org
Date:     2008-07-22 16:03:02 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------
Whitespace fixes. Changes by usx303 at googlemail.com

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

Modified: trunk/dports/security/libprelude/Portfile
===================================================================
--- trunk/dports/security/libprelude/Portfile	2008-07-22 21:03:11 UTC (rev 38501)
+++ trunk/dports/security/libprelude/Portfile	2008-07-22 23:03:02 UTC (rev 38502)
@@ -1,52 +1,53 @@
+# -*- 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              libprelude
-version           0.9.17.2
-categories        security
-maintainers       nomaintainer
+name            libprelude
+version         0.9.17.2
+categories      security
+maintainers     nomaintainer
 
-description       Prelude Network Intrusion Detection System framework library
+description     Prelude Network Intrusion Detection System framework library
 
-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/libprelude/ 
-platforms         darwin
-build.type        gnu
-checksums         md5 7c769293b4d79be2667993b8a88d42ac \
-                  sha1 c21ce3deb3d2294901f9451adae18829b72cb3bd \
-                  rmd160 710430d97cd90b54a0f70d6500bfacd88faeeea4 
+homepage        http://www.prelude-ids.org/
+master_sites    http://www.prelude-ids.org/download/releases/libprelude/ 
+platforms       darwin
+build.type      gnu
+checksums       md5 7c769293b4d79be2667993b8a88d42ac \
+                sha1 c21ce3deb3d2294901f9451adae18829b72cb3bd \
+                rmd160 710430d97cd90b54a0f70d6500bfacd88faeeea4 
 
-depends_lib       port:gettext port:gnutls port:libgcrypt port:libgpg-error \
-                  port:libiconv port:libtasn1 port:zlib
+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
+configure.args  --mandir=${prefix}/share/man \
+                --with-html-dir=${prefix}/share/doc \
+                --localstatedir=${prefix}/var \
+                --without-perl \
+                --without-python
 
 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
+        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
+        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
+        configure.args-delete	--without-perl
+        configure.args-append	--with-perl=${prefix}/bin/perl5.8
+        depends_lib-append port:perl5.8
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080722/f60f5c9f/attachment.html 


More information about the macports-changes mailing list