Sun Feb 28 18:00:19 2010 UTC ()
Update to version 20.

----------------
Release 20
----------------
    * Fixes: model names starting with a number (1n4001) are now correctly parsed. The .global
      command has been reinstated (it was previously disabled) and error messages now display
      the corresponding line numberin the input deck.
    * New Features: .measure command for transient, ac and dc analyses (still not complete, e.g.
      DERIV is missing).
    * Devices: Updated BISM4 model to revision 4.6.5. Added PWL (PieceWise Linear) functionality
      for B (arbitrary generator) sources.

----------------
Release 19
----------------
Reveals an important work in compile scripts, many bug fixes in memory management, interface, and
work in device models.

    * Compile scripts: tclspice and ADMS compiling fixes. Architecture compiling fixes for SunOS,
      MS Visual Studio, MINGW, Cygwin.
    * Memory management: fixed memory leaks, modifies memory management for MS Windos, integration of
      espice bugfixes and enhancements, bug fixes in plots and cli interface.
    * Rework of BSim models, integration of EPFL-EKV model V2.63, ADMS models mextram, hicum0, hicum2.

----------------
Release 18
----------------
Rework-18 is introduces several new features into ngspice. This is a major
release that comes after more than three years. During the silent years
ngspice developers worked in CVS to stabilize and introduce new features
into the simulator.

- Tclspice simulator library has been merged with ngspice. Now you can
  compile ngapice or tclspice by asserting a configure switch. See README.tcl
- New options have been introduced: brief, listing, autostop and scale
- Support for .lib file has been introduced. This allows the use of
  third party model libraries in ngspice.
- .measure statements: avg, integ, rms, max, min, delay, param
- .global statements t support for global nodes whose name is not expanded
  when flattening the netlist.
- .func macros for inlining functions into netlists.
- Improved the numparam library to support fully parametrized netlists.
- BSIM model binning.
- new multi-input gate VCVS using XSPICE extensions.


(dmcmahill)
diff -r1.37 -r1.38 pkgsrc/cad/ng-spice/Makefile
diff -r1.10 -r1.11 pkgsrc/cad/ng-spice/PLIST
diff -r1.12 -r1.13 pkgsrc/cad/ng-spice/distinfo
diff -r1.5 -r0 pkgsrc/cad/ng-spice/patches/patch-aa
diff -r1.5 -r0 pkgsrc/cad/ng-spice/patches/patch-ab
diff -r1.5 -r0 pkgsrc/cad/ng-spice/patches/patch-ac
diff -r1.6 -r0 pkgsrc/cad/ng-spice/patches/patch-ad
diff -r1.6 -r0 pkgsrc/cad/ng-spice/patches/patch-ae
diff -r1.3 -r0 pkgsrc/cad/ng-spice/patches/patch-af
diff -r1.3 -r0 pkgsrc/cad/ng-spice/patches/patch-ag
diff -r1.1 -r0 pkgsrc/cad/ng-spice/patches/patch-ah
diff -r1.1 -r0 pkgsrc/cad/ng-spice/patches/patch-ai
diff -r1.1 -r0 pkgsrc/cad/ng-spice/patches/patch-aj
diff -r1.1 -r1.2 pkgsrc/cad/ng-spice/patches/patch-ak

cvs diff -r1.37 -r1.38 pkgsrc/cad/ng-spice/Makefile (expand / switch to context diff)
--- pkgsrc/cad/ng-spice/Makefile 2009/05/20 00:58:07 1.37
+++ pkgsrc/cad/ng-spice/Makefile 2010/02/28 18:00:19 1.38
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2009/05/20 00:58:07 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2010/02/28 18:00:19 dmcmahill Exp $
 #
 
-DISTNAME=	ng-spice-rework-17
-PKGNAME=	ng-spice-17
-PKGREVISION=	3
+DISTNAME=	ng-spice-rework-20
+PKGNAME=	ng-spice-20
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=ngspice/}
 
@@ -13,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=	user-destdir
 
-WRKSRC=			${WRKDIR}/ng-spice-rework-17
+WRKSRC=			${WRKDIR}/ngspice-20
 USE_LIBTOOL=		YES
 USE_TOOLS+=		gmake makeinfo
 USE_GNU_READLINE=	uses rl_* interface

cvs diff -r1.10 -r1.11 pkgsrc/cad/ng-spice/PLIST (expand / switch to context diff)
--- pkgsrc/cad/ng-spice/PLIST 2009/06/14 17:35:55 1.10
+++ pkgsrc/cad/ng-spice/PLIST 2010/02/28 18:00:19 1.11
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.10 2009/06/14 17:35:55 joerg Exp $
-bin/nghelp
+@comment $NetBSD: PLIST,v 1.11 2010/02/28 18:00:19 dmcmahill Exp $
+@comment bin/nghelp
 bin/ngmakeidx
 bin/ngmultidec
 bin/ngnutmeg
@@ -7,12 +7,12 @@
 bin/ngsconvert
 bin/ngspice
 info/ngspice.info
