# -*- 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: Portfile 78262 2011-04-30 20:53:48Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           pure 1.0

pure.setup          rational 0.1
categories          math
platforms           darwin
maintainers         ryandesign
license             GPL-2+
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
