pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
netgen: initial revision
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Sat Aug 24 22:35:56 2024 +0530
Changeset: 7f7e68cc7cfe69d5c90309d60edbac3e9eec96cf
Added Files:
netgen/DESCR
netgen/Makefile
netgen/PLIST
netgen/distinfo
netgen/patches/patch-scripts_configure
Log Message:
netgen: initial revision
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f7e68cc7cfe69d5c90309d60edbac3e9eec96cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
netgen/DESCR | 12 ++++++++++++
netgen/Makefile | 21 +++++++++++++++++++++
netgen/PLIST | 7 +++++++
netgen/distinfo | 6 ++++++
netgen/patches/patch-scripts_configure | 15 +++++++++++++++
5 files changed, 61 insertions(+)
diffs:
diff --git a/netgen/DESCR b/netgen/DESCR
new file mode 100644
index 0000000000..76db715a3a
--- /dev/null
+++ b/netgen/DESCR
@@ -0,0 +1,12 @@
+NETGEN is a general-purpose netlist management system. It can read
+and write several netlist formats, including NTK (Caltech, CMU),
+WOMBAT (Berkeley), SIM (Berkeley), ACTEL (Actel Inc., Sunnyvale), and
+SPICE (Berkeley). In addition, a C-language embedded interface exists
+for specifying netlists directly. Please see the documentation file
+NETGEN.DOC
+
+NETGEN was intended as an efficient specification language for
+hierarchical systems. Secondary features, such as testing isomorphism
+between two netlists, have been added over time. As netgen has
+primarily been used in its capacity as a netlist comparator, this
+has essentially become the primary useful feature of netgen.
diff --git a/netgen/Makefile b/netgen/Makefile
new file mode 100644
index 0000000000..3a6918d4b2
--- /dev/null
+++ b/netgen/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= 1.5.277
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= cad
+MASTER_SITES= ${MASTER_SITE_GITHUB:=RTimothyEdwards/}
+GITHUB_PROJECT= netgen
+GITHUB_TAG= refs/tags/1.5.277
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/RTimothyEdwards/netgen/
+COMMENT= Complete LVS tool for comparing SPICE or verilog netlists
+LICENSE= gnu-gpl-v1
+
+WRKSRC= ${WRKDIR}/netgen-1.5.277
+GNU_CONFIGURE= yes
+
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/netgen/PLIST b/netgen/PLIST
new file mode 100644
index 0000000000..82732e68e0
--- /dev/null
+++ b/netgen/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/inetcomp
+bin/netcomp
+bin/netgen
+bin/ntk2adl
+bin/ntk2xnf
+lib/netgen/doc/netgen.doc
diff --git a/netgen/distinfo b/netgen/distinfo
new file mode 100644
index 0000000000..a092d12737
--- /dev/null
+++ b/netgen/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (netgen/1.5.277.tar.gz) = 9d140dadcc9b4d70fb875cd46d34e76eda35f159e1fef4886ec6c5d93c9bf88f
+SHA512 (netgen/1.5.277.tar.gz) = 30f7a0784d585f4e1cbbc0e21f9392cd049d3aba6f96fb2386f4c0cd3f5717aa5ed0cf97552e8a489cd23687c2ff9b8dee1b09f01361187233550afb33a89f1e
+Size (netgen/1.5.277.tar.gz) = 549781 bytes
+SHA1 (patch-scripts_configure) = 738b604c4dc41b525fd4fc3a77e2cf1229111839
diff --git a/netgen/patches/patch-scripts_configure b/netgen/patches/patch-scripts_configure
new file mode 100644
index 0000000000..7f41bf6380
--- /dev/null
+++ b/netgen/patches/patch-scripts_configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Use = in place of bash specific ==
+
+--- scripts/configure.orig 2024-08-24 16:55:05.656786126 +0000
++++ scripts/configure
+@@ -7769,7 +7769,7 @@ else
+ fi
+
+ ${ECHO_N} "Python3: "
+-if test "${HAVE_PYTHON3}" == "yes"; then
++if test "${HAVE_PYTHON3}" = "yes"; then
+ echo "yes"
+ else
+ echo "no"
Home |
Main Index |
Thread Index |
Old Index