Info2: << Package: flow Version: 3.0 Revision: 13 Type: gcc (11) Description: Fortran source code analyzer BuildDepends: gcc%type_pkg[gcc]-compiler Depends: gcc%type_pkg[gcc]-shlibs License: OSI-Approved Provides: flow Recommends: floppy Source: http://www.netlib.org/floppy/flow3.tgz Source-Checksum: SHA256(45dd03359464b6a85754c88c30ab2b5578a9862f4eddc80e4a4f220bebfa1372) NoSourceDirectory: true PatchScript: << #!/bin/sh -ev sed -i.bak 's|f77|gfortran-fsf-%type_raw[gcc] -fdiagnostics-color=always|g' makefile << # Compile Phase (NOTE: there is no configure): CompileScript: << #!/bin/sh -ev make strip flow << InstallScript: << #!/bin/sh -ev # programs mkdir -p %i/bin install -m 755 %b/flow %i/bin # man pages mkdir -p %i/share/man/manl install -m 644 %b/flow.l %i/share/man/manl/flow.l << DocFiles: copyright flow.ps readme DescDetail: << The FLOW program takes the binary summary file produced by FLOPPY, and can produce various reports on the structure of the original FORTRAN program. << DescUsage: << The FLOW program is invoked by flow [-l] [-c [COMMON chart]] [-q] [-n node] [-s [structure chart]] [-A [argument chart]] [-g [graphics chart]] [-E] [-i ignore list] file << Homepage: http://www.netlib.org/floppy/ Maintainer: Karl-Michael Schindler <<