ftidy version 7.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    ftidy  most recent diff


      View the most recent changes for the ftidy port at: ftidy.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for ftidy.
      The raw portfile for ftidy 7.2 is located here:
      http://ftidy.darwinports.com/dports/lang/ftidy/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/ftidy
      Google
      Web Darwinports.com



      # $Id: Portfile 33145 2008-01-19 13:03:32Z ryandesign macports.org $

      PortSystem 1.0

      Name: ftidy
      Version: 7.2
      Category: lang
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://www.unb.ca/fredericton/science/chem/ajit/tidy/
      master_sites ${homepage}
      distname tidy72sc
      use_zip yes
      extract.mkdir yes
      build.target tidy.for -o ftidy
      use_configure no
      universal_variant no
      Description: Fortran Tidy

      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

      if { ![variant_isset gcc33] && ![variant_isset gcc34] && ![variant_isset gcc40] && ![variant_isset gcc41] && ![variant_isset gcc42] } {
      default_variants +gcc42
      }

      Variant: gcc33 conflicts gcc34 gcc40 gcc41 gcc42 description {Build using gcc33} {
      depends_build port:gcc33
      build.cmd g77-dp-3.3
      }

      Variant: gcc34 conflicts gcc33 gcc40 gcc41 gcc42 description {Build using gcc34} {
      depends_build port:gcc34
      build.cmd g77-dp-3.4
      }

      Variant: gcc40 conflicts gcc33 gcc34 gcc41 gcc42 description {Build using gcc40} {
      depends_build port:gcc40
      build.cmd gfortran-mp-4.0
      }

      Variant: gcc41 conflicts gcc33 gcc34 gcc40 gcc42 description {Build using gcc41} {
      depends_build port:gcc41
      build.cmd gfortran-mp-4.1
      }

      Variant: gcc42 conflicts gcc33 gcc34 gcc40 gcc41 description {Build using gcc42 (default)} {
      depends_build port:gcc42
      build.cmd gfortran-mp-4.2
      }

      destroot {
      xinstall -m 755 -W ${worksrcpath} ftidy ${destroot}${prefix}/bin/
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/ftidy
      % sudo port install ftidy
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching ftidy
      ---> Verifying checksum for ftidy
      ---> Extracting ftidy
      ---> Configuring ftidy
      ---> Building ftidy with target all
      ---> Staging ftidy into destroot
      ---> Installing ftidy
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using ftidy with these commands:
      %  man ftidy
      % apropos ftidy
      % which ftidy
      % locate ftidy

     Where to find more information:

    Darwin Ports



    image test