[151511] trunk/dports/sysutils/maxwell/Portfile

larryv at macports.org larryv at macports.org
Tue Aug 16 23:19:08 PDT 2016


Revision: 151511
          https://trac.macports.org/changeset/151511
Author:   larryv at macports.org
Date:     2016-08-16 23:19:08 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
maxwell: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/sysutils/maxwell/Portfile

Modified: trunk/dports/sysutils/maxwell/Portfile
===================================================================
--- trunk/dports/sysutils/maxwell/Portfile	2016-08-17 06:16:34 UTC (rev 151510)
+++ trunk/dports/sysutils/maxwell/Portfile	2016-08-17 06:19:08 UTC (rev 151511)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,20 +6,20 @@
 name                maxwell
 version             0.5.1
 categories          sysutils
+platforms           darwin
 license             MIT
 maintainers         nomaintainer
+
 description         Mac OS X SMART disk monitoring/reporting tool
-long_description \
-   Maxwell is a disk monitoring and reporting tool for Mac OS X.  It uses \
-   the IOKit SMART api to check your ATA disks for signs of possible \
-   future failure.  It can run tests on demand, print a report of the \
-   disks performance, or simply report a passing/failing status.
+long_description    Maxwell is a disk monitoring and reporting tool \
+                    for Mac OS X. It uses the IOKit SMART api to check \
+                    your ATA disks for signs of possible future \
+                    failure. It can run tests on demand, print a \
+                    report of the disks performance, or simply report \
+                    a passing/failing status.
+homepage            http://maxwell.sourceforge.net
 
-platforms           darwin
-
-homepage            http://maxwell.sourceforge.net/
 master_sites        sourceforge
-
 checksums           md5 ce5c354b2fed4e237524ad0bc59997a3
 
 patchfiles          patch-maxwell.8
@@ -29,5 +30,5 @@
 build.env           CFLAGS="${configure.cflags} ${configure.cc_archflags}"
 
 destroot.destdir    DESTDIR=${destroot} prefix=${prefix} \
-                       mandir=${prefix}/share/man \
-                       datadir=${prefix}/share/doc/${name}
+                    mandir=${prefix}/share/man \
+                    datadir=${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/c8a2ea68/attachment.html>


More information about the macports-changes mailing list