mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
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 Obtained from: FreeBSD Haskell
This commit is contained in:
parent
aa7f8f5971
commit
1163bed913
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298136
4 changed files with 26 additions and 0 deletions
|
@ -161,6 +161,7 @@ hxt_port= textproc/hs-hxt
|
||||||
hxt-charproperties_port= textproc/hs-hxt-charproperties
|
hxt-charproperties_port= textproc/hs-hxt-charproperties
|
||||||
hxt-regex-xmlschema_port= textproc/hs-hxt-regex-xmlschema
|
hxt-regex-xmlschema_port= textproc/hs-hxt-regex-xmlschema
|
||||||
hxt-unicode_port= textproc/hs-hxt-unicode
|
hxt-unicode_port= textproc/hs-hxt-unicode
|
||||||
|
ieee754_port= math/hs-ieee754
|
||||||
IfElse_port= devel/hs-IfElse
|
IfElse_port= devel/hs-IfElse
|
||||||
IORefCAS_port= devel/hs-IORefCAS
|
IORefCAS_port= devel/hs-IORefCAS
|
||||||
json_port= converters/hs-json
|
json_port= converters/hs-json
|
||||||
|
|
18
math/hs-ieee754/Makefile
Normal file
18
math/hs-ieee754/Makefile
Normal file
|
@ -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>
|
2
math/hs-ieee754/distinfo
Normal file
2
math/hs-ieee754/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (cabal/ieee754-0.7.3.tar.gz) = 603fc8470330abd25b4c46d63536cca75ca4d282acfefa565fddc612e021073f
|
||||||
|
SIZE (cabal/ieee754-0.7.3.tar.gz) = 16219
|
5
math/hs-ieee754/pkg-descr
Normal file
5
math/hs-ieee754/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue