the Fink project is an effort to port
popular Unix programs to Mac OS X
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
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