1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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/

PR:		ports/101014
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
Ion-Mihai Tetcu 2006-07-29 21:10:26 +00:00
parent e3d1e582e8
commit 4faea46b6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169094
6 changed files with 106 additions and 0 deletions

View File

@ -4,6 +4,7 @@
COMMENT = CAD tools
SUBDIR += admesh
SUBDIR += adms
SUBDIR += alliance
SUBDIR += astk-client
SUBDIR += astk-serveur

24
cad/adms/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: adms
# Date created: 2006-07-29
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= adms
PORTVERSION= 2.2.4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=mot-adms
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= A model generator for SPICE simulators
USE_GMAKE= yes
USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 3.2+
.include <bsd.port.mk>

3
cad/adms/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (adms-2.2.4.tar.gz) = cdc073d8b549bb2153423ab162a62727
SHA256 (adms-2.2.4.tar.gz) = 9dab117138e3fb023bb144f59d2c598e366d7222ab029c97fa9e6d022c970a31
SIZE (adms-2.2.4.tar.gz) = 704227

View File

@ -0,0 +1,46 @@
--- configure.orig Sat Jul 29 10:30:30 2006
+++ configure Sat Jul 29 10:31:30 2006
@@ -1510,9 +1510,6 @@
ac_config_headers="$ac_config_headers config.h"
-# force use of gnu compiler
-CC=gcc
-
# specific configuration.
ac_aux_dir=
for ac_dir in auxconf $srcdir/auxconf; do
@@ -4181,33 +4178,6 @@
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
-fi
-
-
-#force use of flex/bison
-if test "x$LEX" != xflex; then
- { echo "$as_me:$LINENO: WARNING: Program flex not found (found $LEX)" >&5
-echo "$as_me: WARNING: Program flex not found (found $LEX)" >&2;}
- { { echo "$as_me:$LINENO: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&5
-echo "$as_me: error: Please install gnu flex from http://www.gnu.org/software/flex/" >&2;}
- { (exit 1); exit 1; }; }
-fi
-if test "x$YACC" != 'xbison -y'; then
- { echo "$as_me:$LINENO: WARNING: Program bison not found (found $YACC)" >&5
-echo "$as_me: WARNING: Program bison not found (found $YACC)" >&2;}
- { { echo "$as_me:$LINENO: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&5
-echo "$as_me: error: Please install gnu bison from http://www.gnu.org/software/bison/" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-#advice use of gcc
-if test "x$CC" != xgcc; then
- { echo "$as_me:$LINENO: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&5
-echo "$as_me: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&2;}
- { echo "$as_me:$LINENO: WARNING: We advice you to use gcc as C-compiler" >&5
-echo "$as_me: WARNING: We advice you to use gcc as C-compiler" >&2;}
- { echo "$as_me:$LINENO: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&5
-echo "$as_me: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&2;}
fi
# Checks for header files.

5
cad/adms/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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/

27
cad/adms/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
bin/admsCheck
bin/admsPreprocessor
bin/admsXml
lib/libadmsCheck.a
lib/libadmsCheck.la
lib/libadmsCheck.so
lib/libadmsCheck.so.0
lib/libadmsFile.a
lib/libadmsFile.la
lib/libadmsFile.so
lib/libadmsFile.so.0
lib/libadmsObject.a
lib/libadmsObject.la
lib/libadmsObject.so
lib/libadmsObject.so.0
lib/libadmsPreprocessor.a
lib/libadmsPreprocessor.la
lib/libadmsPreprocessor.so
lib/libadmsPreprocessor.so.0
lib/libadmsVeriloga.a
lib/libadmsVeriloga.la
lib/libadmsVeriloga.so
lib/libadmsVeriloga.so.0
lib/libadmsXml.a
lib/libadmsXml.la
lib/libadmsXml.so
lib/libadmsXml.so.0