Package: iverilog-snapshot # Remember to fix Source line as well: Version: 20070421 Revision: 10 Depends: readline5-shlibs, bzip2-shlibs Provides: verilog Conflicts: iverilog Replaces: iverilog # 3.3 for 10.3, 4.0 for 10.4: GCC: 3.3 # bison from Xcode 1.5+Nov2004 (ver. 1.2.8) works, but some versions from # Fink (1.875 and later, but not including 2.0) break the build. BuildDepends: gperf, readline5, libncurses5, bison (>= 2.0), bzip2-dev Source: ftp://ftp.icarus.com/pub/eda/verilog/snapshots/verilog-%v.tar.gz Source-MD5: f3aa1c625e0710bdf91be09dd3f64f76 # SourceDirectory: verilog-%v # Patch: %n.patch # Bug list: # # Needs testing/patch: # * math.c shift overflow DocFiles: << BUGS.txt COPYING QUICK_START.txt README.txt attributes.txt cadpli/cadpli.txt glossary.txt ieee1364-notes.txt ivl_target.txt ivlpp/ivlpp.txt lpm.txt macosx.txt netlist.txt swift.txt t-dll.txt tgt-fpga/fpga.txt tgt-vvp/README.txt:README.tgt-vvp.txt vpi.txt vvp/README.txt:README.vvp.txt vvp/opcodes.txt vvp/vpi.txt:vpi-within-vvp.txt vvp/vthread.txt xilinx-hint.txt xnf.txt xnf2pcf.sh << # DocFiles found with: 'find . -name "*.txt"' # Additional DocFiles: COPYING # Ignored DocFiles: INSTALL cygwin.txt mingw.txt solaris/* ConfigureParams: --mandir=%p/share/man CompileScript: << #! /bin/sh -ev ### For G3/G4: PPC_OPT="-O3 -mcpu=750 -mtune=7400" ### For G4: # PPC_OPT="-O3 -mcpu=7400" ### For G5: (untested) # PPC_OPT="-O3 -mcpu=G5" DFLT_OPT="-O3" case "%m" in powerpc) CFLAGS="$CFLAGS $PPC_OPT" CXXFLAGS="$CXXFLAGS $PPC_OPT" ./configure %c ;; *) CFLAGS="$CFLAGS $DFLT_OPT" CXXFLAGS="$CXXFLAGS $DFLT_OPT" ./configure %c ;; esac make << InstallScript: << make install prefix=%i mandir=%i/share/man install -d -m 755 %i/share/doc/%n/examples/vvp install -c -p -m 644 examples/* %i/share/doc/%n/examples install -c -p -m 644 vvp/examples/* %i/share/doc/%n/examples/vvp ranlib %i/lib/lib*.a << Description: Icarus Verilog (development snapshot) DescDetail: << Icarus Verilog is a Verilog compiler that generates a variety of engineering formats, including XNF and EDIF netlists for synthesis, and waveform files from simulation. It strives to be true to the IEEE-1364 standard. This package is a development snapshot. If you would like the latest tested release, please use the iverilog package. A testbench is available at http://sourceforge.net/projects/ivtest << DescPort: << Instructions from macos.txt were followed, adapting them for the Fink way of doing things. << DescPackaging: << $LastChangedRevision: 455 $ in my local repository. << License: GPL Homepage: http://www.icarus.com/eda/verilog/ Maintainer: Charles Lepple