pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/hs-extra



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan  3 06:04:34 UTC 2020

Added Files:
        pkgsrc/misc/hs-extra: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import extra-1.6.18

A library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.


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

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

Added files:

Index: pkgsrc/misc/hs-extra/DESCR
diff -u /dev/null pkgsrc/misc/hs-extra/DESCR:1.1
--- /dev/null   Fri Jan  3 06:04:34 2020
+++ pkgsrc/misc/hs-extra/DESCR  Fri Jan  3 06:04:34 2020
@@ -0,0 +1,4 @@
+A library of extra functions for the standard Haskell libraries. Most
+functions are simple additions, filling out missing functionality. A
+few functions are available in later versions of GHC, but this package
+makes them available back to GHC 7.2.
Index: pkgsrc/misc/hs-extra/Makefile
diff -u /dev/null pkgsrc/misc/hs-extra/Makefile:1.1
--- /dev/null   Fri Jan  3 06:04:34 2020
+++ pkgsrc/misc/hs-extra/Makefile       Fri Jan  3 06:04:34 2020
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 06:04:34 pho Exp $
+
+DISTNAME=      extra-1.6.18
+CATEGORIES=    misc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Extra functions for the standard Haskell libraries
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../time/hs-clock/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/hs-extra/buildlink3.mk
diff -u /dev/null pkgsrc/misc/hs-extra/buildlink3.mk:1.1
--- /dev/null   Fri Jan  3 06:04:34 2020
+++ pkgsrc/misc/hs-extra/buildlink3.mk  Fri Jan  3 06:04:34 2020
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 06:04:34 pho Exp $
+
+BUILDLINK_TREE+=       hs-extra
+
+.if !defined(HS_EXTRA_BUILDLINK3_MK)
+HS_EXTRA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-extra+=       hs-extra>=1.6.18
+BUILDLINK_ABI_DEPENDS.hs-extra+=       hs-extra>=1.6.18
+BUILDLINK_PKGSRCDIR.hs-extra?= ../../misc/hs-extra
+
+.include "../../time/hs-clock/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.endif # HS_EXTRA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-extra
Index: pkgsrc/misc/hs-extra/distinfo
diff -u /dev/null pkgsrc/misc/hs-extra/distinfo:1.1
--- /dev/null   Fri Jan  3 06:04:34 2020
+++ pkgsrc/misc/hs-extra/distinfo       Fri Jan  3 06:04:34 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 06:04:34 pho Exp $
+
+SHA1 (extra-1.6.18.tar.gz) = 62ae1a6542d8a71bb1daafbb678c1ca7fa93bb0c
+RMD160 (extra-1.6.18.tar.gz) = 9c53a5e2f4e1f20fbdfe2eeb5fd177d160c126f3
+SHA512 (extra-1.6.18.tar.gz) = df64f8b93826e3fcb13e41fc3eed22c2bfeca93d70125b0e73b4f62a8109a46cda2bc2a4e0c973d9ca23199664670a89a42e7ef6f685e3420103c76cd942f06a
+Size (extra-1.6.18.tar.gz) = 40194 bytes



Home | Main Index | Thread Index | Old Index