pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-integer-logarithms Import integer-logarithms-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea1494992f23
branches:  trunk
changeset: 420073:ea1494992f23
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 14:04:52 2019 +0000

description:
Import integer-logarithms-1.0.3

Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from
the arithmoi package.

Also provides GHC.Integer.Logarithms.Compat and
Math.NumberTheory.Power.Natural modules, as well as some additional
functions in migrated modules.

diffstat:

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

diffs (52 lines):

diff -r a2754079eb0a -r ea1494992f23 math/hs-integer-logarithms/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/DESCR  Tue Dec 31 14:04:52 2019 +0000
@@ -0,0 +1,6 @@
+Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from
+the arithmoi package.
+
+Also provides GHC.Integer.Logarithms.Compat and
+Math.NumberTheory.Power.Natural modules, as well as some additional
+functions in migrated modules.
diff -r a2754079eb0a -r ea1494992f23 math/hs-integer-logarithms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/Makefile       Tue Dec 31 14:04:52 2019 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 14:04:52 pho Exp $
+
+DISTNAME=      integer-logarithms-1.0.3
+CATEGORIES=    math
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Integer logarithms
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a2754079eb0a -r ea1494992f23 math/hs-integer-logarithms/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/buildlink3.mk  Tue Dec 31 14:04:52 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 14:04:52 pho Exp $
+
+BUILDLINK_TREE+=       hs-integer-logarithms
+
+.if !defined(HS_INTEGER_LOGARITHMS_BUILDLINK3_MK)
+HS_INTEGER_LOGARITHMS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-integer-logarithms+=  hs-integer-logarithms>=1.0.3
+BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+=  hs-integer-logarithms>=1.0.3
+BUILDLINK_PKGSRCDIR.hs-integer-logarithms?=    ../../math/hs-integer-logarithms
+.endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-integer-logarithms
diff -r a2754079eb0a -r ea1494992f23 math/hs-integer-logarithms/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/distinfo       Tue Dec 31 14:04:52 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 14:04:52 pho Exp $
+
+SHA1 (integer-logarithms-1.0.3.tar.gz) = cccdce7725227dd7fbad4ed5d8485941bc38bbb7
+RMD160 (integer-logarithms-1.0.3.tar.gz) = ac15eb20926ddbe7e8fb66c1d3239ced8dcae16b
+SHA512 (integer-logarithms-1.0.3.tar.gz) = b211127620bb52398ae7e64281f991d9dd016d5f74ff5d939275afea15689b01f82577efeaa2dfcdf4230cfea841f6c14f731ba16d38192f48e2e7ae90e704f3
+Size (integer-logarithms-1.0.3.tar.gz) = 8840 bytes



Home | Main Index | Thread Index | Old Index