SlackBuilds Repository

15.0 > Development > ratfor (1.05)

ratfor (ratfor preprocessor for fortran77)

Ratfor is short for Rational Fortran. If you are not familiar with
Ratfor, SEP has a good page about it here:

https://sepwww.stanford.edu/sep/prof/pvi/rat/paper_html/node1.html

...and Brian W. Kernighan's paper on the language can be found here:

http://www.econ.uiuc.edu/~roger/research/repro/ratfor.pdf

Ratfor was used in the classic Software Tools text by Kernighan and
Plauger, published by Addison and Wesley. Ratfor translates Rational
Fortran to Fortran-77, which can then be compiled with a F77 compiler
such as GNU Fortran.

This Linux Ratfor is derived from the public domain ratfor
version 1.0 by Oz, Ken Yap, W. Bauske (IBM), and SEP
(http://sepwww.stanford.edu). It is still in the public domain.

To compile and run a ratfor program:

ratfor -o prog.f prog.r
f77 -o prog prog.f
./prog

There are some sample/test programs in "/usr/doc/ratfor-$VERSION/tests".

Maintained by: B. Watson
Keywords: rational fortran
ChangeLog: ratfor

Homepage:
http://www.dgate.org/ratfor/

Source Downloads:
ratfor-1.05.tar.gz (72266173c45f401bbf12b2098955b080)

Download SlackBuild:
ratfor.tar.gz
ratfor.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
ratfor.SlackBuild
ratfor.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds