Ticket #47423: Portfile-libsmi-whitespace.diff

File Portfile-libsmi-whitespace.diff, 3.5 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
     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 101822 2013-01-20 18:30:25Z jeremyhu@macports.org $
    23
    3 PortSystem 1.0
     4PortSystem          1.0
    45
    5 name            libsmi
    6 version         0.4.8
    7 categories      net
    8 platforms       darwin
    9 license         Permissive
    10 maintainers     nomaintainer
    11 description     Library to Access SMI MIB Information
     6name                libsmi
     7version             0.4.8
     8categories          net
     9platforms           darwin
     10license             Permissive
     11maintainers         nomaintainer
     12description         Library to Access SMI MIB Information
    1213long_description    The core of the libsmi distribution is a library \
    13         that allows management applications to access SMI MIB module \
    14         definitions. On top of this library, there are tools to check, \
    15         analyze dump, convert, and compare MIB definitions. Finally, the \
    16         distribution contains a steadily maintained and revised archive of \
    17         all IETF and IANA maintained standard MIB and PIB modules. \
    18         The library is internally divided into two layers. The upper layers \
    19         represent the API to applications that make use of libsmi. \
    20         Furthermore, the upper layer holds the MIB information in common \
    21         internal data structures. The lower layer contains the drivers that \
    22         implement the access to persistent MIB module repositories. \
    23         Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \
    24         module files exist. A driver for an early draft of SMIng is also \
    25         present.
    26 homepage        http://www.ibr.cs.tu-bs.de/projects/libsmi/
    27 master_sites    ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
    28 configure.args  --mandir=${prefix}/share/man
     14                    that allows management applications to access SMI MIB module \
     15                    definitions. On top of this library, there are tools to check, \
     16                    analyze dump, convert, and compare MIB definitions. Finally, the \
     17                    distribution contains a steadily maintained and revised archive of \
     18                    all IETF and IANA maintained standard MIB and PIB modules. \
     19                    The library is internally divided into two layers. The upper layers \
     20                    represent the API to applications that make use of libsmi. \
     21                    Furthermore, the upper layer holds the MIB information in common \
     22                    internal data structures. The lower layer contains the drivers that \
     23                    implement the access to persistent MIB module repositories. \
     24                    Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \
     25                    module files exist. A driver for an early draft of SMIng is also \
     26                    present.
     27                   
     28homepage            http://www.ibr.cs.tu-bs.de/projects/libsmi/
     29master_sites        ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
     30
     31configure.args      --mandir=${prefix}/share/man
     32
    2933checksums           md5     760b6b1070738158708649ed2c63425e \
    3034                    sha1    77c512ccbdd29667d152398b0dcde533aed57b49 \
    3135                    rmd160  66fbe0e0128c4134cce386aaf754a48bb2d2580e
    3236
    33 livecheck.type  regex
    34 livecheck.url   ${master_sites}
    35 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
     37livecheck.type      regex
     38livecheck.url       ${master_sites}
     39livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
    3640