pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-base-orphans



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Dec 31 17:57:42 UTC 2019

Added Files:
        pkgsrc/devel/hs-base-orphans: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import base-orphans-0.8.1

base-orphans defines orphan instances that mimic instances available
in later versions of base to a wider (older) range of
compilers. base-orphans does not export anything except the orphan
instances themselves and complements base-compat. See the README for
what instances are covered:
https://github.com/haskell-compat/base-orphans#readme. See also the
what is not covered section.


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

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

Added files:

Index: pkgsrc/devel/hs-base-orphans/DESCR
diff -u /dev/null pkgsrc/devel/hs-base-orphans/DESCR:1.1
--- /dev/null   Tue Dec 31 17:57:42 2019
+++ pkgsrc/devel/hs-base-orphans/DESCR  Tue Dec 31 17:57:42 2019
@@ -0,0 +1,7 @@
+base-orphans defines orphan instances that mimic instances available
+in later versions of base to a wider (older) range of
+compilers. base-orphans does not export anything except the orphan
+instances themselves and complements base-compat. See the README for
+what instances are covered:
+https://github.com/haskell-compat/base-orphans#readme. See also the
+what is not covered section.
Index: pkgsrc/devel/hs-base-orphans/Makefile
diff -u /dev/null pkgsrc/devel/hs-base-orphans/Makefile:1.1
--- /dev/null   Tue Dec 31 17:57:42 2019
+++ pkgsrc/devel/hs-base-orphans/Makefile       Tue Dec 31 17:57:42 2019
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 17:57:42 pho Exp $
+
+DISTNAME=      base-orphans-0.8.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Backwards-compatible orphan instances for base
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-base-orphans/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-base-orphans/buildlink3.mk:1.1
--- /dev/null   Tue Dec 31 17:57:42 2019
+++ pkgsrc/devel/hs-base-orphans/buildlink3.mk  Tue Dec 31 17:57:42 2019
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 17:57:42 pho Exp $
+
+BUILDLINK_TREE+=       hs-base-orphans
+
+.if !defined(HS_BASE_ORPHANS_BUILDLINK3_MK)
+HS_BASE_ORPHANS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.1
+BUILDLINK_ABI_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.1
+BUILDLINK_PKGSRCDIR.hs-base-orphans?=  ../../devel/hs-base-orphans
+.endif # HS_BASE_ORPHANS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-base-orphans
Index: pkgsrc/devel/hs-base-orphans/distinfo
diff -u /dev/null pkgsrc/devel/hs-base-orphans/distinfo:1.1
--- /dev/null   Tue Dec 31 17:57:42 2019
+++ pkgsrc/devel/hs-base-orphans/distinfo       Tue Dec 31 17:57:42 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 17:57:42 pho Exp $
+
+SHA1 (base-orphans-0.8.1.tar.gz) = 4affef1aee9bc681b35e7698a6163fbaeb3b126e
+RMD160 (base-orphans-0.8.1.tar.gz) = 391fb61d412084186def880f3c8023285cb50742
+SHA512 (base-orphans-0.8.1.tar.gz) = e58fcb9f71c5922664d21a38889f2246284ffbbdffd5137d74354ff51737edee9cb4af80f643b2527fa730bdc34bd9f2ff560611b22516943b28416227b12f1b
+Size (base-orphans-0.8.1.tar.gz) = 19639 bytes



Home | Main Index | Thread Index | Old Index