[78222] trunk/dports/math

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 17:37:57 PDT 2011


Revision: 78222
          http://trac.macports.org/changeset/78222
Author:   ryandesign at macports.org
Date:     2011-04-28 17:37:57 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
pure-rational: new port, version 0.1; see #27797

Added Paths:
-----------
    trunk/dports/math/pure-rational/
    trunk/dports/math/pure-rational/Portfile

Added: trunk/dports/math/pure-rational/Portfile
===================================================================
--- trunk/dports/math/pure-rational/Portfile	                        (rev 0)
+++ trunk/dports/math/pure-rational/Portfile	2011-04-29 00:37:57 UTC (rev 78222)
@@ -0,0 +1,26 @@
+# -*- 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
+PortGroup           pure 1.0
+
+pure.setup          rational 0.1
+categories          math
+platforms           darwin
+maintainers         ryandesign
+license             GPL-3+
+supported_archs     noarch
+
+description         a Pure port of Q+Q, Rob Hubbard's rational number library
+
+long_description    ${name} is ${description}. \
+                    It contains rational.pure, a collection of utility \
+                    functions for rational numbers, and rat_interval.pure, \
+                    a module for doing interval arithmetic needed by \
+                    rational.pure. These modules are designed to work with \
+                    the math.pure module (part of the standard Pure library), \
+                    which contains the definition of Pure's rational type \
+                    and implements the basic rational arithmetic.
+
+checksums           sha1    f497c72736125eb5d645bcd2c4798a5609f49f58 \
+                    rmd160  0f55ceb8fcb9f5719b77108d205fd17139ed616d


Property changes on: trunk/dports/math/pure-rational/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/20110428/1d061b12/attachment.html>


More information about the macports-changes mailing list