FreeBSD Bugzilla – Attachment 192599 Details for
Bug 226711
[NEW PORT] devel/Icestorm - tools for Lattice FPGAs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of the port
icestorm.diff (text/plain), 3.87 KB, created by
Johnny Sorocil
on 2018-04-17 20:58:50 UTC
(
hide
)
Description:
svn diff of the port
Filename:
MIME Type:
Creator:
Johnny Sorocil
Created:
2018-04-17 20:58:50 UTC
Size:
3.87 KB
patch
obsolete
>Index: devel/icestorm/Makefile >=================================================================== >--- devel/icestorm/Makefile (nonexistent) >+++ devel/icestorm/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# Created by: Johnny Sorocil <propaliidealist@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= icestorm >+PORTVERSION=20180310 >+CATEGORIES= devel >+ >+MAINTAINER= propaliidealist@gmail.com >+COMMENT= IceStorm tools for Lattice iCE40 FPGAs >+ >+LICENSE= ISCL >+ >+USES+= gmake python:3.3+ shebangfix pkgconfig >+SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ >+ ${WRKSRC}/icebox/Makefile >+ >+USE_GITHUB= yes >+GH_ACCOUNT= cliffordwolf >+GH_TAGNAME= 4476d83 >+ >+LIB_DEPENDS+=libftdi1.so:devel/libftdi1 >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's/python3 /python${PYTHON3_DEFAULT} /g' \ >+ ${WRKSRC}/icebox/Makefile \ >+ ${WRKSRC}/icetime/Makefile >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepack >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepll >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icebram >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iceprog >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icemulti >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icetime >+ >+.include <bsd.port.mk> > >Property changes on: devel/icestorm/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/icestorm/distinfo >=================================================================== >--- devel/icestorm/distinfo (nonexistent) >+++ devel/icestorm/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1520788735 >+SHA256 (cliffordwolf-icestorm-20180310-4476d83_GH0.tar.gz) = cbff803a3520c8f0c0d4bec9173f9842d051a198636018b9ee1216eb0dc58704 >+SIZE (cliffordwolf-icestorm-20180310-4476d83_GH0.tar.gz) = 864790 > >Property changes on: devel/icestorm/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/icestorm/pkg-descr >=================================================================== >--- devel/icestorm/pkg-descr (nonexistent) >+++ devel/icestorm/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Project IceStorm aims at documenting the bitstream format of Lattice iCE40 >+FPGAs and providing simple tools for analyzing and creating bitstream files. >+ >+WWW: http://www.clifford.at/icestorm > >Property changes on: devel/icestorm/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/icestorm/pkg-plist >=================================================================== >--- devel/icestorm/pkg-plist (nonexistent) >+++ devel/icestorm/pkg-plist (working copy) >@@ -0,0 +1,23 @@ >+bin/icepll >+bin/icebram >+bin/iceprog >+bin/icebox_maps >+bin/icemulti >+bin/icebox.py >+bin/icebox_vlog >+bin/icebox_explain >+bin/icebox_html >+bin/icebox_diff >+bin/icebox_chipdb >+bin/icebox_stat >+bin/icebox_colbuf >+bin/icebox_asc2hlc >+bin/icetime >+bin/icepack >+bin/iceboxdb.py >+bin/icebox_hlc2asc >+bin/iceunpack >+share/icebox/chipdb-8k.txt >+share/icebox/chipdb-5k.txt >+share/icebox/chipdb-1k.txt >+share/icebox/chipdb-384.txt > >Property changes on: devel/icestorm/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226711
:
191614
| 192599