Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 19:40:33 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/cad/spice Makefile ports/cad/spice/files patch-src_include_os_bsd_h patch-src_lib_ckt_noisean_c patch-src_lib_ckt_traninit_c patch-src_lib_dev_bsim1_bimpar_c patch-src_lib_dev_mos6_mos6load_c patch-src_lib_fte_outitf_c patch-src_lib_fte_subckt_c patch-src_lib_fte_where_c patch-src_lib_inp_inpgtok_c ...
Message-ID:  <201002111940.o1BJeXur058140@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2010-02-11 19:40:33 UTC

  FreeBSD ports repository

  Modified files:
    cad/spice            Makefile 
    cad/spice/files      patch-src_include_os_bsd_h 
                         patch-src_lib_inp_inpptree_c 
  Added files:
    cad/spice/files      patch-src_lib_ckt_noisean_c 
                         patch-src_lib_ckt_traninit_c 
                         patch-src_lib_dev_bsim1_bimpar_c 
                         patch-src_lib_dev_mos6_mos6load_c 
                         patch-src_lib_fte_outitf_c 
                         patch-src_lib_fte_subckt_c 
                         patch-src_lib_fte_where_c 
                         patch-src_lib_inp_inpgtok_c 
  Log:
  -Clean some warnings by using string.h instead of strings.h
  
  Applied several patches from this website:
  http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html
  specifically fixes for:
  - Where command causes crashes
  - Recognition of scale factors in arbitrary source
  - Current Controlled Switch in subckt, parsing error
  - Noise analysis bug
  - Save segmentation faults
  - BSIM1 model xpart parameter random
  - Tran analysis default TSTEP
  
  PR:             ports/143727
  Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
  
  Revision  Changes    Path
  1.40      +1 -1      ports/cad/spice/Makefile
  1.5       +3 -4      ports/cad/spice/files/patch-src_include_os_bsd_h
  1.1       +25 -0     ports/cad/spice/files/patch-src_lib_ckt_noisean_c (new)
  1.1       +14 -0     ports/cad/spice/files/patch-src_lib_ckt_traninit_c (new)
  1.1       +11 -0     ports/cad/spice/files/patch-src_lib_dev_bsim1_bimpar_c (new)
  1.1       +11 -0     ports/cad/spice/files/patch-src_lib_dev_mos6_mos6load_c (new)
  1.1       +11 -0     ports/cad/spice/files/patch-src_lib_fte_outitf_c (new)
  1.1       +22 -0     ports/cad/spice/files/patch-src_lib_fte_subckt_c (new)
  1.1       +18 -0     ports/cad/spice/files/patch-src_lib_fte_where_c (new)
  1.1       +41 -0     ports/cad/spice/files/patch-src_lib_inp_inpgtok_c (new)
  1.2       +11 -2     ports/cad/spice/files/patch-src_lib_inp_inpptree_c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002111940.o1BJeXur058140>