Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30464/devel

Added Files:
        dia2pas.info ftnchek.info pasdoc.info 
Log Message:
long enough in unstable. promotion to stable

--- NEW FILE: ftnchek.info ---
Package: ftnchek
Version: 3.3.1
Revision: 1
Architecture: powerpc, i386
Source: ftp://netlib.org/fortran/ftnchek.tgz
Source-MD5: e1f4ce51ea1a85e7b080ab5d23013f97
SourceDirectory: ftnchek-%v
InstallScript: <<
#!/bin/sh -ev
# programs
   mkdir -p %i/bin
   install -m 755 %b/ftnchek     %i/bin
   strip %i/bin/ftnchek 
   mkdir -p %i/lib
   install -m 644 %b/dcl2inc.awk %i/lib/dcl2inc.awk
   install -m 755 %b/dcl2inc     %i/bin/dcl2inc
# man pages
   mkdir -p %i/share/man/man1
   install -m 644 %b/ftnchek.1   %i/share/man/man1/ftnchek.1
   install -m 644 %b/dcl2inc.man %i/share/man/man1/dcl2inc.1
# doc
   mkdir -p %i/share/doc/%n
   mkdir -p %i/share/doc/%n/html
   mv %b/LICENSE    %i/share/doc/%n
   mv %b/README     %i/share/doc/%n
   mv %b/FAQ        %i/share/doc/%n
   mv %b/INSTALL    %i/share/doc/%n
   mv %b/ToDo       %i/share/doc/%n
   mv %b/PATCHES    %i/share/doc/%n
   mv %b/ftnchek.ps %i/share/doc/%n
   mv %b/dcl2inc.ps %i/share/doc/%n
   mv %b/html/*     %i/share/doc/%n/html
   ln -s html/index.html %i/share/doc/%n/index.html
<<
License: GPL/LGPL
Description: Fortran source code analyzer
DescDetail: <<
ftnchek is a static analyzer for Fortran 77 programs. It 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.
<<
DescUsage: <<
Usage: ftnchek [-option -option ...] filename [filename ...]
 "ftnchek --help" gives a brief list of commandline options
<<
DescPort: <<
 The Makefile contains some rm, which are unnecessary for fink and 
 prevent validation. Therefore, the programs, the man pages and 
 the documentation are installed explicitly.
 Installation of emacs modules is missing for now. Too much work.
<<
Homepage: http://www.dsm.fordham.edu/~ftnchek
Maintainer: Karl-Michael Schindler <karl-michael.schind...@physik.uni-halle.de>

--- NEW FILE: dia2pas.info ---
Package: dia2pas
Version: 1.0
Revision: 1
Description: UML Pascal Codegenerator
Architecture: powerpc, i386
BuildDepends: fpc
Depends: fpc
Suggests: dia
License: GPL

# Unpack Phase:
Source: http://www.uni-ulm.de/~s_mgerla/dia2pas.tar.gz
Source-MD5: 1408d2c4f20168e9f4bc446ff0c1bcb6

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
fpc dia2pas
<<

# Install Phase:
InstallScript: <<
#!/bin/sh -ev
  mkdir %i/bin
  install -m 755 dia2pas %i/bin/dia2pas
<<
DocFiles: AUTHORS COPYING

DescDetail: <<
This code generator generates Pascal source code from UML diagrams 
as created with "dia". For more details, see the homepage:
http://www.uni-ulm.de/~s_mgerla/dia2pas.html
<<

DescUsage: <<
The program dia2pas is invoked by

  dia2pas <xml file> <unit name> <comma separated class names>

Example:

  dia2pas diagramm.xml unit1 tForm,tContainer,tFile

Note:

Dia often saves the the xml files compressed with zip.
If so unzip the file with:

  gunzip -f < diagramm.dia > diagramm.xml

<<

DescPort: Nothing special

Homepage: http://www.uni-ulm.de/~s_mgerla/dia2pas.html
Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>

--- NEW FILE: pasdoc.info ---
Package: pasdoc
Version: 0.11.0
Revision: 2
Architecture: powerpc, i386
Description: Documentation tool for Pascal source code
License: GPL

BuildDepends: fpc

# Unpack Phase
Source: mirror:sourceforge:%n/%n-%v-src.tar.gz
Source-MD5: 6c492e6dcc68f7dce76fedacfc0e92cb

# Compile Phase
SourceDirectory: pasdoc
Compilescript: make

# Install Phase
Installscript: <<
  mkdir -p %i/bin/
  install -c -m 755 bin/pasdoc %i/bin/
<<

# Documentation
DocFiles: LICENSE docs/pasdoc.pdf docs/pasdoc.html docs/pasdoc.css

# Additional Info
DescDetail: <<
 PasDoc is a documentation tool for Pascal and ObjectPascal source code. 
 The documentation is generated from comments found in the source code.
 Available output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml.
 Type "pasdoc --help" to get a better feeling for how PasDoc works.
 Also, see the web page for more information about PasDoc.
<<

Homepage: http://pasdoc.sipsolutions.net/
Maintainer: Karl-Michael Schindler <karl-michael.schind...@physik.uni-halle.de>


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to