summaryrefslogtreecommitdiff
path: root/cad/dinotrace
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-11Convert to buildlink3.snj1-5/+5
2004-01-28There's no need to use 'USE_X11BASE' in dinotrace package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-12Remove info files from PLIST files.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08one INFO_FILES occurrence is enough.seb1-3/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15update to 9.1kdrochner2-5/+5
* Changes in Dinotrace 9.1k 06/06/2003 **** Fix crash with busses that are replicated with different widths. * Changes in Dinotrace 9.1j 03/22/2003 **** When window is resized, keep same percentage of trace visible. **** Fix File Reread duplicating signals. [Uwe Bonnes] **** Fix File Reread with identically named signals. **** Fix dropping of 0s on signals > 32 bits. [Jason Mancini] **** Fix coredump on read and GCC 3.2. [Jason Mancini]
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-23update to dinotrace-9.1idmcmahill2-5/+5
From the NEWS file: * Changes in Dinotrace 9.1i 03/07/2003 *** Display values with appropriate leading 0s. [Dan McMahill] *** Fix 0 extension of verilog values. [Dominik Strasser, Bill Welch]
2002-10-14update to dinotrace-9.1hdmcmahill2-5/+5
Changes in Dinotrace 9.1h 08/30/2002 *** Save_duplicates is now on by default. **** Fixed several bugs when save_duplicates is enabled. **** Updated Windows install. [Greg Loxtercamp] **** Fixed coredump reading wide ascii traces. [Vitaly Oratovsky]
2002-09-21buildlink1 -> buildlink2jlam1-4/+3
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-3/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-10update to dinotrace-9.1g from 9.1ddmcmahill2-5/+5
Changes in Dinotrace 9.1g 01/24/2002 *** Reread all traces on receiving a USR1 signal. [Uwe Bonnes] **** Allow value searches on one-bit signals. [Vitaly Oratovsky] Changes in Dinotrace 9.1f 01/08/2002 *** Let right button terminate Zoom click. [Uwe Bonnes] **** Fixed Emacs 21.0 incompatibility with back-annotation. **** Hacked around bug causing window manager crash when using Examine inside Zoom. [Uwe Bonnes] * Changes in Dinotrace 9.1e 11/16/2001 *** Allow 1-bit wide signals to have statenames. [Dominik Strasser] *** Eliminate common prefix from postscript dumps. [Dominik Strasser] *** Show count of posedges and negedges in value examine.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-17Build uses perl to generate some important headers.jlam1-1/+3
2001-09-12Use x11.buildlink.mk instead of USE_X11.jlam1-1/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-3/+4
2001-05-24Update to dinotrace-9.1ddmcmahill2-5/+5
Changes are: * Changes in Dinotrace 9.1d 5/24/2001 *** Fixed missing 0's in display of >64 bit numbers. [Amitvikram Rajkhowa] *** Fixed stripping of characters after bus prefix. [Steve Hoover] * Changes in Dinotrace 9.1c 2/13/2001 *** Fixed Verilog reading ignoring the hiearchy separator. [Dominik Strasser]
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-09update to dinotrace-9.1bdmcmahill5-1290/+10
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]
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-17homepage moveddmcmahill1-2/+2
2000-11-23update to dinotrace-9.0ldmcmahill4-28/+5
from the NEWS file: * Changes in Dinotrace 9.0l 8/30/2000 ** Added support for femtosecond Verilog timescales [Derek Bosch]
2000-07-26-update to Dinotrace 9.0kdmcmahill8-269/+446
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]
2000-07-06Fix typo in Makefile - patch mailed back to the pkg's Authorhubertf2-1/+15
2000-06-12fix the patch so it works....dmcmahill2-5/+5
2000-06-12fix the .info file so thatdmcmahill2-1/+17
install-info --delete %D/info/dinotrace.info %D/info/dir actually work.
2000-03-14Initial import of dinotrace-9.0gdmcmahill9-0/+1131
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.