mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cad/fasm: Make PKGBASE unique
Reported by: antoine
This commit is contained in:
parent
eebbbcafb4
commit
39e7097441
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515756
@ -22,6 +22,7 @@
|
||||
SUBDIR += dinotrace
|
||||
SUBDIR += electric
|
||||
SUBDIR += electric-ng
|
||||
SUBDIR += fasm
|
||||
SUBDIR += feappv
|
||||
SUBDIR += fidocadj
|
||||
SUBDIR += freecad
|
||||
|
24
cad/fasm/Makefile
Normal file
24
cad/fasm/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fasm
|
||||
PORTVERSION= g20190920
|
||||
CATEGORIES= cad python
|
||||
PKGNAMESUFFIX= -fpga
|
||||
|
||||
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>
|
3
cad/fasm/distinfo
Normal file
3
cad/fasm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1572137905
|
||||
SHA256 (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = eff6550ce5c6dff464b26c5fc8d7e4ff335289b1e9475bbc8a1b403ac305fe23
|
||||
SIZE (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = 57454
|
7
cad/fasm/pkg-descr
Normal file
7
cad/fasm/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user