pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-ieee754



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 14:01:15 UTC 2020

Added Files:
        pkgsrc/math/hs-ieee754: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-ieee754/DESCR \
    pkgsrc/math/hs-ieee754/Makefile pkgsrc/math/hs-ieee754/buildlink3.mk \
    pkgsrc/math/hs-ieee754/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/hs-ieee754/DESCR
diff -u /dev/null pkgsrc/math/hs-ieee754/DESCR:1.1
--- /dev/null   Sun Jan 19 14:01:15 2020
+++ pkgsrc/math/hs-ieee754/DESCR        Sun Jan 19 14:01:15 2020
@@ -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.
Index: pkgsrc/math/hs-ieee754/Makefile
diff -u /dev/null pkgsrc/math/hs-ieee754/Makefile:1.1
--- /dev/null   Sun Jan 19 14:01:15 2020
+++ pkgsrc/math/hs-ieee754/Makefile     Sun Jan 19 14:01:15 2020
@@ -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"
Index: pkgsrc/math/hs-ieee754/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-ieee754/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 14:01:15 2020
+++ pkgsrc/math/hs-ieee754/buildlink3.mk        Sun Jan 19 14:01:15 2020
@@ -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
Index: pkgsrc/math/hs-ieee754/distinfo
diff -u /dev/null pkgsrc/math/hs-ieee754/distinfo:1.1
--- /dev/null   Sun Jan 19 14:01:15 2020
+++ pkgsrc/math/hs-ieee754/distinfo     Sun Jan 19 14:01:15 2020
@@ -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