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.
This commit is contained in:
parent
f7fc6006b8
commit
bba203e4b8
6 changed files with 80 additions and 0 deletions
22
cad/vipec/Makefile
Normal file
22
cad/vipec/Makefile
Normal file
|
@ -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"
|
3
cad/vipec/files/md5
Normal file
3
cad/vipec/files/md5
Normal file
|
@ -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
|
17
cad/vipec/patches/patch-aa
Normal file
17
cad/vipec/patches/patch-aa
Normal file
|
@ -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
|
1
cad/vipec/pkg/COMMENT
Normal file
1
cad/vipec/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
a network analyser for electrical networks.
|
6
cad/vipec/pkg/DESCR
Normal file
6
cad/vipec/pkg/DESCR
Normal file
|
@ -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.
|
31
cad/vipec/pkg/PLIST
Normal file
31
cad/vipec/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue