pkgsrc-WIP-changes archive

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

Import iverilog-10.0 as wip/iverilog.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 28 17:59:02 2015 +0100
Changeset:	90923d12f0f986a06db6051973c888191581ee62

Added Files:
	iverilog/DESCR
	iverilog/Makefile
	iverilog/PLIST
	iverilog/distinfo

Log Message:
Import iverilog-10.0 as wip/iverilog.

Icarus Verilog is a Verilog compiler that generates a variety of
engineering formats, including simulation. It strives to be true
to the IEEE-1364 standard.

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

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

diffstat:
 iverilog/DESCR    |  3 +++
 iverilog/Makefile | 22 ++++++++++++++++++++++
 iverilog/PLIST    | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 iverilog/distinfo |  5 +++++
 4 files changed, 86 insertions(+)

diffs:
diff --git a/iverilog/DESCR b/iverilog/DESCR
new file mode 100644
index 0000000..318cdad
--- /dev/null
+++ b/iverilog/DESCR
@@ -0,0 +1,3 @@
+Icarus Verilog is a Verilog compiler that generates a variety of
+engineering formats, including simulation. It strives to be true
+to the IEEE-1364 standard.
diff --git a/iverilog/Makefile b/iverilog/Makefile
new file mode 100644
index 0000000..bf8b3c6
--- /dev/null
+++ b/iverilog/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	iverilog-10.0
+CATEGORIES=	lang devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=steveicarus/}
+GITHUB_TAG=	v${PKGVERSION_NOREV:S/./_/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://iverilog.icarus.com/
+COMMENT=	Verilog simulation and synthesis tool
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c c++
+
+USE_TOOLS+=	autoconf gmake bison
+
+GNU_CONFIGURE=	yes
+
+pre-configure:
+	${RUN} cd ${WRKSRC} && autoconf
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/iverilog/PLIST b/iverilog/PLIST
new file mode 100644
index 0000000..e2da4b0
--- /dev/null
+++ b/iverilog/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD$
+bin/iverilog
+bin/iverilog-vpi
+bin/vvp
+include/iverilog/_pli_types.h
+include/iverilog/acc_user.h
+include/iverilog/ivl_target.h
+include/iverilog/sv_vpi_user.h
+include/iverilog/veriuser.h
+include/iverilog/vpi_user.h
+lib/ivl/blif-s.conf
+lib/ivl/blif.conf
+lib/ivl/blif.tgt
+lib/ivl/cadpli.vpl
+lib/ivl/include/constants.vams
+lib/ivl/include/disciplines.vams
+lib/ivl/ivl
+lib/ivl/ivlpp
+lib/ivl/null-s.conf
+lib/ivl/null.conf
+lib/ivl/null.tgt
+lib/ivl/pcb-s.conf
+lib/ivl/pcb.conf
+lib/ivl/pcb.tgt
+lib/ivl/sizer-s.conf
+lib/ivl/sizer.conf
+lib/ivl/sizer.tgt
+lib/ivl/stub-s.conf
+lib/ivl/stub.conf
+lib/ivl/stub.tgt
+lib/ivl/system.sft
+lib/ivl/system.vpi
+lib/ivl/v2005_math.sft
+lib/ivl/v2005_math.vpi
+lib/ivl/v2009.sft
+lib/ivl/v2009.vpi
+lib/ivl/va_math.sft
+lib/ivl/va_math.vpi
+lib/ivl/vhdl-s.conf
+lib/ivl/vhdl.conf
+lib/ivl/vhdl.tgt
+lib/ivl/vhdl_sys.sft
+lib/ivl/vhdl_sys.vpi
+lib/ivl/vhdlpp
+lib/ivl/vlog95-s.conf
+lib/ivl/vlog95.conf
+lib/ivl/vlog95.tgt
+lib/ivl/vpi_debug.vpi
+lib/ivl/vvp-s.conf
+lib/ivl/vvp.conf
+lib/ivl/vvp.tgt
+lib/libveriuser.a
+lib/libvpi.a
+man/man1/iverilog-vpi.1
+man/man1/iverilog.1
+man/man1/vvp.1
diff --git a/iverilog/distinfo b/iverilog/distinfo
new file mode 100644
index 0000000..34ab2c8
--- /dev/null
+++ b/iverilog/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (iverilog-10.0.tar.gz) = aea63ced71cc9deafd51d53f119c442c9ea85edd
+RMD160 (iverilog-10.0.tar.gz) = 0e1f025875b65aa66931050f8bf894014dbac99f
+Size (iverilog-10.0.tar.gz) = 1584145 bytes


Home | Main Index | Thread Index | Old Index