[150011] trunk/dports/math/libqalculate/Portfile

mf2k at macports.org mf2k at macports.org
Fri Jul 8 07:38:56 PDT 2016


Revision: 150011
          https://trac.macports.org/changeset/150011
Author:   mf2k at macports.org
Date:     2016-07-08 07:38:56 -0700 (Fri, 08 Jul 2016)
Log Message:
-----------
libqalculate: Spacing tweaks. Maintainer approved.

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

Modified: trunk/dports/math/libqalculate/Portfile
===================================================================
--- trunk/dports/math/libqalculate/Portfile	2016-07-08 14:35:15 UTC (rev 150010)
+++ trunk/dports/math/libqalculate/Portfile	2016-07-08 14:38:56 UTC (rev 150011)
@@ -1,38 +1,39 @@
 # -*- 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
-PortGroup   github 1.0
+PortSystem          1.0
+PortGroup           github 1.0
 
-github.setup    qalculate libqalculate 0.9.8
+github.setup        qalculate libqalculate 0.9.8
 
-categories	math
-platforms	darwin
-maintainers	gmail.com:jjstickel
-license     GPL-2+
+categories          math
+platforms           darwin
+maintainers         gmail.com:jjstickel
+license             GPL-2+
 
-description	libqalculate is math libary for expression evaluation \
-		with units, variables and functions support and CAS \
-		functionality.
+description \
+                    libqalculate is math libary for expression evaluation \
+                    with units, variables and functions support and CAS \
+                    functionality.
 
 long_description \
-		libqalculate is math libary for expression evaluation \
-		with units, variables and functions support and CAS \
-		functionality.  This library directly supports the \
-		GUI interface qalculate-gtk or qalculate-kde.
+                    libqalculate is math libary for expression evaluation \
+                    with units, variables and functions support and CAS \
+                    functionality.  This library directly supports the \
+                    GUI interface qalculate-gtk or qalculate-kde.
 
-master_sites    https://github.com/${github.author}/${github.project}/files/316260
+master_sites        https://github.com/${github.author}/${github.project}/files/316260
 
-checksums       rmd160  aec2d6aa507bff6fc64755e9ba44ce5e72586fe5 \
-    sha256  0dd74d36885ab8d98f1268e17950426af2eb93ab9e819703ded230b042cceb5c
+checksums           rmd160  aec2d6aa507bff6fc64755e9ba44ce5e72586fe5 \
+                    sha256  0dd74d36885ab8d98f1268e17950426af2eb93ab9e819703ded230b042cceb5c
 
-patchfiles    patch-libqalculate_unordered.diff
+patchfiles          patch-libqalculate_unordered.diff
 patch.pre_args      -p1
 
 depends_build-append    port:intltool \
-    port:pkgconfig
+                        port:pkgconfig
 
-depends_lib-append    port:cln\
-    port:libxml2\
-    path:lib/pkgconfig/glib-2.0.pc:glib2\
-    port:readline
+depends_lib-append      port:cln\
+                        port:libxml2\
+                        path:lib/pkgconfig/glib-2.0.pc:glib2\
+                        port:readline
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160708/bc62bacc/attachment.html>


More information about the macports-changes mailing list