[88819] trunk/dports/sysutils/gtime/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 12 13:00:51 PST 2012


Revision: 88819
          http://trac.macports.org/changeset/88819
Author:   ryandesign at macports.org
Date:     2012-01-12 13:00:51 -0800 (Thu, 12 Jan 2012)
Log Message:
-----------
gtime: add modeline; adjust whitespace and formatting to conform to it

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

Modified: trunk/dports/sysutils/gtime/Portfile
===================================================================
--- trunk/dports/sysutils/gtime/Portfile	2012-01-12 20:59:30 UTC (rev 88818)
+++ trunk/dports/sysutils/gtime/Portfile	2012-01-12 21:00:51 UTC (rev 88819)
@@ -1,25 +1,32 @@
+# -*- 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
-name             gtime
-version          1.7
-revision         1
-categories       sysutils
-maintainers      nomaintainer
-description      GNU implementation of time(1)
-long_description \
-    The `time' command runs another program, then displays information \
-    about the resources used by that program, collected by the system \
-    while the program was running. You can select which information is \
-    reported and the format in which it is shown, or have `time' save \
-    the information in a file instead of displaying it on the screen.
-homepage         http://www.gnu.org/software/time/
-platforms        darwin
-master_sites     gnu:time
-distname         time-${version}
-checksums        md5 e38d2b8b34b1ca259cf7b053caac32b3
+PortSystem          1.0
 
-configure.args   --program-prefix=g
+name                gtime
+version             1.7
+revision            1
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
 
-destroot.destdir prefix=${destroot}${prefix} \
-                 infodir=${destroot}${prefix}/share/info
+description         GNU implementation of time(1)
+
+long_description    The 'time' command runs another program, then displays \
+                    information about the resources used by that program, \
+                    collected by the system while the program was running. \
+                    You can select which information is reported and the \
+                    format in which it is shown, or have 'time' save the \
+                    information in a file instead of displaying it on the \
+                    screen.
+
+homepage            http://www.gnu.org/software/time/
+master_sites        gnu:time
+distname            time-${version}
+
+checksums           md5     e38d2b8b34b1ca259cf7b053caac32b3
+
+configure.args      --program-prefix=g
+
+destroot.destdir    prefix=${destroot}${prefix} \
+                    infodir=${destroot}${prefix}/share/info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120112/ba963c99/attachment.html>


More information about the macports-changes mailing list