mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
507 B
Text
8 lines
507 B
Text
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.
|