summaryrefslogtreecommitdiff
path: root/cad/vipec
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-03 16:26:26 +0000
committertron <tron@pkgsrc.org>1999-06-03 16:26:26 +0000
commitbba203e4b84338f312d4d32cabfbefbc01b5f1ee (patch)
tree02aa74049c825debd0f2be10cfc170a2e8fcd985 /cad/vipec
parentf7fc6006b82e64e2ac25fffa31563e5742908a5d (diff)
downloadpkgsrc-bba203e4b84338f312d4d32cabfbefbc01b5f1ee.tar.gz
Import new "vipec" package version 1.07:
a network analyser for electrical networks. This package is based on version 1.06 submitted by Dan McMahill in PR pkg/7535.
Diffstat (limited to 'cad/vipec')
-rw-r--r--cad/vipec/Makefile22
-rw-r--r--cad/vipec/files/md53
-rw-r--r--cad/vipec/patches/patch-aa17
-rw-r--r--cad/vipec/pkg/COMMENT1
-rw-r--r--cad/vipec/pkg/DESCR6
-rw-r--r--cad/vipec/pkg/PLIST31
6 files changed, 80 insertions, 0 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
new file mode 100644
index 00000000000..af24a912e64
--- /dev/null
+++ b/cad/vipec/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/03 16:26:26 tron Exp $
+#
+
+DISTNAME= vipec-1.07
+CATEGORIES= cad
+MASTER_SITES= http://netfold.com/~vipec/public_ftp/unstable/
+
+MAINTAINER= mcmahill@alum.mit.edu
+HOMEPAGE= http://www.netfold.com/~vipec/
+
+DEPENDS+= qt-1.42:../../x11/qt
+
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/vipec ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vipec
+ ${INSTALL_DATA} ${WRKSRC}/ckt/*.ckt ${PREFIX}/share/examples/vipec
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vipec
+ ${INSTALL_DATA} ${WRKSRC}/help/* ${PREFIX}/share/doc/vipec
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cad/vipec/files/md5 b/cad/vipec/files/md5
new file mode 100644
index 00000000000..0e04846976b
--- /dev/null
+++ b/cad/vipec/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/03 16:26:27 tron Exp $
+
+MD5 (vipec-1.07.tar.gz) = 4ea37729efa0881f6be364e4db4c087f
diff --git a/cad/vipec/patches/patch-aa b/cad/vipec/patches/patch-aa
new file mode 100644
index 00000000000..39c0af85d83
--- /dev/null
+++ b/cad/vipec/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/03 16:26:26 tron Exp $
+
+--- Makefile.orig Tue May 25 08:52:00 1999
++++ Makefile Thu Jun 3 18:08:37 1999
+@@ -11,10 +11,10 @@
+ CXX = g++
+ CFLAGS = -Wall -W -O2 -fno-strength-reduce
+ CXXFLAGS= -Wall -W -O2 -fno-strength-reduce
+-INCPATH = -I$(QTDIR)/include
++INCPATH = -I$(X11BASE)/include/qt -I$(X11BASE)/include
+ LINK = g++
+ LFLAGS =
+-LIBS = -L$(QTDIR)/lib -lqt -lX11 -lXext
++LIBS = -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lqt -lX11 -lXext
+ MOC = moc
+
+ TAR = tar -cf
diff --git a/cad/vipec/pkg/COMMENT b/cad/vipec/pkg/COMMENT
new file mode 100644
index 00000000000..94f74874d6e
--- /dev/null
+++ b/cad/vipec/pkg/COMMENT
@@ -0,0 +1 @@
+a network analyser for electrical networks.
diff --git a/cad/vipec/pkg/DESCR b/cad/vipec/pkg/DESCR
new file mode 100644
index 00000000000..26b27a38314
--- /dev/null
+++ b/cad/vipec/pkg/DESCR
@@ -0,0 +1,6 @@
+VIPEC is an network analyser for electrical networks. It takes a
+texted based description of an electrical network, and performs a
+simulation of the circuit response in the frequency domain. Output is
+in the form of 2-port parameters, and can be plotted on in a grid and
+Smithchart format. VIPEC supports various lumped circuit elements, as
+well as elements like transmission lines and 2-port data files.
diff --git a/cad/vipec/pkg/PLIST b/cad/vipec/pkg/PLIST
new file mode 100644
index 00000000000..3595bfd7b05
--- /dev/null
+++ b/cad/vipec/pkg/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/03 16:26:26 tron Exp $
+bin/vipec
+share/examples/vipec/3dbcoup.ckt
+share/examples/vipec/amplifier.ckt
+share/examples/vipec/amplifier2.ckt
+share/examples/vipec/bandpass.ckt
+share/examples/vipec/bandpass2.ckt
+share/examples/vipec/coupled.ckt
+share/examples/vipec/filter.ckt
+share/examples/vipec/mustrip.ckt
+share/examples/vipec/slin_coupled.ckt
+share/examples/vipec/stripline.ckt
+share/examples/vipec/test.ckt
+share/examples/vipec/vhfrx1.ckt
+share/doc/vipec/help0001.gif
+share/doc/vipec/help0002.gif
+share/doc/vipec/help0003.gif
+share/doc/vipec/help0004.gif
+share/doc/vipec/help0005.gif
+share/doc/vipec/help0006.gif
+share/doc/vipec/help0007.gif
+share/doc/vipec/help0008.gif
+share/doc/vipec/help0009.gif
+share/doc/vipec/help0010.gif
+share/doc/vipec/help0011.gif
+share/doc/vipec/help0012.gif
+share/doc/vipec/help0013.gif
+share/doc/vipec/help0014.gif
+share/doc/vipec/vipec.html
+@dirrm share/examples/vipec
+@dirrm share/doc/vipec