Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 169093) +++ head/cad/Makefile (revision 169094) @@ -1,74 +1,75 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += admesh + SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += brlcad SUBDIR += calculix SUBDIR += cascade SUBDIR += chipmunk SUBDIR += chipvault SUBDIR += cider SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += fandango SUBDIR += feappv SUBDIR += geda SUBDIR += geda-docs SUBDIR += geda-examples SUBDIR += geda-gattrib SUBDIR += geda-gschem SUBDIR += geda-netlist SUBDIR += geda-projectmanager SUBDIR += geda-symbols SUBDIR += geda-symcheck SUBDIR += geda-utils SUBDIR += gerbv SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gtkwave SUBDIR += gwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += leocad SUBDIR += libgeda SUBDIR += linux-eagle SUBDIR += linux-gid SUBDIR += magic SUBDIR += mars SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += oregano SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qcad-partslib SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += sceptre SUBDIR += scotch SUBDIR += slffea SUBDIR += spice SUBDIR += systemc SUBDIR += tclspice SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += vipec SUBDIR += xcircuit SUBDIR += z88 .include Property changes on: head/cad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.89 \ No newline at end of property +1.90 \ No newline at end of property Index: head/cad/adms/Makefile =================================================================== --- head/cad/adms/Makefile (nonexistent) +++ head/cad/adms/Makefile (revision 169094) @@ -0,0 +1,24 @@ +# New ports collection makefile for: adms +# Date created: 2006-07-29 +# Whom: Stanislav Sedov +# +# $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 Property changes on: head/cad/adms/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/cad/adms/distinfo =================================================================== --- head/cad/adms/distinfo (nonexistent) +++ head/cad/adms/distinfo (revision 169094) @@ -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 Property changes on: head/cad/adms/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/adms/files/patch-configure =================================================================== --- head/cad/adms/files/patch-configure (nonexistent) +++ head/cad/adms/files/patch-configure (revision 169094) @@ -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. Property changes on: head/cad/adms/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/adms/pkg-descr =================================================================== --- head/cad/adms/pkg-descr (nonexistent) +++ head/cad/adms/pkg-descr (revision 169094) @@ -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/ Property changes on: head/cad/adms/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/adms/pkg-plist =================================================================== --- head/cad/adms/pkg-plist (nonexistent) +++ head/cad/adms/pkg-plist (revision 169094) @@ -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 Property changes on: head/cad/adms/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property