Ticket #15962: Portfile-whitespaces.diff

File Portfile-whitespaces.diff, 2.5 KB (added by usx303@…, 16 years ago)

Portfile patch fixes whitespaces

  • (a) Portfile vs. (b) Portfile-whitespaces

    a b  
     1# -*- 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
    12# $Id: Portfile 30252 2007-10-23 02:19:43Z jmpp@macports.org $
    23
    3 PortSystem        1.0
     4PortSystem      1.0
    45
    5 name              prelude-lml
    6 version           0.9.10.1
    7 categories        security
    8 maintainers       nomaintainer
    9 
    10 description       Prelude Network Intrusion Detection System Log Monitoring Lackey
    11 
    12 long_description  Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \
    13                   Detection Message Exchange Format) IETF standard.  It enables security \
    14                   sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \
    15                   over 30 types of system logs, and many others to verify an attack \
    16                   by performing automatic correlation between events.
    17 
    18 homepage          http://www.prelude-ids.org
    19 master_sites      http://www.prelude-ids.org/download/releases/ \
    20                   http://www.prelude-ids.org/download/releases/old/
    21 platforms         darwin
    22 build.type        gnu
    23 checksums         md5 48d2ecba50bbad8d3265e6ab0fc80c4a
    24 configure.args    --mandir=${prefix}/share/man \
    25                   --with-html-dir=${prefix}/share/doc
    26 depends_lib       port:pcre \
    27                   port:libprelude
     6name            prelude-lml
     7version         0.9.10.1
     8categories      security
     9maintainers     nomaintainer
     10
     11description     Prelude Network Intrusion Detection System Log Monitoring Lackey
     12
     13long_description \
     14        Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \
     15        Detection Message Exchange Format) IETF standard.  It enables security \
     16        sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \
     17        over 30 types of system logs, and many others to verify an attack \
     18        by performing automatic correlation between events.
     19
     20homepage        http://www.prelude-ids.org
     21
     22master_sites    http://www.prelude-ids.org/download/releases/ \
     23                http://www.prelude-ids.org/download/releases/old/
     24
     25platforms       darwin
     26build.type      gnu
     27checksums       md5 48d2ecba50bbad8d3265e6ab0fc80c4a
     28
     29configure.args  --mandir=${prefix}/share/man \
     30                --with-html-dir=${prefix}/share/doc
     31
     32depends_lib     port:pcre \
     33                port:libprelude