[84639] trunk/dports/finance

ryandesign at macports.org ryandesign at macports.org
Thu Sep 29 00:25:50 PDT 2011


Revision: 84639
          http://trac.macports.org/changeset/84639
Author:   ryandesign at macports.org
Date:     2011-09-29 00:25:50 -0700 (Thu, 29 Sep 2011)
Log Message:
-----------
QuantLib: new port, version 1.1; see #31350

Added Paths:
-----------
    trunk/dports/finance/QuantLib/
    trunk/dports/finance/QuantLib/Portfile

Added: trunk/dports/finance/QuantLib/Portfile
===================================================================
--- trunk/dports/finance/QuantLib/Portfile	                        (rev 0)
+++ trunk/dports/finance/QuantLib/Portfile	2011-09-29 07:25:50 UTC (rev 84639)
@@ -0,0 +1,29 @@
+# -*- 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                QuantLib
+version             1.1
+categories          finance
+platforms           darwin
+maintainers         ryandesign
+license             BSD
+
+description         software framework for quantitative finance
+
+long_description    The QuantLib project is aimed at providing a \
+                    comprehensive software framework for quantitative \
+                    finance. QuantLib is a library for modeling, trading, \
+                    and risk management in real-life.
+
+homepage            http://quantlib.org/
+master_sites        sourceforge:project/quantlib/QuantLib/${version}
+
+checksums           rmd160  f7a8f2497e89043da280620ed5c96032d40dc838 \
+                    sha256  7162ab593fb4fd640b77895c7d687952ed242a8f9783d89c55ab47bc51f49ddb
+
+depends_lib         port:boost
+
+configure.args      --with-boost-include=${prefix}/include \
+                    --with-boost-lib=${prefix}/lib


Property changes on: trunk/dports/finance/QuantLib/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/20110929/5a38c4b3/attachment.html>


More information about the macports-changes mailing list