Port details |
- dinotrace Graphical signal trace waveform viewer
- 9.4c_14 cad
=1 Version 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: 2004-07-06 05:04:36
- Last Update: 2022-07-20 14:20:58
- Commit Hash: b46abf8
- People watching this port, also watch:: p5-type1inst, screen, python
- License: GPLv3+
- 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.
WWW: https://www.veripool.org/wiki/dinotrace
- SVNWeb : git : Homepage
- 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_*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- 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:
- SHA256 (dinotrace-9.4c.tgz) = 039d97b50cfefb5a0b31b60e188ab068be7c8aa9cdf73c873a390ed2b7370499
SIZE (dinotrace-9.4c.tgz) = 785793
- 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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- verilog-mode.el>0 : cad/verilog-mode.el@full
- emacs-28.1 : 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.4c_14:
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: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:20:58 9.4c_14 |
Tobias C. Berner (tcberner)  |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
07 Apr 2022 22:12:44 9.4c_14 |
Joseph Mingrone (jrm)  |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
10 Jan 2022 15:15:39 9.4c_13 |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
15 Nov 2021 15:19:58 9.4c_13 |
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
01 Oct 2021 22:55:27 9.4c_12 |
Joseph Mingrone (jrm)  |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
06 Apr 2021 14:31:07 9.4c_11 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2021 00:40:45
9.4c_11 |
jrm  |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
12 Aug 2020 18:30:07
9.4c_10 |
jrm  |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
07 Jan 2020 04:55:40
9.4c_9 |
jrm  |
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012 |
04 Nov 2019 21:36:13
9.4c_8 |
zeising  |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'. |
13 Aug 2019 16:00:39
9.4c_8 |
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
10 Nov 2018 18:12:58
9.4c_8 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
16 Oct 2018 09:30:07
9.4c_7 |
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
20 Jun 2018 16:59:37
9.4c_7 |
mat  |
Use EMACS_FLAVOR for dependencies.
FLAVOR is the flavor of the current port, and it should not trickle
down.
Sponsored by: Absolight |
31 May 2018 01:18:05
9.4c_7 |
jrm  |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
01 Feb 2018 18:03:10
9.4c_6 |
jrm  |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
12 Sep 2017 15:38:57
9.4c_5 |
ashish  |
Chase Emacs update |
01 Apr 2016 13:29:17
9.4c_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
19 Aug 2015 13:41:52
9.4c_4 |
mat  |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight |
19 Aug 2015 13:30:00
 |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
27 Apr 2015 10:29:28
9.4c_4 |
ashish  |
- Chase GNU Emacs updates
PR: 199553 |
05 Nov 2014 13:19:32
9.4c_3 |
ashish  |
- Chase GNU Emacs updates
PR: 194624 |
29 Jul 2014 19:11:53
9.4c_2 |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
20 Jan 2014 20:33:59
9.4c_2 |
antoine  |
Stage support |
20 Sep 2013 15:58:42
9.4c_2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
03 Aug 2013 13:44:01
9.4c_2  |
mat  |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
09 Jul 2013 21:49:36
9.4c_2 |
bapt  |
Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake |
30 Mar 2013 05:13:30
9.4c_2 |
ashish  |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above ) |
04 Sep 2012 17:05:44
9.4c_1 |
ashish  |
Chase Emacs updates |
05 Aug 2012 08:19:31
9.4c |
miwi  |
- Remove some empty files |
05 Aug 2012 05:06:20
9.4c |
miwi  |
- Update to 9.4c
PR: 170135
Submitted by: Ports Fury |
01 Jun 2012 13:18:22
9.3.f_1  |
bapt  |
Convert to new options framework |
24 Oct 2011 03:33:20
9.3.f_1 |
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
11 Aug 2011 19:20:17
9.3.f_1  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
02 May 2011 12:44:53
9.3.f_1 |
makc  |
Bump PORTREVISION after open-mofit update |
20 Mar 2011 12:54:45
9.3.f |
miwi  |
- Get Rid MD5 support |
12 Jan 2009 10:31:44
9.3.f |
stas  |
- Update to 9.3f.
- Add option for installing emacs mode files. |
12 Jan 2009 09:01:17
9.3.b_2 |
stas  |
- Take maintainership. |
19 Apr 2008 17:56:05
9.3.b_2  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
19 May 2007 20:32:57
9.3.b_1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21 Oct 2006 10:14:27
9.3.b |
rafan  |
- Make it fetchable
Tarball is renamed to .tgz.
PR: ports/104636
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: portmgr (erwin) |
06 Sep 2006 01:48:04
9.3.b |
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
24 May 2006 15:24:18
9.3.b |
garga  |
Update to 9.3.b
PR: ports/97102
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer timeout (14 days) |
22 Jan 2006 08:20:48
9.2.b |
edwin  |
SHA256ify
Approved by: krion@ |
12 Oct 2005 06:25:10
9.2.b |
linimon  |
Update maintainer's email address. |
17 May 2005 17:10:17
9.2.b |
novel  |
Update to 9.2.b.
PR: 80966
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: Joachim Str?mbergson (maintainer) |
28 Feb 2005 04:25:50
9.1 |
kris  |
BROKEN: Size mismatch. Fix typo. |
22 Aug 2004 20:20:53
9.1 |
krion  |
Fix build with gcc-3.4
Pet portlint. |
05 Jul 2004 21:02:41
9.1 |
pav  |
Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations.
PR: ports/68688
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> |