[46233] trunk/dports/math

jmpp at macports.org jmpp at macports.org
Sun Feb 1 00:29:16 PST 2009


Revision: 46233
          http://trac.macports.org/changeset/46233
Author:   jmpp at macports.org
Date:     2009-02-01 00:29:04 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
New port: mapm 4.9.5, (yet another) arbitrary precision math library in C.

Added Paths:
-----------
    trunk/dports/math/mapm/
    trunk/dports/math/mapm/Portfile

Added: trunk/dports/math/mapm/Portfile
===================================================================
--- trunk/dports/math/mapm/Portfile	                        (rev 0)
+++ trunk/dports/math/mapm/Portfile	2009-02-01 08:29:04 UTC (rev 46233)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+
+name    mapm
+version    4.9.5
+categories    math science
+platforms	darwin
+maintainers	jmpp at opendarwin.org
+
+description    A Portable Arbitrary Precision Math Library in C.
+long_description    MAMP is a set of functions that allow the user \
+                    to perform math to any level of accuracy that is desired. \
+                    The precision of a number is only limited by 'INT_MAX' \
+                    and available memory.
+
+homepage    http://www.tc.umn.edu/~ringx004/mapm-main.html
+master_sites    http://www.tc.umn.edu/~ringx004
+checksums    md5 a92ff86b6240f78f882661e0b1c11920 \
+             sha1 99dab13404ee30e7a830204da0a66cbae265a8b5 \
+             rmd160 f4e39962410ea4f9a0d85a3e07b7421e9795d6cb
+
+use_configure    no
+
+worksrcdir   ${name}_${version}
+build.cmd    make -f makefile.osx
+
+destroot {
+    copy ${worksrcpath}/m_apm.h ${destroot}${prefix}/include
+    copy ${worksrcpath}/libmapm.a ${destroot}${prefix}/lib
+    xinstall -d -m 755 ${destroot}${prefix}/share/${name}
+    copy ${worksrcpath}/DOCS ${destroot}${prefix}/share/${name}/
+    copy ${worksrcpath}/MULTI_THREAD ${destroot}${prefix}/share/${name}/
+    copy ${worksrcpath}/PI_DEMO ${destroot}${prefix}/share/${name}/
+    copy ${worksrcpath}/README ${destroot}${prefix}/share/${name}
+    foreach prog  {calc primenum validate} {
+        copy ${worksrcpath}/$prog ${destroot}${prefix}/bin
+    }
+}


Property changes on: trunk/dports/math/mapm/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/20090201/69694dd8/attachment-0001.html>


More information about the macports-changes mailing list