pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add IceStorm Tools to prepare.



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Sun Dec 4 02:55:36 2016 +0000
Changeset:	615e0c82222f0833517c0ba55cbef5bbab05aac7

Added Files:
	icestorm-git/DESCR
	icestorm-git/Makefile
	icestorm-git/PLIST
	icestorm-git/distinfo

Log Message:
Add IceStorm Tools to prepare.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=615e0c82222f0833517c0ba55cbef5bbab05aac7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 icestorm-git/DESCR    |  1 +
 icestorm-git/Makefile | 24 ++++++++++++++++++++++++
 icestorm-git/PLIST    | 19 +++++++++++++++++++
 icestorm-git/distinfo |  2 ++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/icestorm-git/DESCR b/icestorm-git/DESCR
new file mode 100644
index 0000000..3fd6463
--- /dev/null
+++ b/icestorm-git/DESCR
@@ -0,0 +1 @@
+Lattice iCE40 FPGAs Bitstream Documentaion (Reverse Engineered)
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
new file mode 100644
index 0000000..095117a
--- /dev/null
+++ b/icestorm-git/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	icestorm-01b9822
+CATEGORIES=	cross
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cliffordwolf/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/cliffordwolf/
+COMMENT=	Project IceStorm
+LICENSE=	mit
+
+USE_LANGUAGES+=		c c++
+USE_TOOLS+= 		pkg-config gmake
+LIBS+= 			-lm -lstdc++
+
+GIT_REPOSITORIES=	icestorm
+GIT_REPO.icestorm=	git://github.com/cliffordwolf/icestorm.git
+GIT_REVISION.icestorm=	01b9822638d60e048c295d005257daa4c147761f
+WRKSRC=			${WRKDIR}/icestorm
+
+.include "../../lang/python34/buildlink3.mk"
+.include "../../devel/libftdi/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/icestorm-git/PLIST b/icestorm-git/PLIST
new file mode 100644
index 0000000..c6d5602
--- /dev/null
+++ b/icestorm-git/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/icebox.py
+bin/icebox_chipdb
+bin/icebox_colbuf
+bin/icebox_diff
+bin/icebox_explain
+bin/icebox_html
+bin/icebox_maps
+bin/icebox_vlog
+bin/iceboxdb.py
+bin/icebram
+bin/icemulti
+bin/icepack
+bin/icepll
+bin/iceprog
+bin/icetime
+bin/iceunpack
+share/icebox/chipdb-1k.txt
+share/icebox/chipdb-8k.txt
diff --git a/icestorm-git/distinfo b/icestorm-git/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/icestorm-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index