the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: drawtiming
Version: 0.7
Revision: 1
Maintainer: Alexander Hansen
Description: Program to generate circuit timing diagrams
Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
Source-MD5: 6ef094ec2290499c367d9bd26d248b15
SourceDirectory:%{ni}-%v
GCC: 4.0
Depends: <<
bzip2-shlibs,
libtiff-shlibs,
libpng3-shlibs,
libjpeg-shlibs,
libxml2-shlibs,
lcms-shlibs,
freetype219-shlibs,
imagemagick1-shlibs (>= 6.4.0-1),
imagemagick, (>= 6.4.0-1)
ghostscript,
x11
<<
BuildDepends: <<
bzip2-dev,
lcms,libtiff,libjpeg,
libpng3,
libxml2,
freetype219,
imagemagick1-dev (>= 6.4.0-1),
x11-dev
<<
Conflicts: %{ni}, %{ni}-nox
Replaces: %{ni}, %{ni}-nox
PatchScript: perl -pi -e 's/-lgnugetopt//g' configure
SetCXXFLAGS: -L%p/lib/freetype219/lib
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
install -d %i/share/%n
install -d %i/share/%n/samples
install samples/* %i/share/%n/samples
<<
License: GPL
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
DocFiles: AUTHORS ChangeLog COPYING INSTALL README NEWS THANKS
DescDetail:<<
This software package provides a command line tool for documenting hardware
and software designs through timing diagrams. It reads signal descriptions
from a text file with an intuitive syntax, and outputs a timing diagram to an
image file. Notation typical of timing diagrams found in the Electrical
Engineering discipline is used, including arrows indicating causal
relationships between signal transitions.
Use the -nox variant if you don't require X11 support.
<<
DescPackaging: <<
The -nox splitoff uses ghostscript-nox and imagemagick-nox.
The non-obvious dependencies came from running 'otool -L' on the executable.
0.6.2 and later--install samples.
libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
<<
HomePage: http://drawtiming.sourceforge.net