Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv3287/10.4/stable/main/finkinfo/devel
Modified Files:
fcat.info
Log Message:
fcat: update with fixing uppercase source dir and a patch. Also move to 10.7.
Index: fcat.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/fcat.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fcat.info 14 Jun 2011 11:29:46 -0000 1.1
+++ fcat.info 23 Feb 2012 14:39:58 -0000 1.2
@@ -1,13 +1,23 @@
Package: fcat
Version: 1.0
-Revision: 1
+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/fcat.tar.gz
+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: <<
@@ -21,31 +31,31 @@
InstallScript: <<
#!/bin/sh -ev
# programs
- mkdir -p %i/bin
- install -m 755 bin/fcat %i/bin
+ 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
+ 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 "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.
+ - 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.
+ 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/
+ see the README and example files in %p/share/doc/fcat/
<<
-DescPort: Nothing special so far
+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