XCircuit is a UNIX/X11 program for drawing publishable-quality
electrical circuit schematic diagrams and related figures, and produce circuit netlists through schematic capture. This is an updated XCircuit version 3.1 (see cad/xcircuit in pkgsrc).
This commit is contained in:
parent
a249b48403
commit
93a168722a
5 changed files with 107 additions and 0 deletions
9
xcircuit3/DESCR
Normal file
9
xcircuit3/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
XCircuit is a UNIX/X11 program for drawing publishable-quality
|
||||
electrical circuit schematic diagrams and related figures, and
|
||||
produce circuit netlists through schematic capture. XCircuit regards
|
||||
circuits as inherently hierarchical, and writes both hierarchical
|
||||
PostScript output and hierarchical SPICE netlists. Circuit components
|
||||
are saved in and retrieved from libraries which are fully editable.
|
||||
XCircuit does not separate artistic expression from circuit drawing;
|
||||
it maintains flexiblity in style without compromising the power of
|
||||
schematic capture.
|
27
xcircuit3/Makefile
Normal file
27
xcircuit3/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 15:33:54 bubuchka Exp $
|
||||
|
||||
DISTNAME= xcircuit-3.1.15
|
||||
CATEGORIES= cad graphics
|
||||
MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ \
|
||||
http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mishka@terabyte.com.ua
|
||||
HOMEPAGE= http://xcircuit.ece.jhu.edu/
|
||||
COMMENT= Drawing program for X11 (especially for electric circuits)
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11BASE= yes
|
||||
|
||||
post-extract:
|
||||
${RM} -fr ${WRKSRC}/examples/CVS
|
||||
${MV} -f ${WRKSRC}/examples/.xcircuitrc ${WRKSRC}/examples/xcircuitrc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xcircuit/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit/
|
||||
|
||||
.include "../../graphics/xpm/buildlink2.mk"
|
||||
.include "../../mk/ghostscript.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
63
xcircuit3/PLIST
Normal file
63
xcircuit3/PLIST
Normal file
|
@ -0,0 +1,63 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/05 15:33:52 bubuchka Exp $
|
||||
bin/xcircuit
|
||||
man/man1/xcircuit.1
|
||||
lib/xcircuit-3.1/analog.lps
|
||||
lib/xcircuit-3.1/analoglib2.lps
|
||||
lib/xcircuit-3.1/app-defaults/XCircuit
|
||||
lib/xcircuit-3.1/avlsi.lps
|
||||
lib/xcircuit-3.1/digital.lps
|
||||
lib/xcircuit-3.1/fonts/courier.lps
|
||||
lib/xcircuit-3.1/fonts/courier.xfe
|
||||
lib/xcircuit-3.1/fonts/courieriso.xfe
|
||||
lib/xcircuit-3.1/fonts/courieriso2.lps
|
||||
lib/xcircuit-3.1/fonts/courieriso2.xfe
|
||||
lib/xcircuit-3.1/fonts/courieriso5.lps
|
||||
lib/xcircuit-3.1/fonts/courieriso5.xfe
|
||||
lib/xcircuit-3.1/fonts/helvetica.lps
|
||||
lib/xcircuit-3.1/fonts/helvetica.xfe
|
||||
lib/xcircuit-3.1/fonts/helveticaiso.xfe
|
||||
lib/xcircuit-3.1/fonts/helveticaiso2.lps
|
||||
lib/xcircuit-3.1/fonts/helveticaiso2.xfe
|
||||
lib/xcircuit-3.1/fonts/helveticaiso5.lps
|
||||
lib/xcircuit-3.1/fonts/helveticaiso5.xfe
|
||||
lib/xcircuit-3.1/fonts/myfont.lps
|
||||
lib/xcircuit-3.1/fonts/myfont.xfe
|
||||
lib/xcircuit-3.1/fonts/symbol.lps
|
||||
lib/xcircuit-3.1/fonts/symbol.xfe
|
||||
lib/xcircuit-3.1/fonts/times_roman.lps
|
||||
lib/xcircuit-3.1/fonts/times_roman.xfe
|
||||
lib/xcircuit-3.1/fonts/times_romaniso.xfe
|
||||
lib/xcircuit-3.1/fonts/times_romaniso2.lps
|
||||
lib/xcircuit-3.1/fonts/times_romaniso2.xfe
|
||||
lib/xcircuit-3.1/fonts/times_romaniso5.lps
|
||||
lib/xcircuit-3.1/fonts/times_romaniso5.xfe
|
||||
lib/xcircuit-3.1/generic.lps
|
||||
lib/xcircuit-3.1/ic_templates.lps
|
||||
lib/xcircuit-3.1/lgf.lps
|
||||
lib/xcircuit-3.1/musiclib.lps
|
||||
lib/xcircuit-3.1/quadparts.lps
|
||||
lib/xcircuit-3.1/signal.lps
|
||||
lib/xcircuit-3.1/startup.script
|
||||
lib/xcircuit-3.1/xcircps2.pro
|
||||
share/examples/xcircuit/FlareLED.ps
|
||||
share/examples/xcircuit/USAflag.ps
|
||||
share/examples/xcircuit/analog1.ps
|
||||
share/examples/xcircuit/analog2.ps
|
||||
share/examples/xcircuit/analoglib1.lps
|
||||
share/examples/xcircuit/border.ps
|
||||
share/examples/xcircuit/diffamp_test.ps
|
||||
share/examples/xcircuit/diffamp_test2.ps
|
||||
share/examples/xcircuit/envelope.ps
|
||||
share/examples/xcircuit/fourttest.ps
|
||||
share/examples/xcircuit/logic8.ps
|
||||
share/examples/xcircuit/panzoom.py
|
||||
share/examples/xcircuit/prelude.ps
|
||||
share/examples/xcircuit/systemd1.lgf
|
||||
share/examples/xcircuit/test.py
|
||||
share/examples/xcircuit/threestage.ps
|
||||
share/examples/xcircuit/vcoblock.ps
|
||||
share/examples/xcircuit/xcircuitrc
|
||||
@dirrm share/examples/xcircuit
|
||||
@dirrm lib/xcircuit-3.1/app-defaults
|
||||
@dirrm lib/xcircuit-3.1/fonts
|
||||
@dirrm lib/xcircuit-3.1
|
4
xcircuit3/TODO
Normal file
4
xcircuit3/TODO
Normal file
|
@ -0,0 +1,4 @@
|
|||
$Id: TODO,v 1.1.1.1 2003/06/05 15:33:54 bubuchka Exp $
|
||||
|
||||
Workaround the warning "locale not supported by C library, locale
|
||||
unchanged" (setlocale of "en_US" in the xcircuit-3.1.?/xcircuit.c)
|
4
xcircuit3/distinfo
Normal file
4
xcircuit3/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/06/05 15:33:54 bubuchka Exp $
|
||||
|
||||
SHA1 (xcircuit-3.1.15.tgz) = ad21abb712ed7c0c284d43505f2223ed605b4a33
|
||||
Size (xcircuit-3.1.15.tgz) = 773600 bytes
|
Loading…
Reference in a new issue