summaryrefslogtreecommitdiff
path: root/cad/xcircuit/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-11-19 13:24:11 +0000
committeradam <adam>2004-11-19 13:24:11 +0000
commit8e0da02f7baa5ddaf66dec12898282bc858adad8 (patch)
treee4ac6db8d3ff682ba2a333c0b07eb935b0fdd430 /cad/xcircuit/Makefile
parent8790ff1f537592cde659b09e82629cd3e5e4f07c (diff)
downloadpkgsrc-8e0da02f7baa5ddaf66dec12898282bc858adad8.tar.gz
Changes 3.3.0:
Replaced the "hspice" directory with Conrad Ziesler's "spiceparser". The use of routine AddNTermModule() has broken the spice input for now, although once fixed, the results should be much improved. Also, changed the handling of expression parameters so that expression parameter results may be numeric, and evaluated results are saved in the PostScript output as instance values. When traversing the hierarchy during redisplay, commands invoking a "selected" element will pick up the object instance being rendered. The combination of these changes allows the implementation of several useful features such as counter-rotation and displaying the name of an object within the object.
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r--cad/xcircuit/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 9780ee1c5a1..4ae70df39ab 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:13 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/11/19 13:24:11 adam Exp $
-DISTNAME= xcircuit-3.1.19
-PKGREVISION= 2
+DISTNAME= xcircuit-3.3.0
CATEGORIES= cad graphics
MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://bach.ece.jhu.edu/~tim/programs/xcircuit/
@@ -33,6 +32,5 @@ post-install:
.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"