Bug 101014 - [NEW PORT] cad/adms: A model generator for SPICE simulators
Summary: [NEW PORT] cad/adms: A model generator for SPICE simulators
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-29 07:50 UTC by Stanislav Sedov
Modified: 2006-07-29 22:10 UTC (History)
0 users

See Also:


Attachments
adms-2.2.4.shar (4.34 KB, text/plain)
2006-07-29 07:50 UTC, Stanislav Sedov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 !