[133548] trunk/dports/x11/grace

mojca at macports.org mojca at macports.org
Wed Mar 4 15:21:22 PST 2015


Revision: 133548
          https://trac.macports.org/changeset/133548
Author:   mojca at macports.org
Date:     2015-03-04 15:21:22 -0800 (Wed, 04 Mar 2015)
Log Message:
-----------
grace: whitespace only

Modified Paths:
--------------
    trunk/dports/x11/grace/Portfile
    trunk/dports/x11/grace/files/patch-configure.diff

Modified: trunk/dports/x11/grace/Portfile
===================================================================
--- trunk/dports/x11/grace/Portfile	2015-03-04 22:58:18 UTC (rev 133547)
+++ trunk/dports/x11/grace/Portfile	2015-03-04 23:21:22 UTC (rev 133548)
@@ -1,35 +1,34 @@
 # -*- 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			    grace
+name                grace
 version             5.1.24
-categories		    x11 math science print
+categories          x11 math science print
 license             GPL-2+
-platforms		    darwin
-maintainers		    nomaintainer
-description		    WYSIWYG tool to make two-dimensional plots of numerical data
-long_description	${description}
-use_parallel_build	yes
+platforms           darwin
+maintainers         nomaintainer
+description         WYSIWYG tool to make two-dimensional plots of numerical data
+long_description    ${description}
+use_parallel_build  yes
 
-homepage		    http://plasma-gate.weizmann.ac.il/Grace/
-set sub			    grace/src/stable/
-master_sites	    ftp://ftp.fu-berlin.de/unix/graphics/${sub} \
-				    ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/${sub}
+homepage            http://plasma-gate.weizmann.ac.il/Grace/
+set sub             grace/src/stable/
+master_sites        ftp://ftp.fu-berlin.de/unix/graphics/${sub} \
+                    ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/${sub}
 
 checksums           rmd160  39ef831117ca4ebb0f7edfa1a32129a97f9b40c6 \
                     sha256  25767a0d465e2fe999c50b05001aef1f4bf99315c55fdaecf1c52cb0e9be5fec
 
-depends_lib \
-	port:xorg-libXmu \
-	port:xorg-libXp \
-	port:xpm \
-	port:libpng \
-	lib:libXm:openmotif \
-	port:pdflib \
-	port:jpeg \
-	port:zlib
+depends_lib         lib:libXm:openmotif \
+                    port:jpeg \
+                    port:libpng \
+                    port:pdflib \
+                    port:xorg-libXmu \
+                    port:xorg-libXp \
+                    port:xpm \
+                    port:zlib
 
 depends_run         port:openbrowser
 
@@ -43,22 +42,22 @@
                     --x-include=${prefix}/include --x-lib=${prefix}/lib
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc
-	file delete ${destroot}${prefix}/bin
-	file rename ${destroot}${prefix}/lib/grace/bin ${destroot}${prefix}/bin
-	file rename ${destroot}${prefix}/lib/grace/doc ${destroot}${prefix}/share/doc/${name}
-	file rename ${destroot}${prefix}/lib/grace/examples ${destroot}${prefix}/share/doc/${name}/examples
-	file rename ${destroot}${prefix}/lib/grace/include/grace_np.h ${destroot}${prefix}/include/grace_np.h
-	file rename ${destroot}${prefix}/lib/grace/lib/libgrace_np.a ${destroot}${prefix}/lib/libgrace_np.a
-	system "cd ${destroot}${prefix}/share/doc/${name} && ln -s . doc"
-	system "cd ${destroot}${prefix}/share && mv doc/grace/*.1 man/man1/"
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc
+    file delete ${destroot}${prefix}/bin
+    file rename ${destroot}${prefix}/lib/grace/bin ${destroot}${prefix}/bin
+    file rename ${destroot}${prefix}/lib/grace/doc ${destroot}${prefix}/share/doc/${name}
+    file rename ${destroot}${prefix}/lib/grace/examples ${destroot}${prefix}/share/doc/${name}/examples
+    file rename ${destroot}${prefix}/lib/grace/include/grace_np.h ${destroot}${prefix}/include/grace_np.h
+    file rename ${destroot}${prefix}/lib/grace/lib/libgrace_np.a ${destroot}${prefix}/lib/libgrace_np.a
+    system "cd ${destroot}${prefix}/share/doc/${name} && ln -s . doc"
+    system "cd ${destroot}${prefix}/share && mv doc/grace/*.1 man/man1/"
 }
 
 variant netcdf description {Support for NetCDF data files} {
-  depends_lib-append       port:netcdf
-  configure.args-append    --enable-netcdf
+  depends_lib-append        port:netcdf
+  configure.args-append     --enable-netcdf
 }
 
-livecheck.type		regex
-livecheck.url		[lindex ${master_sites} 0]
-livecheck.regex		${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/x11/grace/files/patch-configure.diff
===================================================================
--- trunk/dports/x11/grace/files/patch-configure.diff	2015-03-04 22:58:18 UTC (rev 133547)
+++ trunk/dports/x11/grace/files/patch-configure.diff	2015-03-04 23:21:22 UTC (rev 133548)
@@ -1,6 +1,6 @@
---- configure.orig	2012-09-30 18:31:36.000000000 -0500
-+++ configure	2012-11-02 22:52:16.000000000 -0500
-@@ -8220,15 +8220,13 @@
+--- configure.orig
++++ configure
+@@ -8179,15 +8179,13 @@
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150304/7cc79496/attachment-0001.html>


More information about the macports-changes mailing list