[128085] trunk/dports/math/gnuplot/Portfile

mojca at macports.org mojca at macports.org
Wed Nov 12 15:01:43 PST 2014


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

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

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2014-11-12 22:55:32 UTC (rev 128084)
+++ trunk/dports/math/gnuplot/Portfile	2014-11-12 23:01:43 UTC (rev 128085)
@@ -1,76 +1,77 @@
 # -*- 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                     4.6.6
-categories                  math science
+name                gnuplot
+version             4.6.6
+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}
-dist_subdir                 ${name}/${version}
+homepage            http://gnuplot.sourceforge.net/
+master_sites        sourceforge:project/gnuplot/gnuplot/${version}
+dist_subdir         ${name}/${version}
 
-distfiles-append            ${name}.pdf
-extract.only                ${distname}.tar.gz
-checksums                   ${distname}.tar.gz \
-                            rmd160  eb1185c94d93d19b272311c71d93ba3402eea030 \
-                            sha256  1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274 \
-                            ${name}.pdf \
-                            rmd160  659b2bba04077c3b048b6e501dde870e9f62d413 \
-                            sha256  b26ebf783ef9422856b9be5e8904e7901708baee5c7e86a6bf2dab71de8f9100
+distfiles-append    ${name}.pdf
+extract.only        ${distname}.tar.gz
+checksums           ${distname}.tar.gz \
+                    rmd160  eb1185c94d93d19b272311c71d93ba3402eea030 \
+                    sha256  1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274 \
+                    ${name}.pdf \
+                    rmd160  659b2bba04077c3b048b6e501dde870e9f62d413 \
+                    sha256  b26ebf783ef9422856b9be5e8904e7901708baee5c7e86a6bf2dab71de8f9100
 
-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:libcerf \
-                            port:libiconv \
-                            port:libpng \
-                            port:ncurses \
-                            port:readline \
-                            port:zlib
+depends_lib         port:expat \
+                    port:fontconfig \
+                    port:gd2 \
+                    port:jpeg \
+                    port:libcerf \
+                    port:libiconv \
+                    port:libpng \
+                    port:ncurses \
+                    port:readline \
+                    port:zlib
 
-patchfiles                  patch-configure-aquaterm.diff
+patchfiles          patch-configure-aquaterm.diff
 
-minimum_xcodeversions       {9 3.1}
+minimum_xcodeversions \
+                    {9 3.1}
 
-configure.args              --with-readline=${prefix} \
-                            --with-gd=${prefix} \
-                            --without-aquaterm \
-                            --without-x \
-                            --infodir='\${prefix}/share/info' \
-                            --mandir='\${prefix}/share/man' \
-                            --without-lisp-files \
-                            --disable-wxwidgets \
-                            --without-bitmap-terminals \
-                            --without-cairo \
-                            --without-latex \
-                            --without-lua \
-                            --without-pdf \
-                            --without-tutorial
+configure.args      --with-readline=${prefix} \
+                    --with-gd=${prefix} \
+                    --without-aquaterm \
+                    --without-x \
+                    --infodir='\${prefix}/share/info' \
+                    --mandir='\${prefix}/share/man' \
+                    --without-lisp-files \
+                    --disable-wxwidgets \
+                    --without-bitmap-terminals \
+                    --without-cairo \
+                    --without-latex \
+                    --without-lua \
+                    --without-pdf \
+                    --without-tutorial
 
 variant aquaterm description "Enable AquaTerm terminal" {
     depends_lib-append      port:aquaterm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/aca60c16/attachment.html>


More information about the macports-changes mailing list