Update to dinotrace-mode-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]
This commit is contained in:
parent
4a29242913
commit
1c23f230dc
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/03/02 02:46:15 dmcmahill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dinotrace-9.3a
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}dinotrace-mode-9.3a
|
||||
PKGREVISION= 1
|
||||
DISTNAME= dinotrace-9.3c
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}dinotrace-mode-9.3c
|
||||
CATEGORIES= cad editors
|
||||
MASTER_SITES= http://www.veripool.com/ftp/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= dmcmahill@NetBSD.org
|
||||
HOMEPAGE= http://www.veripool.com/dinotrace/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/11/18 03:58:54 dmcmahill Exp $
|
||||
$NetBSD: distinfo,v 1.4 2007/03/02 02:46:15 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
|
||||
|
|
Loading…
Reference in a new issue