summaryrefslogtreecommitdiff
path: root/cad/dinotrace
AgeCommit message (Collapse)AuthorFilesLines
2007-03-02Update to dinotrace-9.3cdmcmahill2-8/+8
* 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]
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-03-30* Honor PKGINFODIR.jlam2-3/+4
* List the info files directly in the PLIST.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-28Fix errno.joerg2-1/+15
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-11-18update to dinotrace-9.3admcmahill2-6/+6
Revision history for Dinotrace The contributors that suggested a given feature are shown in []. * Dinotrace 9.3a 06/13/2005 *** Fix too small buttons under openmotif. *** Fix missing keyboard accelerators under openmotif. * Dinotrace 9.2b 05/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]
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-23update to dinotrace-9.2admcmahill2-6/+6
* 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]
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.