summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-07-05 12:01:32 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-07-05 12:01:32 +0000
commit4b03a419f77bf112a4ed760c16c1d254e8f3f045 (patch)
treed2a4b0541d443c4032b4f0e66148b3a63df9846a /cad
parent23a7d643181cb14cc9fb91acf94d5154d50164d1 (diff)
downloadpkgsrc-4b03a419f77bf112a4ed760c16c1d254e8f3f045.tar.gz
update to acs-0.29
------------------ ACS 0.29 release notes (06/30/2001) The primary effort has been to implement IBIS, which is still not done. The changes here are mostly infrastructure changes needed to support IBIS. New features: 1. "Fit" function has choice of fit order and extrapolation. You can have order 0, 1, 2, or 3. 2. "Posy" has even and odd options, to determine what happens in the negative region. 3. Modelgen improvements. It now is useful for the whole device, sometimes. It now handles probes and the device side of the model. The diode uses it completely. There are still a few missing features needed for the MOSFET and BJT. 4. Spice-3 compatible semiconductor resistor and capacitor. 5. "Table" model statement. Improvements, bug fixes, etc. 1. Option "numdgt" really works. 2. Better error messages from modelgen. 3. Code changes for optimization of commons. This should reduce memory use, sometimes, by sharing commons. Common sharing is still not fully implemented. 4. Fix two bugs that sometimes caused problems after a "modify" or on a "fault". 5. Better handling of "vmin" and "vmax". It should be much less likely that limiting causes convergence to a nonsense result. Some things that are still partially implemented: 1. Internal element: non-quasi-static poly-capacitor. 2. BSIM models, charge effects, "alpha0" parameter. (computed then ignored)
Diffstat (limited to 'cad')
-rw-r--r--cad/acs/Makefile4
-rw-r--r--cad/acs/distinfo9
-rw-r--r--cad/acs/patches/patch-aa18
-rw-r--r--cad/acs/patches/patch-ab11
-rw-r--r--cad/acs/pkg/PLIST22
5 files changed, 47 insertions, 17 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile
index 4ec3f2d79f2..969c5286e6d 100644
--- a/cad/acs/Makefile
+++ b/cad/acs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 13:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/07/05 12:01:32 dmcmahill Exp $
#
-DISTNAME= acs-0.28
+DISTNAME= acs-0.29
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/
diff --git a/cad/acs/distinfo b/cad/acs/distinfo
index 5fee657d227..3a1dad117ce 100644
--- a/cad/acs/distinfo
+++ b/cad/acs/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 16:26:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/07/05 12:01:32 dmcmahill Exp $
-SHA1 (acs-0.28.tar.gz) = 052b84ee9c233df696e3047003cc7b8f51fc0276
-Size (acs-0.28.tar.gz) = 1038803 bytes
-SHA1 (patch-aa) = a399acfcce4478d495f8dae61efde06c2bbef301
+SHA1 (acs-0.29.tar.gz) = 0b02a1456871ed1cbed92c73ffe37c5ab32352f5
+Size (acs-0.29.tar.gz) = 1186938 bytes
+SHA1 (patch-aa) = cd42330811619814a29088145a559012f5e1a25a
+SHA1 (patch-ab) = af391bd5db0a367caed0e4891b842972ad9a29b7
diff --git a/cad/acs/patches/patch-aa b/cad/acs/patches/patch-aa
index c44604d77b0..947287c1e53 100644
--- a/cad/acs/patches/patch-aa
+++ b/cad/acs/patches/patch-aa
@@ -1,21 +1,21 @@
-$NetBSD: patch-aa,v 1.2 2000/08/16 22:02:47 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.3 2001/07/05 12:01:32 dmcmahill Exp $
---- src/Makefile.orig Fri Jun 2 13:15:15 2000
-+++ src/Makefile Tue Aug 15 19:35:55 2000
+--- src/Makefile.orig Sat Jun 30 03:20:57 2001
++++ src/Makefile Thu Jul 5 06:30:01 2001
@@ -53,5 +53,5 @@
-mkdir NETBSD
cat Make1 Make2.g++ Make3 Make.depend >NETBSD/Makefile
- (cd NETBSD; make -k)
+ (cd NETBSD; ${MAKE} -k)
#-----------------------------------------------------------------------------
- next:
+ next: nothing
@@ -69,4 +69,9 @@
- cat Make1 Make2.g++ Make3 Make.depend >ULTRIX-G++/Makefile
- -(cd ULTRIX-G++; make -k)
+ cat Make1 Make2.sun-CC Make3 Make.depend >SUN4-CC/Makefile
+ (cd SUN4-CC; make -k)
+#-----------------------------------------------------------------------------
-+sunos:
-+ -mkdir SUNOS
++sunos: nothing
++ -mkdir SUNOS
+ cat Make1 Make2.g++ Make3 Make.depend >SUNOS/Makefile
+ (cd SUNOS; ${MAKE} -k)
#-----------------------------------------------------------------------------
- sun3-g++:
+ freebsd: nothing
diff --git a/cad/acs/patches/patch-ab b/cad/acs/patches/patch-ab
new file mode 100644
index 00000000000..9790887251f
--- /dev/null
+++ b/cad/acs/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2001/07/05 12:01:33 dmcmahill Exp $
+
+--- src/md.h.orig Sat Jun 30 03:20:53 2001
++++ src/md.h Thu Jul 5 06:40:14 2001
+@@ -46,5 +46,5 @@
+ };
+ /*--------------------------------------------------------------------------*/
+-#if defined(__unix__)
++#if defined(__unix__) || defined(UNIX)
+ /* usual but non-standard collection of includes */
+ #include <unistd.h> /* chdir, access, getcwd */
diff --git a/cad/acs/pkg/PLIST b/cad/acs/pkg/PLIST
index da78ff78e51..e47ced8856a 100644
--- a/cad/acs/pkg/PLIST
+++ b/cad/acs/pkg/PLIST
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.4 2000/11/22 21:15:13 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.5 2001/07/05 12:01:33 dmcmahill Exp $
bin/acs
share/doc/acs/acs-tutorial
share/doc/acs/contents.gif
+share/doc/acs/contents.png
+share/doc/acs/contents_motif.gif
share/doc/acs/images.aux
share/doc/acs/images.idx
share/doc/acs/images.log
share/doc/acs/images.pl
-share/doc/acs/images.tex
+share/doc/acs/images.tex,v
share/doc/acs/img1.png
share/doc/acs/img10.png
share/doc/acs/img11.png
@@ -67,7 +69,11 @@ share/doc/acs/man.css
share/doc/acs/man.html
share/doc/acs/man.pdf
share/doc/acs/next.gif
+share/doc/acs/next.png
share/doc/acs/next_g.gif
+share/doc/acs/next_g.png
+share/doc/acs/next_motif.gif
+share/doc/acs/next_motif_gr.gif
share/doc/acs/node1.html
share/doc/acs/node10.html
share/doc/acs/node100.html
@@ -76,6 +82,10 @@ share/doc/acs/node102.html
share/doc/acs/node103.html
share/doc/acs/node104.html
share/doc/acs/node105.html
+share/doc/acs/node106.html
+share/doc/acs/node107.html
+share/doc/acs/node108.html
+share/doc/acs/node109.html
share/doc/acs/node11.html
share/doc/acs/node12.html
share/doc/acs/node13.html
@@ -174,9 +184,17 @@ share/doc/acs/node97.html
share/doc/acs/node98.html
share/doc/acs/node99.html
share/doc/acs/prev.gif
+share/doc/acs/prev.png
share/doc/acs/prev_g.gif
+share/doc/acs/prev_g.png
+share/doc/acs/previous_motif.gif
+share/doc/acs/previous_motif_gr.gif
share/doc/acs/up.gif
+share/doc/acs/up.png
share/doc/acs/up_g.gif
+share/doc/acs/up_g.png
+share/doc/acs/up_motif.gif
+share/doc/acs/up_motif_gr.gif
share/doc/acs/whatisit
share/examples/acs/README
share/examples/acs/eq.doc