diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 21:02:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 21:02:41 +0000 |
commit | 1d253c14f83bac8b6f4888463ef1d241229918b9 (patch) | |
tree | 9b872d3620103afe26f5f535bb99a8b602dc58a5 /cad | |
parent | c7d9688c3ce94c35fa64ef2e48f0d407b580b559 (diff) | |
download | ports-1d253c14f83bac8b6f4888463ef1d241229918b9.tar.gz ports-1d253c14f83bac8b6f4888463ef1d241229918b9.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/dinotrace/Makefile | 24 | ||||
-rw-r--r-- | cad/dinotrace/distinfo | 2 | ||||
-rw-r--r-- | cad/dinotrace/pkg-descr | 10 |
4 files changed, 37 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index f81bc88663d6..3aed16637723 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -13,6 +13,7 @@ SUBDIR += chipmunk SUBDIR += chipvault SUBDIR += cider + SUBDIR += dinotrace SUBDIR += electric SUBDIR += fandango SUBDIR += geda 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/ |