Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24156

Added Files:
        f77chk.info 
Log Message:
Another Fortran helper.

--- 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 <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to