ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile c code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/
Oh, and it requires gcc 3.4 for freebsd4 support: ---------------------------------------------------- --- Makefile.orig Sat Jul 29 15:04:17 2006 +++ Makefile Sat Jul 29 15:04:55 2006 @@ -15,6 +15,7 @@ MAINTAINER= ssedov@mbsd.msk.ru COMMENT= A model generator for SPICE simulators +USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= glib20 pkgconfig GNU_CONFIGURE= yes ----------------------------------------------------
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
State Changed From-To: open->closed New port added, with fixes: USE_GCC= 3.2+ to make it build on 4.x, s/INSTALLS_SHLIB/USE_LDCONFIG/. Thanks !