aboutsummaryrefslogtreecommitdiff
path: root/cad/dinotrace
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-05 21:02:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-05 21:02:41 +0000
commit1d253c14f83bac8b6f4888463ef1d241229918b9 (patch)
tree9b872d3620103afe26f5f535bb99a8b602dc58a5 /cad/dinotrace
parentc7d9688c3ce94c35fa64ef2e48f0d407b580b559 (diff)
downloadports-1d253c14f83bac8b6f4888463ef1d241229918b9.tar.gz
ports-1d253c14f83bac8b6f4888463ef1d241229918b9.zip
Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations. PR: ports/68688 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
Notes
Notes: svn path=/head/; revision=113000
Diffstat (limited to 'cad/dinotrace')
-rw-r--r--cad/dinotrace/Makefile24
-rw-r--r--cad/dinotrace/distinfo2
-rw-r--r--cad/dinotrace/pkg-descr10
3 files changed, 36 insertions, 0 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile
new file mode 100644
index 000000000000..fe562332601a
--- /dev/null
+++ b/cad/dinotrace/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dinotrace
+# Date created: July 05, 2004
+# Whom: Joachim Strombergson <watchman@ludd.ltu.se>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dinotrace
+PORTVERSION= 9.1
+CATEGORIES= cad
+MASTER_SITES= http://www.veripool.com/ftp/
+DISTNAME= dinotrace-9.1m
+
+MAINTAINER= watchman@ludd.luth.se
+COMMENT= A gaphical signal trace waveform viewer.
+
+GNU_CONFIGURE= yes
+USE_MOTIF= yes
+USE_X_PREFIX= yes
+
+INFO= dinotrace
+PLIST_FILES= bin/dinotrace
+
+.include <bsd.port.mk>
diff --git a/cad/dinotrace/distinfo b/cad/dinotrace/distinfo
new file mode 100644
index 000000000000..7d04b733abbb
--- /dev/null
+++ b/cad/dinotrace/distinfo
@@ -0,0 +1,2 @@
+MD5 (dinotrace-9.1m.tar.gz) = 3cede2a13ae9e89254cb8f53db541b8c
+SIZE (dinotrace-9.1m.tar.gz) = 1825189
diff --git a/cad/dinotrace/pkg-descr b/cad/dinotrace/pkg-descr
new file mode 100644
index 000000000000..18007e49ecfa
--- /dev/null
+++ b/cad/dinotrace/pkg-descr
@@ -0,0 +1,10 @@
+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: http://www.veripool.com/dinotrace/