diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:16:56 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:16:56 +0000 |
commit | 1163bed9136d94e97e792f26cb6f76e869664ab4 (patch) | |
tree | 6dec00e60ef478d3f6d50bd65af9a533e1fc9d3b /math | |
parent | aa7f8f5971924c5ce40171ba59637a0922d8f563 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-ieee754/Makefile | 18 | ||||
-rw-r--r-- | math/hs-ieee754/distinfo | 2 | ||||
-rw-r--r-- | math/hs-ieee754/pkg-descr | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile new file mode 100644 index 000000000000..86f9c53abf46 --- /dev/null +++ b/math/hs-ieee754/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hs-ieee754 +# Date created: April 7, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ieee754 +PORTVERSION= 0.7.3 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Utilities for dealing with IEEE floating point numbers + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-ieee754/distinfo b/math/hs-ieee754/distinfo new file mode 100644 index 000000000000..99a76e2c0762 --- /dev/null +++ b/math/hs-ieee754/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/ieee754-0.7.3.tar.gz) = 603fc8470330abd25b4c46d63536cca75ca4d282acfefa565fddc612e021073f +SIZE (cabal/ieee754-0.7.3.tar.gz) = 16219 diff --git a/math/hs-ieee754/pkg-descr b/math/hs-ieee754/pkg-descr new file mode 100644 index 000000000000..614a09e9b446 --- /dev/null +++ b/math/hs-ieee754/pkg-descr @@ -0,0 +1,5 @@ +Utilities for dealing with IEEE floating point numbers, ported from the +Tango math library; approximate and exact equality comparisons for general +types. + +WWW: http://github.com/patperry/hs-ieee754 |