Subject: pkg/11396: package submission for devel/ftnchek
To: None <gnats-bugs@gnats.netbsd.org>
From: Jason Beegan <jasontd@indigo.ie>
List: netbsd-bugs
Date: 11/01/2000 19:18:16
>Number:         11396
>Category:       pkg
>Synopsis:       package submission for devel/ftnchek
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 01 19:06:41 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jason Beegan
>Release:        1.5_ALPHA NetBSD
>Organization:

>Environment:
	
System: NetBSD tarnhelm.verklaerung.net 1.5_ALPHA NetBSD 1.5_ALPHA (Kurwenal) #0: Thu Oct 5 19:05:34 PDT 2000 root@tarnhelm.verklaerung.net:/usr/src/sys/arch/i386/compile/Kurwenal i386


>Description:
I would like to submit a package to the pkgsrc collection.
You will find it at

	http://indigo.ie/~jasontd/pkgsrc-devel-ftnchek.tar.gz


COMMENT:
Ftnchek is a static analyzer for Fortran programs

DESCR:

Ftnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran 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 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 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.

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: