ftidy stable port information

Package: ftidy
Version: 7.2
Revision: 1
Description: Fortran code formatter
Architecture: powerpc, i386, x86_64
BuildDepends: g77 | g95 | gcc42 | gcc43 | gcc44 | gcc45
License: OSI-Approved

# Unpack Phase:
Source: http://www.unb.ca/fredericton/science/chem/ajit/tidy/tidy72sc.zip
Source-MD5: f940dfa793408368f92af6aab535619b

NoSourceDirectory: true

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
gfortran -o ftidy tidy.for
<<

# Install Phase:
DocFiles: *.txt
ConfFiles: %p/bin/tidy.ini

InstallScript: <<
#!/bin/sh -ev
# programs
mkdir -p %i/bin
install -m 755 ftidy %i/bin/
install -c -m 666 tidy.ini %i/bin/
<<

DescDetail: <<
TIDY v7.2 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. TIDY can
convert some FORTRAN-66 features such as Hollerith constants to
FORTRAN-77. TIDY can either retain DO/END DO loops or convert them to
standard FORTRAN-77 loops. It can change comment specifiers from C, c,
or * to ! as in F90 style. Supports F90 CYCLE, EXIT, DO WHILE loops,
IMPLICIT NONE, INCLUDE statements, long variable names, relational
operators in symbolic form such as == and /=, and the use of underscores
in variable names.
<<

DescUsage: <<
see the files in %p/share/doc/ftidy/
<<

DescPort: Renamed to ftidy because of name conflict with HTML tidy
Homepage: http://www.unb.ca/fredericton/science/chem/ajit/tidy/
Maintainer: Karl-Michael Schindler