Changeset 97728


Ignore:
Timestamp:
Sep 13, 2012, 11:47:46 AM (12 years ago)
Author:
stromnov@…
Message:

smartmontools: fix whitespaces, add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/smartmontools/Portfile

    r86525 r97728  
     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$
    23
    3 PortSystem 1.0
     4PortSystem          1.0
    45
    5 name            smartmontools
    6 version         5.42
    7 revision        1
    8 categories      sysutils
    9 maintainers     takanori openmaintainer
    10 description     SMART hard drive monitoring
     6name                smartmontools
     7version             5.42
     8revision            1
     9categories          sysutils
     10license             GPL-2+
     11platforms           darwin
     12
     13maintainers         takanori openmaintainer
     14
     15description         SMART hard drive monitoring
     16
    1117long_description \
    1218    Two utility programs (smartctl and smartd) to control and monitor \
     
    1521    disks. In many cases, these utilities will provide advanced warning \
    1622    of disk degradation and failure.
    17 homepage        http://smartmontools.sourceforge.net/
    18 platforms       darwin
    19 license         GPL-2+
    20 master_sites    sourceforge
    21 checksums       md5     4460bf9a79a1252ff5c00ba52cf76b2a \
    22                 sha1    52f966abeb23458acc0ec734f2d6ab432f6b5a7d \
    23                 rmd160  c8d111719de20319c2f30614726084ee890b3a02
    24 configure.args  --mandir=${prefix}/share/man \
    25                 --enable-drivedb \
    26                 --disable-savestates \
    27                 --disable-attributelog \
    28                 --enable-sample \
    29                 --with-libcap-ng=no
     23
     24homepage            http://smartmontools.sourceforge.net/
     25master_sites        sourceforge
     26
     27checksums           md5     4460bf9a79a1252ff5c00ba52cf76b2a \
     28                    sha1    52f966abeb23458acc0ec734f2d6ab432f6b5a7d \
     29                    rmd160  c8d111719de20319c2f30614726084ee890b3a02
     30
     31configure.args      --mandir=${prefix}/share/man \
     32                    --enable-drivedb \
     33                    --disable-savestates \
     34                    --disable-attributelog \
     35                    --enable-sample \
     36                    --with-libcap-ng=no
    3037
    3138destroot.keepdirs   ${destroot}${prefix}/var/run \
Note: See TracChangeset for help on using the changeset viewer.