Bug 101014

Summary: [NEW PORT] cad/adms: A model generator for SPICE simulators
Product: Ports & Packages Reporter: Stanislav Sedov <ssedov>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
adms-2.2.4.shar none

Description Stanislav Sedov 2006-07-29 07:50:15 UTC
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/
Comment 1 Stanislav Sedov 2006-07-29 12:09:03 UTC
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
----------------------------------------------------
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-29 17:24:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-29 22:10:36 UTC
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 !