Port details on branch 2024Q1 |
- dinotrace Graphical signal trace waveform viewer
- 9.4f_7 cad =0 9.4f_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2024-03-27 00:00:05
- Last Update: 2024-03-26 23:51:49
- Commit Hash: bb5373b
- License: GPLv3+
- WWW:
- https://www.veripool.org/wiki/dinotrace
- Description:
- Dinotrace is a signal waveform tracing tool that supports traces in the form of
Verilog Value Change Dump (VCD), ASCII, Verilator, Tempest CCLI, COSMOS, Chango
and Decsim Binary. Dinotrace is also equipped with an interface to GNU Emacs.
Dinotrace was conceived in the early 1980's by Allen Gallotta at Digital
Equipment Corporation, who wrote the code and supported it through version 4.2.
When created, it was the first graphical display tool for the simulators being
designed at Digital.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- dinotrace>0:cad/dinotrace
- Conflicts:
- CONFLICTS_INSTALL:
- dinotrace
- dinotrace-emacs_*
- To install the port:
- cd /usr/ports/cad/dinotrace/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/dinotrace
- pkg install dinotrace
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dinotrace
- Package flavors (<flavor>: <package>)
- full: dinotrace
- canna: dinotrace-emacs_canna
- nox: dinotrace-emacs_nox
- devel_full: dinotrace-emacs_devel
- devel_nox: dinotrace-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1661897543
SHA256 (dinotrace-9.4f.tgz) = a45b462da5797496d1d305b6f7953ee7572e0201d9e4a4678bfd4580447621be
SIZE (dinotrace-9.4f.tgz) = 1292431
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- verilog-mode.el>0 : cad/verilog-mode.el@full
- emacs-29.3 : editors/emacs@full
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xmu.pc : x11-toolkits/libXmu
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- indexinfo : print/indexinfo
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dinotrace-9.4f_7:
EMACS=on: Install Emacs supplimentary files
===> Use 'make config' to modify these settings
- Options name:
- cad_dinotrace
- USES:
- gmake motif perl5 tar:tgz xorg emacs:run
- pkg-message:
- For install:
- To activate dinotrace Emacs extensions add the following lines
to your Emacs configuration file (usually ~/.emacs):
;; Dinotrace mode
(autoload 'dinotrace-update "dinotrace" "Update dinotrace annotations in this buffer" t)
(autoload 'dinotrace-mode "dinotrace" "Toggle dinotrace annotations in this buffer" t)
(global-set-key "\C-x\C-aa" 'dinotrace-update)
(global-set-key "\C-x\C-ad" 'dinotrace-mode)
;; Sim-Log mode
(autoload 'sim-log-mode "sim-log" "Mode for Simulation Log files." t)
(setq auto-mode-alist (append (list '("\\.log$" . sim-log-mode)) auto-mode-alist))
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.4f_7 26 Mar 2024 23:51:49 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492
(cherry picked from commit 26421ac37c3c013c7809400976c866a8f70db436) |
9.4f_6 26 Mar 2024 23:41:02 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615
(cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48) |