[41229] trunk/dports/science

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Oct 28 13:17:33 PDT 2008


Revision: 41229
          http://trac.macports.org/changeset/41229
Author:   macsforever2000 at macports.org
Date:     2008-10-28 13:17:33 -0700 (Tue, 28 Oct 2008)
Log Message:
-----------
Add new port fastcap-wr

Added Paths:
-----------
    trunk/dports/science/fastcap-wr/
    trunk/dports/science/fastcap-wr/Portfile

Added: trunk/dports/science/fastcap-wr/Portfile
===================================================================
--- trunk/dports/science/fastcap-wr/Portfile	                        (rev 0)
+++ trunk/dports/science/fastcap-wr/Portfile	2008-10-28 20:17:33 UTC (rev 41229)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name             fastcap-wr
+version          2.0
+
+categories       science
+platforms        darwin
+maintainers      macsforever2000
+
+description      A multipole-accelerated capacitance analysis program
+long_description A multipole-accelerated capacitance analysis program. This version of fastcap has been modified by Whiteley Research.
+
+homepage         http://www.wrcad.com/freestuff.html
+distfiles        fastcap-${version}wr
+worksrcdir       fastcap-${version}wr
+master_sites     ftp://ftp.srware.com/pub/	\
+                 http://www.wrcad.com/ftp/pub/
+
+checksums        md5    6cc1f17175d73c5f808e99a0713a7c65 \
+                 sha1   984290c11407de2962305124461b75356d47dfdb \
+                 rmd160 6f66b985823c8ad350913c577c9c287970b5e1f7
+
+use_configure    no
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/bin/busgen ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/capgen ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/cubegen ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/fastcap ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/pipedgen ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/bin/pyragen ${destroot}${prefix}/bin
+    set docdir ${prefix}/share/doc/fastcap-wr
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath}/doc ug.ps tcad.ps mtt.ps FastCapsuppl.pdf ${destroot}${docdir}
+    #file copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}/examples
+    file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/
+}


Property changes on: trunk/dports/science/fastcap-wr/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081028/472bfda0/attachment.html>


More information about the macports-changes mailing list