-lib/ng-spice-rework/libbsim4.a
+man/man1/ngmultidec.1
 man/man1/ngnutmeg.1
 man/man1/ngsconvert.1
 man/man1/ngspice.1
-share/ng-spice-rework/helpdir/ngspice.idx
+share/ngspice/helpdir/ngspice.idx
-share/ng-spice-rework/helpdir/ngspice.txt
+share/ngspice/helpdir/ngspice.txt
-share/ng-spice-rework/scripts/setplot
+share/ngspice/scripts/setplot
-share/ng-spice-rework/scripts/spectrum
+share/ngspice/scripts/spectrum
-share/ng-spice-rework/scripts/spinit
+share/ngspice/scripts/spinit

cvs diff -r1.12 -r1.13 pkgsrc/cad/ng-spice/distinfo (expand / switch to context diff)
--- pkgsrc/cad/ng-spice/distinfo 2006/10/11 05:03:49 1.12
+++ pkgsrc/cad/ng-spice/distinfo 2010/02/28 18:00:19 1.13
@@ -1,16 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/10/11 05:03:49 dmcmahill Exp $
+$NetBSD: distinfo,v 1.13 2010/02/28 18:00:19 dmcmahill Exp $
 
-SHA1 (ng-spice-rework-17.tar.gz) = 5ce17a6dff309fae069e0b1e7309eb1c16b4671b
+SHA1 (ng-spice-rework-20.tar.gz) = 870d69b88d6cc0d83a8a0416a6782a4abd296de0
-RMD160 (ng-spice-rework-17.tar.gz) = 2345cbdb608bfb182d33c1a6497408b22acffb77
+RMD160 (ng-spice-rework-20.tar.gz) = 73eff9cd601253523816a7c8a93e88a795ce96bb
-Size (ng-spice-rework-17.tar.gz) = 5919637 bytes
+Size (ng-spice-rework-20.tar.gz) = 7167239 bytes
-SHA1 (patch-aa) = 2a6706d4ab993b7145307d4cb65a3dc1f1b63147
+SHA1 (patch-ak) = c5c08a75b6d41eaad75ac121566dd1b289579a39
-SHA1 (patch-ab) = 7c35038ded76ef434572019371af3a3476746501
-SHA1 (patch-ac) = fd7d99226ec6c1b56a0653a15114c726e12d71ef
-SHA1 (patch-ad) = b6d65b7edc4e17180687a8a46573a14615937330
-SHA1 (patch-ae) = 0a238d948c3cafeeda9986c8798a03b213c3aa6f
-SHA1 (patch-af) = d0b29fadc1c2ac56b0f0700e9c822ce9fcb96090
-SHA1 (patch-ag) = 4cc9952823421b57fffb512e6d50483f706a5211
-SHA1 (patch-ah) = f76c5c400ee588f482211997f2d405811b945518
-SHA1 (patch-ai) = 874de21ac028eeaf1eada3fa78563a2383d6b3f1
-SHA1 (patch-aj) = 6555ae3e2e8f8c63795334e192a6d7c149afc164
-SHA1 (patch-ak) = 934a1eab94881ed57a9116f69d4c72c921451a27

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-aa

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ab

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ac

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ad

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ae

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-af

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ag

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ah

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-ai

File Deleted: pkgsrc/cad/ng-spice/patches/Attic/patch-aj

cvs diff -r1.1 -r1.2 pkgsrc/cad/ng-spice/patches/Attic/patch-ak (expand / switch to context diff)
--- pkgsrc/cad/ng-spice/patches/Attic/patch-ak 2006/10/11 05:03:49 1.1
+++ pkgsrc/cad/ng-spice/patches/Attic/patch-ak 2010/02/28 18:00:19 1.2
@@ -1,24 +1,25 @@
-$NetBSD: patch-ak,v 1.1 2006/10/11 05:03:49 dmcmahill Exp $
+$NetBSD: patch-ak,v 1.2 2010/02/28 18:00:19 dmcmahill Exp $
 
---- src/frontend/aspice.c.orig	2005-05-30 16:28:30.000000000 -0400
+--- src/frontend/aspice.c.orig	2008-05-31 08:38:56.000000000 +0000
 +++ src/frontend/aspice.c
-@@ -168,14 +168,11 @@ sigchild(void)
+@@ -177,15 +177,11 @@ sigchild(void)
   * whether the exit was normal or not.
   */
  
--#if defined(__NetBSD__) || defined(SOLARIS)
+-#if defined(__NetBSD__)
 -    pid_t status;
--#elif defined(__FreeBSD__) || defined(__APPLE__)
+-#elif defined(__FreeBSD__) || defined(__APPLE__) || defined(SOLARIS)
 -    int status;    
 -#else
 -    union wait status;
 -#endif
 -
+-
 +/*
 + * On posix systems, wait() is:
 + * pid_t wait(int *status);
 + */
 +int status;    
  
- 
  void
+ ft_checkkids(void)