Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / fortran-utils / DESCR
1 Fsplit takes as input either a file or standard input containing
2 Fortran 77 source code.  It attempts to split the input into separate
3 routine files of the form name.f, where name is the name of the
4 program unit (e.g. function, subroutine, block data or program).
5
6 Fpr is a filter that transforms files formatted according to Fortran's
7 carriage control conventions into files formatted according to UNIX
8 line printer conventions. Fpr copies its input onto its output,
9 replacing the carriage control characters with characters that will
10 produce the intended effects when printed using lpr(1).