diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-23 11:07:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-23 11:07:35 +0000 |
commit | 1fc430662ca63ac5718396462bee9d910eaeaeac (patch) | |
tree | ff8f6d456a73c615b7f6a95322e233e3bfaa19fe /cad/dinotrace | |
parent | 35c9a813b561616eb96ae4ca7973e99e6a3e000e (diff) | |
download | pkgsrc-1fc430662ca63ac5718396462bee9d910eaeaeac.tar.gz |
update to dinotrace-9.2a
* Dinotrace 9.2a 12/20/2004
** NEWS file is now renamed Changes.
** Added signal note and cursor note menu items. [Shane Coffman]
** Searching for a non-vector signal will now return a vectored signal.
For example a pattern "Foo" will find "Foo[1:0]." [Shane Coffman]
**** Save cursor notes in Customize save files. [Thomas Dmukauskas]
**** Fix compilation errors on GCC 3.4. [Jaroslaw Gorny]
**** Fix segfault when using grid timerep without grid. [Scott Venier]
* Dinotrace 9.1n 10/22/2004
**** Fix slow file reading with >128 bit __en signals. [Ta-Chung Chang]
**** Fix signed analog display. [Uwe Bonnes]
* Dinotrace 9.1m 04/21/2004
*** Fix duplicate and embeded __en cosmos signals. [Krishna Rangan]
**** Fix buffer overrun bugs. [Samuel Ho]
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 6 | ||||
-rw-r--r-- | cad/dinotrace/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 62a4b14e6d5..556eef3edf4 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:13:12 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/02/23 11:07:35 dmcmahill Exp $ # -DISTNAME= dinotrace-9.1k -PKGREVISION= 2 +DISTNAME= dinotrace-9.2a CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ @@ -15,6 +14,7 @@ INFO_FILES= dinotrace.info USE_BUILDLINK3= YES USE_PERL5= build USE_X11= YES +USE_GNU_TOOLS+= make .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/dinotrace/distinfo b/cad/dinotrace/distinfo index fcfbcb8179c..a1aae300fc6 100644 --- a/cad/dinotrace/distinfo +++ b/cad/dinotrace/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/07/15 09:48:35 drochner Exp $ +$NetBSD: distinfo,v 1.8 2005/02/23 11:07:36 dmcmahill Exp $ -SHA1 (dinotrace-9.1k.tar.gz) = 32a0e4776af61eb4776767d210a8831cd1550daa -Size (dinotrace-9.1k.tar.gz) = 1824040 bytes +SHA1 (dinotrace-9.2a.tar.gz) = 53d1f762cbb52aedd8849f441b299bcf29462603 +Size (dinotrace-9.2a.tar.gz) = 701591 bytes |