head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.2 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.4.0.30 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.28 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.26 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.24 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.22 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.20 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.18 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.16 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.14 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.12 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.10 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.8 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.6 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.2 pkgsrc-2009Q3-base:1.4 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2013.06.01.14.05.13; author shattered; state dead; branches; next 1.4; commitid tAy10Dq2rFbwYURw; 1.4 date 2009.07.08.15.26.49; author joerg; state Exp; branches; next 1.3; 1.3 date 2001.03.09.11.38.34; author dmcmahill; state dead; branches; next 1.2; 1.2 date 2000.07.26.20.58.38; author dmcmahill; state Exp; branches; next 1.1; 1.1 date 2000.03.14.19.52.48; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.03.14.19.52.48; author dmcmahill; state Exp; branches; next ; desc @@ 1.5 log @Update to 9.4c. Changes: Dinotrace is now distributed under GPL v3 (previously GPL 2). Fix signal radix being lost when trace is reread. Fix core dump when verilog trace has single timestamp. Fix core dump when no hostname in /etc/hosts. Fix message trashing stack and make cppcheck clean. @ text @$NetBSD: patch-ab,v 1.4 2009/07/08 15:26:49 joerg Exp $ --- Makefile.in.orig 2009-07-08 17:24:49.000000000 +0200 +++ Makefile.in @@@@ -156,11 +156,11 @@@@ dinotrace.dvi: dinotrace.texi $(TEXI2DVI) $(srcdir)/dinotrace.texi installdirs: - $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) + $(SHELL) ${srcdir}/mkinstalldirs ${DESTDIR}$(bindir) ${DESTDIR}$(infodir) install: all info installdirs install-info for p in dinotrace; do \ - $(INSTALL_PROGRAM) $$p $(bindir)/$$p; \ + $(INSTALL_PROGRAM) $$p ${DESTDIR}$(bindir)/$$p; \ done @@echo "" @@echo "*** Lisp files not installed, you may want to" @@@@ -171,7 +171,7 @@@@ install: all info installdirs install-in # Don't cd, to avoid breaking install-sh references. install-info: info installdirs for i in *.info*; do \ - $(INSTALL_DATA) $$i $(infodir)/$$i; \ + $(INSTALL_DATA) $$i ${DESTDIR}$(infodir)/$$i; \ done uninstall: @ 1.4 log @user-destdir support @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update to dinotrace-9.1b While here, update MASTER_SITE. changes from last packaged version: * Changes in Dinotrace 9.1b 2/13/2001 **** Documentation updates. * Changes in Dinotrace 9.1a 1/22/2001 ** Added analog waveform format. [Dave Colson] Includes new Signal Waveform menu and signal_waveform command. * Changes in Dinotrace 9.0m 11/21/2000 **** Fixed a bug reading compressed tempest on Digital UNIX. [Steve Hoover] @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2000/07/26 20:58:38 dmcmahill Exp $ d3 25 a27 12 --- configure.in.orig Mon May 1 17:41:26 2000 +++ configure.in Wed Jul 26 16:17:40 2000 @@@@ -23,8 +23,7 @@@@ dnl Checks for programs. dnl CFLAGS generally has a low optimization and -g. Annoying, and too slow. dnl This may need to be changed to support other compilers -CFLAGS="-O2 -g -Wall -DDEBUG" -CFLAGS="-O3" +CFLAGS=${CFLAGS:-"-O3"} AC_PROG_CC AC_PROG_INSTALL AC_PATH_PROG(PERL,perl) @ 1.2 log @-update to Dinotrace 9.0k Changes since 9.0g are (from the NEWS file): Changes in Dinotrace 9.0k 7/17/2000 Fixed bug with $comment after $enddefinitions. [Harunobu Miyashita] Fixed Tempest reading signals over 128 bits. [Ta-Chung Chang] This bug was introduced in 9.0i. Fixed portability bug with Value Examine showing 0s. [Ta-Chung Chang] Fixed Verilog reading with large time intervals. [Matthias Wenzel] Changes in Dinotrace 9.0i 5/1/2000 Major speed improvement in reading Tempest traces. All trace formats now have less processing when building busses from individual bits. [Steve Hoover] ASCII traces assume extra time so last line is not lost. ASCII traces which had timestamps would not show the last state of the bus, as Dinotrace did not guess at how long that last state was valid for. Now, it looks at the smallest time step in the trace, and uses that as a guess at the timescale. [Pani Kodandapani] @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 3 a5 6 don't override CFLAGS --- configure.in.orig Fri Jan 21 15:39:29 2000 +++ configure.in Tue Mar 7 20:52:54 2000 @@@@ -22,6 +22,4 @@@@ d7 2 d11 1 d14 1 @ 1.1.1.1 log @Initial import of dinotrace-9.0g Dinotrace is a tool designed to aid in viewing Verilog Value Change Dump (.vcd), ASCII, Verilator, Tempest CCLI, COSMOS, Chango and Decsim Binary simulation traces. It is optimized for rapid design debugging using X-Windows Mosaic. @ text @@