Port details |
- digital Digital logic designer and circuit simulator
- 0.31 cad =3 0.31Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-07-22 16:31:23
- Last Update: 2025-01-06 11:23:40
- Commit Hash: c71682e
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, pdfgrep
- Also Listed In: java
- License: GPLv3
- WWW:
- https://github.com/hneemann/Digital
- Description:
- Features:
* Visualization of signal states with measurement graphs.
* Single gate mode to analyze oscillations.
* Analysis and synthesis of combinatorial and sequential circuits.
* Simple testing of circuits: You can create test cases and execute them to
verify your design.
* Includes a simple editor for finite state machines (FSM). A FSM can then be
converted to a state transition table and a circuit implementing the FSM.
* Contains a library with the most commonly used 74xx series integrated circuits
* Supports generic circuits. This allows the creation of circuits that can be
parameterized when used. In this way, it is possible, for e.g., to create a
barrel shifter with a selectable bit width.
* Supports large circuits: The "Conway's Game of Life" example consists of about
2400 active components and works just fine.
* It is possible to use custom components which are implemented in Java and
packed in a jar file. See this example for details.
* Simple remote TCP interface which e.g. allows an assembler IDE to control the
simulator.
* Components can be described using VHDL or Verilog. The open source VHDL
simulator ghdl needs to be installed to simulate a VHDL defined component, and
the open source Verilog simulator Icarus Verilog is required to simulate a
Verilog defined component.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/digital/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/digital
- pkg install digital
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: digital
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736160346
SHA256 (digital-0.31-deps.tar.gz) = 91c392ca4fe6fd7bc8ea8d97269b54689a8b71764909ae9e64fe45c2bc6d0478
SIZE (digital-0.31-deps.tar.gz) = 82873684
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:
-
- maven>0 : devel/maven
- update-desktop-database : devel/desktop-file-utils
- java : java/openjdk17
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- java : java/openjdk17
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- cad_digital
- USES:
- desktop-file-utils java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.31 06 Jan 2025 11:23:40 |
Yuri Victorovich (yuri) |
cad/digital: update 0.29 → 0.31 |
0.29 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
0.29 11 Mar 2024 09:09:45 |
Michael Osipov (michaelo) |
*/*: properly depend on Maven package
devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.
Approved by: jrm (mentor), otis (mentor), vvd
Differential Revision: https://reviews.freebsd.org/D44229 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.29 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.29 10 Jun 2022 17:06:06 |
Yuri Victorovich (yuri) |
cad/digital: Fix build on aarch64
Java-8 crashes on aarch64. Changed to Java-17.
Reported by: fallout |
0.29 24 May 2022 03:21:33 |
Yuri Victorovich (yuri) |
cad/digital: Update 0.27 -> 0.29 |
0.27_1 28 May 2021 01:37:40 |
Yuri Victorovich (yuri) |
cad/digital: Install icons and desktop file provided by the project
PR: 256210
Reported by: Duane <parakleta@darkreality.org> |
0.27 23 Apr 2021 07:56:17 |
Yuri Victorovich (yuri) |
cad/digital: Update 0.26.1 -> 0.27 |
0.26.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.26.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.26.1 26 Feb 2021 19:05:07 |
yuri |
cad/digital: Update 0.26 -> 0.26.1 |
0.26 15 Feb 2021 00:20:45 |
yuri |
cad/digital: Update 0.25 -> 0.26 |
0.25 06 Sep 2020 15:18:22 |
yuri |
cad/digital: Update 0.24 -> 0.25 |
0.24 30 May 2020 01:55:24 |
yuri |
cad/digital: Update 0.22-250 -> 0.24 |
0.22.250 22 Jul 2019 16:56:46 |
yuri |
cad/digital: Update 0.22 -> 0.22-250
They just got rid of the git repository version lookup, and it can now be
supplied through maven arguments. |
0.22 22 Jul 2019 16:31:16 |
yuri |
New port: cad/digital: Digital logic designer and circuit simulator |