---
name: ftnchek
version: 3.3.1
origin: devel/ftnchek
comment: Fortran 77 semantic checking utility
arch: freebsd:9:x86:64
www: http://www.dsm.fordham.edu/~ftnchek/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 379005
desc: |
  ftnchek (short for Fortran checker) is designed to detect certain errors
  in a Fortran 77 program that a compiler usually does not.  ftnchek is not
  primarily intended to detect syntax errors.  Its purpose is to assist the
  user in finding semantic errors.  Semantic errors are legal in the Fortran
  77 language but are wasteful or may cause incorrect operation.  For example,
  variables which are never used may indicate some omission in the program;
  uninitialized variables contain garbage which may cause incorrect results
  to be calculated; and variables which are not declared may not have the
  intended type.  ftnchek is intended to assist users in the debugging of
  their Fortran 77 program.  It is not intended to catch all syntax errors.
  This is the function of the compiler.  Prior to using ftnchek, the user
  should verify that the program compiles correctly.

  WWW:  http://www.dsm.fordham.edu/~ftnchek/
categories: [devel]
files:
  /usr/local/bin/dcl2inc: 58f3afe990f72054d2d310b4092a50c38f71943423b1470f49ac0302fac65f12
  /usr/local/bin/ftnchek: ea4dc0f7e2e4ae11f420db16da2f588a79639dcd7174cd2e2c15c6846734f91f
  /usr/local/man/man1/dcl2inc.1.gz: b06fa2f557409322cfee46e25a6e7215aa76008d9ff1da8004393554a078fcad
  /usr/local/man/man1/ftnchek.1.gz: 7a455b0d4aa550e01b5d8e3afacdf872edbae29ac613ef00a273eb0df5c9d6a9
  /usr/local/share/emacs/site-lisp/ftnchek.el: 30aa810d0c31230728dff3540c06eaf5c8158d8c256dbc121aff3d974b041bb1
  /usr/local/share/ftnchek/dcl2inc.awk: 91635ad81beb0ad5d9b24562a2c8b0d7763c29c24faecf888a35851380a8026b
  /usr/local/share/licenses/ftnchek-3.3.1/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/ftnchek-3.3.1/MIT: 3507caa9b70264bdbe49eff56f570238ee9294ead5d32982e642c249e3053bd4
  /usr/local/share/licenses/ftnchek-3.3.1/catalog.mk: 86c0cdca9ce534ab26bf21e239a3ce4346f7a7232d15b9c330076d0ef3e86d21
directories:
  /usr/local/share/licenses/ftnchek-3.3.1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/ftnchek/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
