pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-math-functions



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 11:15:20 UTC 2020

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

Log Message:
Import math-functions-0.3.3.0

This library contain collection of various utilities for numerical
computing. So far there're special mathematical functions, compensated
summation algorithm, summation of series, root finding for real
functions, polynomial summation and Chebyshev polynomials.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-math-functions/DESCR \
    pkgsrc/math/hs-math-functions/Makefile \
    pkgsrc/math/hs-math-functions/buildlink3.mk \
    pkgsrc/math/hs-math-functions/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-math-functions/DESCR
diff -u /dev/null pkgsrc/math/hs-math-functions/DESCR:1.1
--- /dev/null   Thu Jan  2 11:15:20 2020
+++ pkgsrc/math/hs-math-functions/DESCR Thu Jan  2 11:15:20 2020
@@ -0,0 +1,4 @@
+This library contain collection of various utilities for numerical
+computing. So far there're special mathematical functions, compensated
+summation algorithm, summation of series, root finding for real
+functions, polynomial summation and Chebyshev polynomials.
Index: pkgsrc/math/hs-math-functions/Makefile
diff -u /dev/null pkgsrc/math/hs-math-functions/Makefile:1.1
--- /dev/null   Thu Jan  2 11:15:20 2020
+++ pkgsrc/math/hs-math-functions/Makefile      Thu Jan  2 11:15:20 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+DISTNAME=      math-functions-0.3.3.0
+CATEGORIES=    math
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Collection of tools for numeric computations
+LICENSE=       2-clause-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-data-default-class/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../devel/hs-vector-th-unbox/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-math-functions/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-math-functions/buildlink3.mk:1.1
--- /dev/null   Thu Jan  2 11:15:20 2020
+++ pkgsrc/math/hs-math-functions/buildlink3.mk Thu Jan  2 11:15:20 2020
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+BUILDLINK_TREE+=       hs-math-functions
+
+.if !defined(HS_MATH_FUNCTIONS_BUILDLINK3_MK)
+HS_MATH_FUNCTIONS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-math-functions+=      hs-math-functions>=0.3.3
+BUILDLINK_ABI_DEPENDS.hs-math-functions+=      hs-math-functions>=0.3.3.0
+BUILDLINK_PKGSRCDIR.hs-math-functions?=        ../../math/hs-math-functions
+
+.include "../../devel/hs-data-default-class/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../devel/hs-vector-th-unbox/buildlink3.mk"
+.endif # HS_MATH_FUNCTIONS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-math-functions
Index: pkgsrc/math/hs-math-functions/distinfo
diff -u /dev/null pkgsrc/math/hs-math-functions/distinfo:1.1
--- /dev/null   Thu Jan  2 11:15:20 2020
+++ pkgsrc/math/hs-math-functions/distinfo      Thu Jan  2 11:15:20 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/02 11:15:20 pho Exp $
+
+SHA1 (math-functions-0.3.3.0.tar.gz) = ab4810679f8cea400ec9e2835124b0fcb954ac8a
+RMD160 (math-functions-0.3.3.0.tar.gz) = 1f46e16ce11d341761d05c60622237bfd7221e53
+SHA512 (math-functions-0.3.3.0.tar.gz) = f6ac6f9fb604207c11d7888fa375a52b544732dd8e811c3b9bf74237bbc0dc83839eb83c11c5ef0dd88666cff4919d4e06236e14d84da7065b4dc75717ceafad
+Size (math-functions-0.3.3.0.tar.gz) = 424169 bytes



Home | Main Index | Thread Index | Old Index