Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 01:00:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515742 - in head/cad: . fasm
Message-ID:  <201910270100.x9R10I6e020215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct 27 01:00:18 2019
New Revision: 515742
URL: https://svnweb.freebsd.org/changeset/ports/515742

Log:
  New port: cad/fasm: FPGA assembly (FASM) parser and generator

Added:
  head/cad/fasm/
  head/cad/fasm/Makefile   (contents, props changed)
  head/cad/fasm/distinfo   (contents, props changed)
  head/cad/fasm/pkg-descr   (contents, props changed)
Modified:
  head/cad/Makefile

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Sun Oct 27 00:51:42 2019	(r515741)
+++ head/cad/Makefile	Sun Oct 27 01:00:18 2019	(r515742)
@@ -22,6 +22,7 @@
     SUBDIR += dinotrace
     SUBDIR += electric
     SUBDIR += electric-ng
+    SUBDIR += fasm
     SUBDIR += feappv
     SUBDIR += fidocadj
     SUBDIR += freecad

Added: head/cad/fasm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/fasm/Makefile	Sun Oct 27 01:00:18 2019	(r515742)
@@ -0,0 +1,23 @@
+# $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>

Added: head/cad/fasm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/fasm/distinfo	Sun Oct 27 01:00:18 2019	(r515742)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1572137905
+SHA256 (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = eff6550ce5c6dff464b26c5fc8d7e4ff335289b1e9475bbc8a1b403ac305fe23
+SIZE (SymbiFlow-fasm-g20190920-b8db365_GH0.tar.gz) = 57454

Added: head/cad/fasm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/fasm/pkg-descr	Sun Oct 27 01:00:18 2019	(r515742)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910270100.x9R10I6e020215>