diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-02 02:44:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-02 02:44:13 +0000 |
commit | 4a2924291386f77d3ea4c1b190afd629a9f384e8 (patch) | |
tree | e3b7bef3adb873b7262978543cb740a3fd86c8d7 /cad/dinotrace | |
parent | 5101bfd049faaa4eba2fd4dc328003cffebe8e71 (diff) | |
download | pkgsrc-4a2924291386f77d3ea4c1b190afd629a9f384e8.tar.gz |
Update to dinotrace-9.3c
* Dinotrace 9.3c 1/2/2007
*** Add signed decimal radix. [by Uwe Bonnes]
*** Builds now take place in "obj_dir" to keep them distinct from sources.
**** Fix VCD files with 10 or 100 femtosecond resolution.
**** Fix dinotrace.el complaint about bad verilog-mode.el version.
[Joseph Holtgrefe]
**** Fix core dump when no fonts are available. [Dmitri Belimov]
* Dinotrace 9.3b 3/13/2006
*** Fix line number incrementing in Verilog errors. [Uwe Bonnes]
* Dinotrace 9.3a 6/13/2005
*** Fix too small buttons under openmotif.
*** Fix missing keyboard accelerators under openmotif.
* Dinotrace 9.2b 5/03/2005
*** The default extension for Verilog dumps is now .vcd instead of .dmp.
**** Fix traces containing only real numbers. [Vitor Antunes]
**** Fix segfault when doing signal adds. [Guy Hutchinson]
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 8 | ||||
-rw-r--r-- | cad/dinotrace/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index aa3c7736690..b833f50760e 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.39 2007/02/22 19:26:09 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/03/02 02:44:13 dmcmahill Exp $ # -DISTNAME= dinotrace-9.3a -PKGREVISION= 2 +DISTNAME= dinotrace-9.3c CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ +EXTRACT_SUFX= .tgz MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= Tool for viewing the output of digital simulators GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= YES USE_TOOLS+= gmake perl .include "../../mk/motif.buildlink3.mk" diff --git a/cad/dinotrace/distinfo b/cad/dinotrace/distinfo index 8af60cfefaa..37ac75a818d 100644 --- a/cad/dinotrace/distinfo +++ b/cad/dinotrace/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/12/28 14:09:27 joerg Exp $ +$NetBSD: distinfo,v 1.12 2007/03/02 02:44:13 dmcmahill Exp $ -SHA1 (dinotrace-9.3a.tar.gz) = e580ebd19deb79602e9b1ab060acaa2f0f17734c -RMD160 (dinotrace-9.3a.tar.gz) = f38baa2fe8eeecd9ac1c5611ba9cb03b65a97eaa -Size (dinotrace-9.3a.tar.gz) = 561741 bytes +SHA1 (dinotrace-9.3c.tgz) = ed37f7fde4f69d42ee3904d363b35fd1be0a44bc +RMD160 (dinotrace-9.3c.tgz) = 545d60ef99e7e878cc9380fef805deca6ad77cce +Size (dinotrace-9.3c.tgz) = 521395 bytes SHA1 (patch-aa) = abe6d33f6788b6aaf418c0cc68bbd10dee44294b |