[124260] trunk/dports/math/add/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Aug 21 15:30:47 PDT 2014


Revision: 124260
          https://trac.macports.org/changeset/124260
Author:   khindenburg at macports.org
Date:     2014-08-21 15:30:47 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
add: add modeline + whitespace changes

Modified Paths:
--------------
    trunk/dports/math/add/Portfile

Modified: trunk/dports/math/add/Portfile
===================================================================
--- trunk/dports/math/add/Portfile	2014-08-21 22:26:56 UTC (rev 124259)
+++ trunk/dports/math/add/Portfile	2014-08-21 22:30:47 UTC (rev 124260)
@@ -1,29 +1,30 @@
+# -*- 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
+PortSystem          1.0
 
-name	   add
-version	   20140105
-categories	math
-platforms	darwin
-license		BSD
-maintainers	jmpp openmaintainer
+name                add
+version             20140105
+categories          math
+platforms           darwin
+license             BSD
+maintainers         jmpp openmaintainer
 
-description	Fixed-point, full screen calculator.
-long_description	add is a fixed-point calculator that operates as a full-screen editor. \
-			It is designed for use as a checkbook or expense-account balancing tool.
+description         Fixed-point, full screen calculator.
+long_description    add is a fixed-point calculator that operates as a full-screen editor. \
+                    It is designed for use as a checkbook or expense-account balancing tool.
 
-homepage	http://dickey.his.com/add/
-master_sites	ftp://invisible-island.net/add/
-extract.suffix	.tgz
+homepage            http://dickey.his.com/add/
+master_sites        ftp://invisible-island.net/add/
+extract.suffix      .tgz
 
 checksums           rmd160  0f48f8f59c7d19565d3134b4bb9c9ec70689ab23 \
                     sha256  f963eef1b513844b3acaff71684d3e26bb77731eaab3e053df3480f3c5d318bd
 
-depends_lib	port:ncurses
+depends_lib         port:ncurses
 
-configure.args	--mandir=${prefix}/share/man --datadir=${prefix}/share/doc/${name}
+configure.args      --mandir=${prefix}/share/man --datadir=${prefix}/share/doc/${name}
 
-livecheck.type	regex
-livecheck.url	${master_sites}
-livecheck.regex	"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/568f36d4/attachment.html>


More information about the macports-changes mailing list