Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv3287/10.7/stable/main/finkinfo/devel

Added Files:
        fcat.info 
Log Message:
fcat: update with fixing uppercase source dir and a patch. Also move to 10.7.

--- NEW FILE: fcat.info ---
Package: fcat
Version: 1.0
Revision: 2
Description: FORTRAN Coverage Analysis Tool
Architecture: powerpc, i386, x86_64
License: OSI-Approved

# Unpack Phase:
Source:http://www2.research.att.com/~yifanhu/SOFTWARE/FCAT/%n.tar.gz
Source-MD5: c10e54ac7359415b53493f5625131792
SourceDirectory: FCAT

# patch to correctly treat dimension declarations. send upstream.
# '&' represent the existing string, '$' is the separator
# '\' is the esc character and therefore needs to be escaped in the 
# replacemant string. i.e. '\\' gives '\' in the result.
PatchScript: <<
#!/bin/sh -ev
  sed -i.bak 's$dimension.*||$&         /^(\\s*dimension\\s+)/i ||$g' bin/fcat
<<

# 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: See notes for the PatchScript.
Homepage: http://www2.research.att.com/~yifanhu/SOFTWARE/FCAT
Maintainer: Karl-Michael Schindler <[email protected]>


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to