pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-integer-logarithms



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Dec 31 14:04:52 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-integer-logarithms/DESCR \
    pkgsrc/math/hs-integer-logarithms/Makefile \
    pkgsrc/math/hs-integer-logarithms/buildlink3.mk \
    pkgsrc/math/hs-integer-logarithms/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-integer-logarithms/DESCR
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/DESCR:1.1
--- /dev/null   Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/DESCR     Tue Dec 31 14:04:52 2019
@@ -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.
Index: pkgsrc/math/hs-integer-logarithms/Makefile
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/Makefile:1.1
--- /dev/null   Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/Makefile  Tue Dec 31 14:04:52 2019
@@ -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"
Index: pkgsrc/math/hs-integer-logarithms/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.1
--- /dev/null   Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/buildlink3.mk     Tue Dec 31 14:04:52 2019
@@ -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
Index: pkgsrc/math/hs-integer-logarithms/distinfo
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/distinfo:1.1
--- /dev/null   Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/distinfo  Tue Dec 31 14:04:52 2019
@@ -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