mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
cc9b2e7ec2
- Trim Makefile header - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Do not use GMAKE - Use PLIST_FILES instead of pkg-plist PR: ports/180578 Submitted by: Anton Shterenlikht <mexas bris.ac.uk>
11 lines
540 B
Plaintext
11 lines
540 B
Plaintext
fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs.
|
|
|
|
Historically, the source code preprocessor found in standard C compilers,
|
|
cpp, has been used to provide Fortran programmers with preprocessing
|
|
capabilities. However, cpp is too closely tied into the C language syntax
|
|
and source line format to be used without careful scrutiny. The proposed
|
|
Fortran PreProcessor, fpp, would provide Fortran-specific source code
|
|
capabilities that C programmers have come to expect in UNIX environments.
|
|
|
|
WWW: http://netlib.org/fortran/
|