--- devel/arachne-pnr/Makefile (nonexistent) +++ devel/arachne-pnr/Makefile (working copy) @@ -0,0 +1,24 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= arachne-pnr +PORTVERSION=20180310 +CATEGORIES= devel + +MAINTAINER= propaliidealist@gmail.com +COMMENT= Place and route tool for FPGAs + +LICENSE= MIT + +BUILD_DEPENDS= ${LOCALBASE}/share/icebox:devel/icestorm + +USES+= gmake + +USE_GITHUB= yes +GH_ACCOUNT= cseed +GH_TAGNAME= 6701132 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/arachne-pnr + +.include --- devel/arachne-pnr/distinfo (nonexistent) +++ devel/arachne-pnr/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520798391 +SHA256 (cseed-arachne-pnr-20180310-6701132_GH0.tar.gz) = 58d7f593a8f8d59ec0938b0df1d5e542d7ee7324f9882486274dc6c8629d596a +SIZE (cseed-arachne-pnr-20180310-6701132_GH0.tar.gz) = 91183 --- devel/arachne-pnr/pkg-descr (nonexistent) +++ devel/arachne-pnr/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Arachne-pnr implements the place and route step of the hardware compilation +process for FPGAs. It currently targets the Lattice Semiconductor iCE40 family +of FPGAs. + +WWW: https://github.com/cseed/arachne-pnr --- devel/arachne-pnr/pkg-plist (nonexistent) +++ devel/arachne-pnr/pkg-plist (working copy) @@ -0,0 +1,5 @@ +bin/arachne-pnr +%%DATADIR%%/chipdb-1k.bin +%%DATADIR%%/chipdb-384.bin +%%DATADIR%%/chipdb-5k.bin +%%DATADIR%%/chipdb-8k.bin