From owner-svn-ports-head@FreeBSD.ORG Thu Jun 13 15:58:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B4673B6; Thu, 13 Jun 2013 15:58:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5D24313BA; Thu, 13 Jun 2013 15:58:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DFwLXY012698; Thu, 13 Jun 2013 15:58:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DFwLvO012691; Thu, 13 Jun 2013 15:58:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306131558.r5DFwLvO012691@svn.freebsd.org> From: William Grzybowski Date: Thu, 13 Jun 2013 15:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320809 - in head/cad/ngspice_rework: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 15:58:22 -0000 Author: wg Date: Thu Jun 13 15:58:20 2013 New Revision: 320809 URL: http://svnweb.freebsd.org/changeset/ports/320809 Log: cad/ngspice_rework: update to 25 - Update to version 25 - Trim Makefile header - Improve COMMENT - Add DEBUG option - Pass maintainership to submitter PR: ports/178555 Submitted by: Kevin Zheng Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) Deleted: head/cad/ngspice_rework/files/ Modified: head/cad/ngspice_rework/Makefile head/cad/ngspice_rework/distinfo head/cad/ngspice_rework/pkg-descr head/cad/ngspice_rework/pkg-plist Modified: head/cad/ngspice_rework/Makefile ============================================================================== --- head/cad/ngspice_rework/Makefile Thu Jun 13 15:47:13 2013 (r320808) +++ head/cad/ngspice_rework/Makefile Thu Jun 13 15:58:20 2013 (r320809) @@ -1,33 +1,31 @@ -# New ports collection makefile for: ngspice_rework -# Date created: 2002-01-02 -# Whom: AMAKAWA Shuhei -# +# Created by: AMAKAWA Shuhei # $FreeBSD$ -# PORTNAME= ngspice_rework -PORTVERSION= 18 -PORTREVISION= 1 +PORTVERSION= 25 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} -DISTNAME= ng-spice-rework-${PORTVERSION} +DISTNAME= ngspice-${PORTVERSION} -MAINTAINER= amakawa@jp.FreeBSD.org -COMMENT= A circuit simulator derived from spice3f5 +MAINTAINER= kevinz5000@gmail.com +COMMENT= Mixed-signal circuit simulator derived from Spice and Cider -USE_AUTOTOOLS= autoconf +OPTIONS_DEFINE= DEBUG + +GNU_CONFIGURE= yes USE_GMAKE= yes -#XSPICE doesn't build -#CONFIGURE_ARGS+= --enable-xspice +.include + +CONFIGURE_ARGS+=--enable-xspice \ + --with-readline=yes -.ifndef PACKAGE_BUILDING -CONFIGURE_ARGS+= --with-readline=yes +.if ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-debug .else CONFIGURE_ARGS+= --disable-debug .endif -INFO= ngspice MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1 .include Modified: head/cad/ngspice_rework/distinfo ============================================================================== --- head/cad/ngspice_rework/distinfo Thu Jun 13 15:47:13 2013 (r320808) +++ head/cad/ngspice_rework/distinfo Thu Jun 13 15:58:20 2013 (r320809) @@ -1,2 +1,2 @@ -SHA256 (ng-spice-rework-18.tar.gz) = 1ae8ff5db42a0ca89803faed17fca75836f7c4f8dc026530efabc57eb4956954 -SIZE (ng-spice-rework-18.tar.gz) = 7061554 +SHA256 (ngspice-25.tar.gz) = d000bbb978db846ff6df7ce327d8194abe046fdd5c93e7cba23c484137ef140e +SIZE (ngspice-25.tar.gz) = 6729137 Modified: head/cad/ngspice_rework/pkg-descr ============================================================================== --- head/cad/ngspice_rework/pkg-descr Thu Jun 13 15:47:13 2013 (r320808) +++ head/cad/ngspice_rework/pkg-descr Thu Jun 13 15:58:20 2013 (r320809) @@ -1,9 +1,9 @@ - Ngspice is the name of a project and of a program in the project. - Spice is the famous circuit simulator developed by the CAD Group of - the University of California at Berkeley (UCB). The NG prefix has a - lot of meanings: Next Generation, New Good, etc. Choose or invent the - one you prefer. The ngspice project aims to improve the capabilities - of the Spice3 circuit simulator. The heart of the project is the - ngspice program, a circuit simulator derived from spice3f5. +Ngspice is the name of a project and of a program in the project. Spice is +the famous circuit simulator developed by the CAD Group of the University of +California at Berkeley (UCB). The NG prefix has a lot of meanings: Next +Generation, New Good, etc. Choose or invent the one you prefer. The ngspice +project aims to improve the capabilities of the Spice3 circuit simulator. The +heart of the project is the ngspice program, a circuit simulator derived from +spice3f5. WWW: http://ngspice.sourceforge.net/ Modified: head/cad/ngspice_rework/pkg-plist ============================================================================== --- head/cad/ngspice_rework/pkg-plist Thu Jun 13 15:47:13 2013 (r320808) +++ head/cad/ngspice_rework/pkg-plist Thu Jun 13 15:58:20 2013 (r320809) @@ -1,14 +1,142 @@ -bin/ngmakeidx -bin/ngmultidec +share/ngspice/include/ngspice/tclspice.h +share/ngspice/include/ngspice/acdefs.h +share/ngspice/include/ngspice/bdrydefs.h +share/ngspice/include/ngspice/bool.h +share/ngspice/include/ngspice/carddefs.h +share/ngspice/include/ngspice/ciderinp.h +share/ngspice/include/ngspice/cidersupt.h +share/ngspice/include/ngspice/cktdefs.h +share/ngspice/include/ngspice/cluster.h +share/ngspice/include/ngspice/cmconstants.h +share/ngspice/include/ngspice/cm.h +share/ngspice/include/ngspice/cmproto.h +share/ngspice/include/ngspice/cmtypes.h +share/ngspice/include/ngspice/compatmode.h +share/ngspice/include/ngspice/complex.h +share/ngspice/include/ngspice/const.h +share/ngspice/include/ngspice/contdefs.h +share/ngspice/include/ngspice/cpdefs.h +share/ngspice/include/ngspice/cpextern.h +share/ngspice/include/ngspice/cpstd.h +share/ngspice/include/ngspice/defines.h +share/ngspice/include/ngspice/devdefs.h +share/ngspice/include/ngspice/dgen.h +share/ngspice/include/ngspice/distodef.h +share/ngspice/include/ngspice/dllitf.h +share/ngspice/include/ngspice/domndefs.h +share/ngspice/include/ngspice/dopdefs.h +share/ngspice/include/ngspice/dstring.h +share/ngspice/include/ngspice/dvec.h +share/ngspice/include/ngspice/elctdefs.h +share/ngspice/include/ngspice/enh.h +share/ngspice/include/ngspice/evt.h +share/ngspice/include/ngspice/evtproto.h +share/ngspice/include/ngspice/evtudn.h +share/ngspice/include/ngspice/ftedbgra.h +share/ngspice/include/ngspice/ftedebug.h +share/ngspice/include/ngspice/ftedefs.h +share/ngspice/include/ngspice/fteoptdefs.h +share/ngspice/include/ngspice/ftedev.h +share/ngspice/include/ngspice/fteext.h +share/ngspice/include/ngspice/fteinp.h +share/ngspice/include/ngspice/fteinput.h +share/ngspice/include/ngspice/fteparse.h +share/ngspice/include/ngspice/gendefs.h +share/ngspice/include/ngspice/gendev.h +share/ngspice/include/ngspice/graph.h +share/ngspice/include/ngspice/grid.h +share/ngspice/include/ngspice/hash.h +share/ngspice/include/ngspice/hlpdefs.h +share/ngspice/include/ngspice/iferrmsg.h +share/ngspice/include/ngspice/ifsim.h +share/ngspice/include/ngspice/inpdefs.h +share/ngspice/include/ngspice/inpmacs.h +share/ngspice/include/ngspice/inpptree.h +share/ngspice/include/ngspice/ipc.h +share/ngspice/include/ngspice/ipcproto.h +share/ngspice/include/ngspice/ipctiein.h +share/ngspice/include/ngspice/jobdefs.h +share/ngspice/include/ngspice/lsort.h +share/ngspice/include/ngspice/macros.h +share/ngspice/include/ngspice/material.h +share/ngspice/include/ngspice/matldefs.h +share/ngspice/include/ngspice/memory.h +share/ngspice/include/ngspice/meshdefs.h +share/ngspice/include/ngspice/meshext.h +share/ngspice/include/ngspice/methdefs.h +share/ngspice/include/ngspice/mifcmdat.h +share/ngspice/include/ngspice/mifdefs.h +share/ngspice/include/ngspice/mif.h +share/ngspice/include/ngspice/mifparse.h +share/ngspice/include/ngspice/mifproto.h +share/ngspice/include/ngspice/miftypes.h +share/ngspice/include/ngspice/missing_math.h +share/ngspice/include/ngspice/mobdefs.h +share/ngspice/include/ngspice/modldefs.h +share/ngspice/include/ngspice/multi_line.h +share/ngspice/include/ngspice/ngspice.h +share/ngspice/include/ngspice/noisedef.h +share/ngspice/include/ngspice/numcards.h +share/ngspice/include/ngspice/numconst.h +share/ngspice/include/ngspice/numenum.h +share/ngspice/include/ngspice/numgen.h +share/ngspice/include/ngspice/numglobs.h +share/ngspice/include/ngspice/onedev.h +share/ngspice/include/ngspice/onemesh.h +share/ngspice/include/ngspice/opdefs.h +share/ngspice/include/ngspice/optdefs.h +share/ngspice/include/ngspice/optndefs.h +share/ngspice/include/ngspice/outpdefs.h +share/ngspice/include/ngspice/plot.h +share/ngspice/include/ngspice/pnode.h +share/ngspice/include/ngspice/profile.h +share/ngspice/include/ngspice/pssdefs.h +share/ngspice/include/ngspice/pzdefs.h +share/ngspice/include/ngspice/sen2defs.h +share/ngspice/include/ngspice/sensdefs.h +share/ngspice/include/ngspice/sensgen.h +share/ngspice/include/ngspice/sim.h +share/ngspice/include/ngspice/smpdefs.h +share/ngspice/include/ngspice/sperror.h +share/ngspice/include/ngspice/spmatrix.h +share/ngspice/include/ngspice/stringutil.h +share/ngspice/include/ngspice/suffix.h +share/ngspice/include/ngspice/swec.h +share/ngspice/include/ngspice/tfdefs.h +share/ngspice/include/ngspice/trandefs.h +share/ngspice/include/ngspice/trcvdefs.h +share/ngspice/include/ngspice/tskdefs.h +share/ngspice/include/ngspice/twodev.h +share/ngspice/include/ngspice/twomesh.h +share/ngspice/include/ngspice/typedefs.h +share/ngspice/include/ngspice/wordlist.h +share/ngspice/include/ngspice/1-f-code.h +share/ngspice/include/ngspice/FastNorm3.h +share/ngspice/include/ngspice/fftext.h +share/ngspice/include/ngspice/wallace.h +share/ngspice/include/ngspice/wstdio.h +share/ngspice/include/ngspice/config.h +share/ngspice/dlmain.c +share/ngspice/helpdir/ngspice.txt +share/ngspice/helpdir/ngspice.idx +share/ngspice/scripts/spinit +share/ngspice/scripts/setplot +share/ngspice/scripts/spectrum +bin/cmpp +bin/ngspice bin/ngnutmeg -bin/ngproc2mod bin/ngsconvert -bin/ngspice -share/ng-spice-rework/helpdir/ngspice.idx -share/ng-spice-rework/helpdir/ngspice.txt -share/ng-spice-rework/scripts/setplot -share/ng-spice-rework/scripts/spectrum -share/ng-spice-rework/scripts/spinit -@dirrm share/ng-spice-rework/helpdir -@dirrm share/ng-spice-rework/scripts -@dirrm share/ng-spice-rework +bin/ngproc2mod +bin/ngmultidec +bin/ngmakeidx +lib/ngspice/spice2poly.cm +lib/ngspice/digital.cm +lib/ngspice/analog.cm +lib/ngspice/xtradev.cm +lib/ngspice/xtraevt.cm +@dirrm lib/ngspice +@dirrm share/ngspice/scripts +@dirrm share/ngspice/helpdir +@dirrm share/ngspice/include/ngspice +@dirrm share/ngspice/include +@dirrm share/ngspice