pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/hs-ieee754 Import ieee754-0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e98a850f88f8
branches:  trunk
changeset: 409643:e98a850f88f8
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 19 14:01:15 2020 +0000

description:
Import ieee754-0.8.0

Utilities for dealing with IEEE floating point numbers, ported from
the Tango math library; approximate and exact equality comparisons for
general types.

diffstat:

 math/hs-ieee754/DESCR         |   3 +++
 math/hs-ieee754/Makefile      |  11 +++++++++++
 math/hs-ieee754/buildlink3.mk |  13 +++++++++++++
 math/hs-ieee754/distinfo      |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r b8edeeacce33 -r e98a850f88f8 math/hs-ieee754/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-ieee754/DESCR     Sun Jan 19 14:01:15 2020 +0000
@@ -0,0 +1,3 @@
+Utilities for dealing with IEEE floating point numbers, ported from
+the Tango math library; approximate and exact equality comparisons for
+general types.
diff -r b8edeeacce33 -r e98a850f88f8 math/hs-ieee754/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-ieee754/Makefile  Sun Jan 19 14:01:15 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:01:15 pho Exp $
+
+DISTNAME=      ieee754-0.8.0
+CATEGORIES=    math
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Utilities for dealing with IEEE floating point numbers
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8edeeacce33 -r e98a850f88f8 math/hs-ieee754/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-ieee754/buildlink3.mk     Sun Jan 19 14:01:15 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 14:01:15 pho Exp $
+
+BUILDLINK_TREE+=       hs-ieee754
+
+.if !defined(HS_IEEE754_BUILDLINK3_MK)
+HS_IEEE754_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-ieee754+=     hs-ieee754>=0.8.0
+BUILDLINK_ABI_DEPENDS.hs-ieee754+=     hs-ieee754>=0.8.0
+BUILDLINK_PKGSRCDIR.hs-ieee754?=       ../../math/hs-ieee754
+.endif # HS_IEEE754_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-ieee754
diff -r b8edeeacce33 -r e98a850f88f8 math/hs-ieee754/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-ieee754/distinfo  Sun Jan 19 14:01:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:01:15 pho Exp $
+
+SHA1 (ieee754-0.8.0.tar.gz) = 255a19943c43203339097d0a9a13578551ba1579
+RMD160 (ieee754-0.8.0.tar.gz) = 610fe386b2c1c5d8d96a8854ea5ad8475aa9f7d8
+SHA512 (ieee754-0.8.0.tar.gz) = d75b619f0c0b9ac496a68997b6d79b3d7504221f1583e7c35ecc035b6e2b11559e402264f36827153aa89d9eabb27d9383413eb5fd157385b3f41c4f0050a43b
+Size (ieee754-0.8.0.tar.gz) = 17564 bytes



Home | Main Index | Thread Index | Old Index