[128088] users/mojca/ports/math/gnuplot/Portfile

mojca at macports.org mojca at macports.org
Wed Nov 12 15:14:09 PST 2014


Revision: 128088
          https://trac.macports.org/changeset/128088
Author:   mojca at macports.org
Date:     2014-11-12 15:14:08 -0800 (Wed, 12 Nov 2014)
Log Message:
-----------
mojca/gnuplot: whitespace only

Modified Paths:
--------------
    users/mojca/ports/math/gnuplot/Portfile

Modified: users/mojca/ports/math/gnuplot/Portfile
===================================================================
--- users/mojca/ports/math/gnuplot/Portfile	2014-11-12 23:13:23 UTC (rev 128087)
+++ users/mojca/ports/math/gnuplot/Portfile	2014-11-12 23:14:08 UTC (rev 128088)
@@ -1,74 +1,75 @@
 # -*- 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                   elisp           1.0
-PortGroup                   texlive         1.0
-PortGroup                   xcodeversion    1.0
-PortGroup                   wxWidgets       1.0
+PortSystem          1.0
+PortGroup           elisp           1.0
+PortGroup           texlive         1.0
+PortGroup           xcodeversion    1.0
+PortGroup           wxWidgets       1.0
 
-name                        gnuplot
-version                     5.0.rc3
-categories                  math science
+name                gnuplot
+version             5.0.rc3
+categories          math science
 # the license has some inconvenient requirements that we're not meeting
 # to be allowed to distribute binaries
-license                     Restrictive
+license             Restrictive
 # luckily nothing has to link against this
-installs_libs               no
-platforms                   darwin
-maintainers                 mojca openmaintainer
+installs_libs       no
+platforms           darwin
+maintainers         mojca openmaintainer
 
-description                 A command-driven interactive function plotting program
+description         A command-driven interactive function plotting program
 
-long_description            Gnuplot is a command-driven interactive function \
-                            plotting program. Plots any number of functions, \
-                            built up of C operators, C library functions, and \
-                            some things C does not have like **, sgn(), etc. \
-                            Also support for plotting data files, to compare \
-                            actual data to theoretical curves.
+long_description    Gnuplot is a command-driven interactive function \
+                    plotting program. Plots any number of functions, \
+                    built up of C operators, C library functions, and \
+                    some things C does not have like **, sgn(), etc. \
+                    Also support for plotting data files, to compare \
+                    actual data to theoretical curves.
 
-homepage                    http://gnuplot.sourceforge.net/
-# master_sites              sourceforge:project/gnuplot/gnuplot/${version}
-master_sites                "sourceforge:project/gnuplot/gnuplot/5.0%20release%20candidates"
-dist_subdir                 ${name}/${version}
+homepage            http://gnuplot.sourceforge.net/
+# master_sites      sourceforge:project/gnuplot/gnuplot/${version}
+master_sites        "sourceforge:project/gnuplot/gnuplot/5.0%20release%20candidates"
+dist_subdir         ${name}/${version}
 
-checksums                   rmd160  d04107aa7baf02517317c607563d7d98ada17d07 \
-                            sha256  abf803360db3a83e40423d6bce36e166ea88ae0c1f83614e8b70c12e96d62f15
+checksums           rmd160  d04107aa7baf02517317c607563d7d98ada17d07 \
+                    sha256  abf803360db3a83e40423d6bce36e166ea88ae0c1f83614e8b70c12e96d62f15
 
-depends_build               path:bin/pkg-config:pkgconfig
+depends_build       path:bin/pkg-config:pkgconfig
 
-depends_lib                 port:expat \
-                            port:fontconfig \
-                            port:gd2 \
-                            port:jpeg \
-                            port:libcaca \
-                            port:libcerf \
-                            port:libiconv \
-                            port:libpng \
-                            port:ncurses \
-                            port:readline \
-                            port:zlib
+depends_lib         port:expat \
+                    port:fontconfig \
+                    port:gd2 \
+                    port:jpeg \
+                    port:libcaca \
+                    port:libcerf \
+                    port:libiconv \
+                    port:libpng \
+                    port:ncurses \
+                    port:readline \
+                    port:zlib
 
-minimum_xcodeversions       {9 3.1}
+minimum_xcodeversions \
+                    {9 3.1}
 
-configure.args              --with-readline=${prefix} \
-                            --with-caca=${prefix} \
-                            --with-gd=${prefix} \
-                            --without-aquaterm \
-                            --without-x \
-                            --infodir='\${prefix}/share/info' \
-                            --mandir='\${prefix}/share/man' \
-                            --with-cwdrc \
-                            --disable-wxwidgets \
-                            --without-bitmap-terminals \
-                            --without-cairo \
-                            --without-latex \
-                            --without-lua \
-                            --without-pdf \
-                            --without-qt \
-                            --without-tutorial
+configure.args      --with-readline=${prefix} \
+                    --with-caca=${prefix} \
+                    --with-gd=${prefix} \
+                    --without-aquaterm \
+                    --without-x \
+                    --infodir='\${prefix}/share/info' \
+                    --mandir='\${prefix}/share/man' \
+                    --with-cwdrc \
+                    --disable-wxwidgets \
+                    --without-bitmap-terminals \
+                    --without-cairo \
+                    --without-latex \
+                    --without-lua \
+                    --without-pdf \
+                    --without-qt \
+                    --without-tutorial
 
-#                           --without-lisp-files \
+#                   --without-lisp-files \
 
 variant aquaterm description "Enable AquaTerm terminal" {
     depends_lib-append      port:aquaterm
@@ -130,7 +131,7 @@
                                 "-I${frameworks_dir}/QtSvg.framework/Versions/5/Headers" \
                                 "-I${frameworks_dir}/QtWidgets.framework/Versions/5/Headers"
 
-    configure.args-replace  --without-qt --with-qt=qt5
+    configure.args-replace      --without-qt --with-qt=qt5
 }
 
 # Ideally one would enable just PMB by default, but '--with-bitmap-terminals'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/976347bb/attachment.html>


More information about the macports-changes mailing list