[33138] trunk/dports/lang/ftidy/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 19 04:15:55 PST 2008


Revision: 33138
          http://trac.macosforge.org/projects/macports/changeset/33138
Author:   ryandesign at macports.org
Date:     2008-01-19 04:15:51 -0800 (Sat, 19 Jan 2008)

Log Message:
-----------
ftidy: whitespace changes / rearrangement only

Modified Paths:
--------------
    trunk/dports/lang/ftidy/Portfile

Modified: trunk/dports/lang/ftidy/Portfile
===================================================================
--- trunk/dports/lang/ftidy/Portfile	2008-01-19 08:43:47 UTC (rev 33137)
+++ trunk/dports/lang/ftidy/Portfile	2008-01-19 12:15:51 UTC (rev 33138)
@@ -1,55 +1,56 @@
 # $Id$
 
-PortSystem      1.0
-name            ftidy
-version	        7.2
-categories      lang
-maintainers     nomaintainer
-description     Fortran Tidy
+PortSystem              1.0
 
-long_description TIDY v7.2 (ftidy) is a highly configurable FORTRAN program \
-                 to indent and renumber statements, selectively change case \
-                 of keywords or non-keywords, and do various other clean-up \
-                 tasks on FORTRAN-77 source programs.
+name                    ftidy
+version                 7.2
+categories              lang
+maintainers             nomaintainer
+homepage                http://www.unb.ca/fredericton/science/chem/ajit/tidy/
+master_sites            ${homepage}
+distfiles               tidy72sc.zip
+extract.cmd             unzip
+build.target            tidy.for -o ftidy
+set worksrcdir          c
+use_configure           no
+description             Fortran Tidy
 
-homepage        http://www.unb.ca/fredericton/science/chem/ajit/tidy/
-master_sites    ${homepage}
-distfiles       tidy72sc.zip
-checksums       md5 f940dfa793408368f92af6aab535619b
-extract.cmd     unzip
+long_description \
+    TIDY v7.2 (ftidy) is a highly configurable FORTRAN program \
+    to indent and renumber statements, selectively change case \
+    of keywords or non-keywords, and do various other clean-up \
+    tasks on FORTRAN-77 source programs.
+
+checksums \
+    md5 f940dfa793408368f92af6aab535619b
+
 default_variants +gcc42
 
 variant gcc33 {
-depends_build   port:gcc33
-build.cmd       g77-dp-3.3
+    depends_build   port:gcc33
+    build.cmd       g77-dp-3.3
 }
 
 variant gcc34 {
-depends_build   port:gcc34
-build.cmd       g77-dp-3.4
+    depends_build   port:gcc34
+    build.cmd       g77-dp-3.4
 }
 
 variant gcc40 {
-depends_build   port:gcc40
-build.cmd       gfortran-mp-4.0
+    depends_build   port:gcc40
+    build.cmd       gfortran-mp-4.0
 }
 
 variant gcc41 {
-depends_build   port:gcc41
-build.cmd       gfortran-mp-4.1
+    depends_build   port:gcc41
+    build.cmd       gfortran-mp-4.1
 }
 
 variant gcc42 {
-depends_build   port:gcc42
-build.cmd       gfortran-mp-4.2
+    depends_build   port:gcc42
+    build.cmd       gfortran-mp-4.2
 }
 
-build.target    tidy.for -o ftidy
-
-set worksrcdir  c
-
-use_configure   no
-
-destroot        {
-                xinstall -m 755 -W ${worksrcpath} ftidy ${destroot}${prefix}/bin/
+destroot {
+    xinstall -m 755 -W ${worksrcpath} ftidy ${destroot}${prefix}/bin/
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080119/d0b3a324/attachment.html


More information about the macports-changes mailing list