[67126] trunk/dports/science/ng-spice
Ryan Schmidt
ryandesign at macports.org
Thu Apr 29 21:10:50 PDT 2010
On Apr 29, 2010, at 16:26, and.damore at macports.org wrote:
> Revision: 67126
> http://trac.macports.org/changeset/67126
> Author: and.damore at macports.org
> Date: 2010-04-29 14:26:41 -0700 (Thu, 29 Apr 2010)
> Log Message:
> -----------
> Updated ng-spice to release 20
In the future, please make whitespace changes in a separate commit from functional changes. Otherwise it's very hard to review your diffs, as you can see below:
> Modified: trunk/dports/science/ng-spice/Portfile
> ===================================================================
> --- trunk/dports/science/ng-spice/Portfile 2010-04-29 21:22:18 UTC (rev 67125)
> +++ trunk/dports/science/ng-spice/Portfile 2010-04-29 21:26:41 UTC (rev 67126)
> @@ -1,38 +1,33 @@
> # $Id$
>
> -PortSystem 1.0
> -
> -name ng-spice
> -version 19
> -revision 2
> -categories science cad
> -maintainers nomaintainer
> +PortSystem 1.0
> +name ng-spice
> +version 20
> +revision 0
> +categories science cad
> +maintainers nomaintainer
> platforms darwin
> -description Circuit simulator based on Spice 3f5
> -long_description \
> - Ngspice is a mixed-level/mixed-signal circuit simulator. Its \
> - code is based on three open source software packages: Spice3f5, \
> - Cider1b1 and Xspice. Ngspice is part of gEDA project, a full \
> - GPL'd suite of Electronic Design Automation tools. \
> - Note: this port does not compile the Cider and Xspice modules.
> +description Circuit simulator based on Spice 3f5
> +long_description Ngspice is a mixed-level/mixed-signal circuit simulator. Its \
> + code is based on three open source software packages: Spice3f5, \
> + Cider1b1 and Xspice. Ngspice is part of gEDA project, a full \
> + GPL'd suite of Electronic Design Automation tools. \
> + Note: this port does not compile the Cider and Xspice modules.
>
> -homepage http://ngspice.sourceforge.net/
> +homepage http://ngspice.sourceforge.net/
> master_sites sourceforge:ngspice
>
> -patchfiles patch-inpmkmod.c.diff \
> - patch-pp_lst.c.diff
> +distname ${name}-rework-${version}
> +checksums md5 81bc667a4190ef31081a6957d3c7f7b5 \
> + sha1 870d69b88d6cc0d83a8a0416a6782a4abd296de0 \
> + rmd160 73eff9cd601253523816a7c8a93e88a795ce96bb
>
> -distname ${name}-rework-${version}
> -checksums md5 52d01ef53332b8a0e58bf4f7ac7f2c42 \
> - sha1 c0036296df9b878639e8d6e38b6a991b30e7cf79 \
> - rmd160 b91659cae67c99f3dde6c63e1ebdd45c29863f0a
> +worksrcdir ngspice-${version}
>
> -worksrcdir ngspice-${version}
> +depends_lib port:xorg-libXaw
>
> -depends_lib port:xorg-libXaw
> -
> configure.args --mandir=${prefix}/share/man \
> - --infodir=${prefix}/share/info \
> - --with-editline=yes \
> - --enable-x
> + --infodir=${prefix}/share/info \
> + --with-editline=yes \
> + --enable-x
More information about the macports-dev
mailing list