pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-profunctors
Module Name: pkgsrc
Committed By: pho
Date: Fri Jan 3 05:03:54 UTC 2020
Added Files:
pkgsrc/math/hs-profunctors: DESCR Makefile buildlink3.mk distinfo
Log Message:
Import profunctors-5.5.1 from wip
Formally, the class Profunctor represents a profunctor from Hask ->
Hask.
Intuitively it is a bifunctor where the first argument is
contravariant and the second argument is covariant.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-profunctors/DESCR \
pkgsrc/math/hs-profunctors/Makefile \
pkgsrc/math/hs-profunctors/buildlink3.mk \
pkgsrc/math/hs-profunctors/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-profunctors/DESCR
diff -u /dev/null pkgsrc/math/hs-profunctors/DESCR:1.1
--- /dev/null Fri Jan 3 05:03:54 2020
+++ pkgsrc/math/hs-profunctors/DESCR Fri Jan 3 05:03:54 2020
@@ -0,0 +1,5 @@
+Formally, the class Profunctor represents a profunctor from Hask ->
+Hask.
+
+Intuitively it is a bifunctor where the first argument is
+contravariant and the second argument is covariant.
Index: pkgsrc/math/hs-profunctors/Makefile
diff -u /dev/null pkgsrc/math/hs-profunctors/Makefile:1.1
--- /dev/null Fri Jan 3 05:03:54 2020
+++ pkgsrc/math/hs-profunctors/Makefile Fri Jan 3 05:03:54 2020
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+DISTNAME= profunctors-5.5.1
+CATEGORIES= math
+
+MAINTAINER= szptvlfn%NetBSD.org@localhost
+COMMENT= Profunctors
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-distributive/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-profunctors/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-profunctors/buildlink3.mk:1.1
--- /dev/null Fri Jan 3 05:03:54 2020
+++ pkgsrc/math/hs-profunctors/buildlink3.mk Fri Jan 3 05:03:54 2020
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+BUILDLINK_TREE+= hs-profunctors
+
+.if !defined(HS_PROFUNCTORS_BUILDLINK3_MK)
+HS_PROFUNCTORS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
+BUILDLINK_ABI_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
+BUILDLINK_PKGSRCDIR.hs-profunctors?= ../../math/hs-profunctors
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-distributive/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.endif # HS_PROFUNCTORS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-profunctors
Index: pkgsrc/math/hs-profunctors/distinfo
diff -u /dev/null pkgsrc/math/hs-profunctors/distinfo:1.1
--- /dev/null Fri Jan 3 05:03:54 2020
+++ pkgsrc/math/hs-profunctors/distinfo Fri Jan 3 05:03:54 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+SHA1 (profunctors-5.5.1.tar.gz) = 1e690a702f085f6b2f38e951bd4b0ea6a319342c
+RMD160 (profunctors-5.5.1.tar.gz) = 1b8431cac6ea8ab675bd0d2cd6dcaae5cf024722
+SHA512 (profunctors-5.5.1.tar.gz) = 6f2b3cfe7ab629dd224319eef020bf92068a0b6b66019ab11dacb0e3540a2581605849037a9f2c0e1bca4330a4bce63266c9378cdb1bd612cdce52e7dae53481
+Size (profunctors-5.5.1.tar.gz) = 29825 bytes
Home |
Main Index |
Thread Index |
Old Index