diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-10-27 07:29:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-10-27 07:29:14 +0000 |
commit | eebbbcafb4a651ce8841ef51de6f0ed3c11416be (patch) | |
tree | 5a3951ad9408c2c1801afda8cbf1f87f5da7b926 /cad | |
parent | f9e47f4d073a5fc179249f04967ef5d422a1652d (diff) | |
download | ports-eebbbcafb4a651ce8841ef51de6f0ed3c11416be.tar.gz ports-eebbbcafb4a651ce8841ef51de6f0ed3c11416be.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/fasm/Makefile | 23 | ||||
-rw-r--r-- | cad/fasm/distinfo | 3 | ||||
-rw-r--r-- | cad/fasm/pkg-descr | 7 |
4 files changed, 0 insertions, 34 deletions
diff --git a/cad/Makefile b/cad/Makefile index bbebc82c4541..753f51a82fa3 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -22,7 +22,6 @@ SUBDIR += dinotrace SUBDIR += electric SUBDIR += electric-ng - SUBDIR += fasm SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad diff --git a/cad/fasm/Makefile b/cad/fasm/Makefile deleted file mode 100644 index 96f254c620d5..000000000000 --- a/cad/fasm/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fasm -PORTVERSION= g20190920 -CATEGORIES= cad python - -MAINTAINER= yuri@FreeBSD.org -COMMENT= FPGA assembly (FASM) parser and generator - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}textX>0:lang/py-textX@${PY_FLAVOR} - -USES= python -USE_GITHUB= yes -GH_ACCOUNT= SymbiFlow -GH_TAGNAME= b8db365 -USE_PYTHON= distutils concurrent noflavors autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/cad/fasm/distinfo b/cad/fasm/distinfo deleted file mode 100644 index cbfb62398dab..000000000000 --- a/cad/fasm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1572137905 -SHA256 (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = eff6550ce5c6dff464b26c5fc8d7e4ff335289b1e9475bbc8a1b403ac305fe23 -SIZE (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = 57454 diff --git a/cad/fasm/pkg-descr b/cad/fasm/pkg-descr deleted file mode 100644 index 6fa0263bd428..000000000000 --- a/cad/fasm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -FPGA Assembly is a file format designed by the SymbiFlow Project developers to -provide a plain text file format for configuring the internals of an FPGA. - -It is designed to allow FPGA place and route to not care about the actual -bitstream format used on an FPGA. - -WWW: https://github.com/SymbiFlow/fasm |