diff options
author | tg <tg@FreeBSD.org> | 1997-06-30 20:13:10 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-06-30 20:13:10 +0800 |
commit | b6345baee64246b47a378622b81e38e2e696505e (patch) | |
tree | 33bee2ed29d24d1f75012b521b30472178955f51 /devel/f77flow/pkg-descr | |
parent | 90f27370913dbb403f0beb05c941e9396b92a719 (diff) | |
download | freebsd-ports-gnome-b6345baee64246b47a378622b81e38e2e696505e.tar.gz freebsd-ports-gnome-b6345baee64246b47a378622b81e38e2e696505e.tar.zst freebsd-ports-gnome-b6345baee64246b47a378622b81e38e2e696505e.zip |
Import f77flow port. As the name suggests, f77flow analyzes
the structure of FORTRAN code.
PR: 3956
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'devel/f77flow/pkg-descr')
-rw-r--r-- | devel/f77flow/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/f77flow/pkg-descr b/devel/f77flow/pkg-descr new file mode 100644 index 000000000000..01d61c512f92 --- /dev/null +++ b/devel/f77flow/pkg-descr @@ -0,0 +1,19 @@ +This little program analyses the structure of FORTRAN source-code. As a +result you get a little flow diagram in which you can recognize which +SUBROUTINE is called by the program. Further all subroutines called from this +one are displayed. The indciation of the displayed names is a degree for the +level. + +A new addition is the change of the starting point for an analyse. Instead to +check the whole source-code you can start with a special SUBROUTINE and see +the depence of this one. + +The number of files which contain the routines are not restricted by the +program. + +You can report the CALL- and/or SUBROUTINE-statements together with filenames +and line numbers to special files. + +Dirk Geschke +geschke@physik.uni-kassel.de +7. March 1997 |