Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv32485
Added Files:
f77chk.info fcat.info
Log Message:
move fortran tools to stable.
--- NEW FILE: fcat.info ---
Package: fcat
Version: 1.0
Revision: 1
Description: FORTRAN Coverage Analysis Tool
Architecture: powerpc, i386, x86_64
License: OSI-Approved
# Unpack Phase:
Source:http://www2.research.att.com/~yifanhu/SOFTWARE/FCAT/fcat.tar.gz
Source-MD5: c10e54ac7359415b53493f5625131792
# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
echo 'Nothing to compile for a perl script.'
<<
# Install Phase:
DocFiles: README example/*.f90 example/Makefile
InstallScript: <<
#!/bin/sh -ev
# programs
mkdir -p %i/bin
install -m 755 bin/fcat %i/bin
<<
DescDetail: <<
The FCAT tool is used for the Coverage Analysis of FORTRAN codes.
This includes
- finding out "cold-spot" in Fortran codes (the part of
the codes that are never executed), and flags these
parts line-by-line.
- finding out "hot-spot" in Fortran codes (the part of
the codes that are most frequently executed), and gives
a line by line profile.
It is designed to working mainly with F90/F95, even through it can
also work with fixed formatted FORTRAN, thus F77.
<<
DescUsage: <<
see the README and example files in %p/share/doc/fcat/
<<
DescPort: Nothing special so far
Homepage: http://www2.research.att.com/~yifanhu/SOFTWARE/FCAT
Maintainer: Karl-Michael Schindler <[email protected]>
--- NEW FILE: f77chk.info ---
Package: f77chk
Version: 1.2.2f
Revision: 1
Description: Fortran77 source code checker
Architecture: powerpc, i386, x86_64
License: GPL
# Unpack Phase:
Source: ftp://spdg1.sci.shizuoka.ac.jp/pub/%n/%n-%v.tgz
Source-MD5: 26e525900276c15aad8be8a60dfa6baa
SourceDirectory: .
Patchscript: <<
sed -i.bak 's|library.def|%p/etc/library.def|g' f77chk.pl
sed -i.bak 's|/usr/local/bin/|/usr/bin/|g' f77chk.pl
<<
# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
echo 'Nothing to compile for a perl script.'
<<
# Install Phase:
DocFiles: COPYING README*
InstallScript: <<
#!/bin/sh -ev
# program
mkdir -p %i/bin
install -m 755 f77chk.pl %i/bin
# definition file
mkdir -p %i/etc
install -m 644 library.def %i/etc
<<
DescDetail: <<
F77chk is written in Perl and checks consistencies of arguments at every
calls to externals in source files. Including definition files, in which
definitions of externals in libraries are listed, entire consistencies of
arguments can be checked to reduce run time errors. A definition file
for a library can be generated by f77chk automatically if the source code
is available, or by hand referring user's manuals, for example.
<<
DescUsage: <<
Simply do:
f77chk.pl [options] file1 ...
for further details see the README files in %p/share/doc/f77chk/
<<
DescPort: <<
Changed the position of library.def from the executable directory to
%p/etc/library.def.
<<
Homepage: http://spdg1.sci.shizuoka.ac.jp/f77chk/indexe.html
Maintainer: Karl-Michael Schindler <[email protected]>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs