pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-indexed-profunctors math/hs-indexed-profunctor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0a2b5620c3a
branches:  trunk
changeset: 374597:f0a2b5620c3a
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Feb 24 00:57:45 2022 +0000

description:
math/hs-indexed-profunctors: import hs-indexed-profunctors-0.1.1

This package contains basic definitions related to indexed
profunctors. These are primarily intended as internal utilities to support
the optics and generic-lens package families.

diffstat:

 math/hs-indexed-profunctors/DESCR         |   3 +++
 math/hs-indexed-profunctors/Makefile      |  11 +++++++++++
 math/hs-indexed-profunctors/PLIST         |  20 ++++++++++++++++++++
 math/hs-indexed-profunctors/buildlink3.mk |  13 +++++++++++++
 math/hs-indexed-profunctors/distinfo      |   5 +++++
 5 files changed, 52 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r ae979361c53d -r f0a2b5620c3a math/hs-indexed-profunctors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-indexed-profunctors/DESCR Thu Feb 24 00:57:45 2022 +0000
@@ -0,0 +1,3 @@
+This package contains basic definitions related to indexed
+profunctors. These are primarily intended as internal utilities to support
+the optics and generic-lens package families.
diff -r ae979361c53d -r f0a2b5620c3a math/hs-indexed-profunctors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-indexed-profunctors/Makefile      Thu Feb 24 00:57:45 2022 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2022/02/24 00:57:45 pho Exp $
+
+DISTNAME=      indexed-profunctors-0.1.1
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Utilities for indexed profunctors
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ae979361c53d -r f0a2b5620c3a math/hs-indexed-profunctors/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-indexed-profunctors/PLIST Thu Feb 24 00:57:45 2022 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/24 00:57:45 pho Exp $
+lib/indexed-profunctors-${PKGVERSION}/${HS_VERSION}/package-description
+lib/indexed-profunctors-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Profunctor/Indexed.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Profunctor/Indexed.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Profunctor/Indexed.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/CHANGELOG.md
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/Data-Profunctor-Indexed.html
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/indexed-profunctors.haddock
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/indexed-profunctors-${PKGVERSION}/html/synopsis.png
diff -r ae979361c53d -r f0a2b5620c3a math/hs-indexed-profunctors/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-indexed-profunctors/buildlink3.mk Thu Feb 24 00:57:45 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/24 00:57:45 pho Exp $
+
+BUILDLINK_TREE+=       hs-indexed-profunctors
+
+.if !defined(HS_INDEXED_PROFUNCTORS_BUILDLINK3_MK)
+HS_INDEXED_PROFUNCTORS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-indexed-profunctors+= hs-indexed-profunctors>=0.1.1
+BUILDLINK_ABI_DEPENDS.hs-indexed-profunctors+= hs-indexed-profunctors>=0.1.1
+BUILDLINK_PKGSRCDIR.hs-indexed-profunctors?=   ../../math/hs-indexed-profunctors
+.endif # HS_INDEXED_PROFUNCTORS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-indexed-profunctors
diff -r ae979361c53d -r f0a2b5620c3a math/hs-indexed-profunctors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-indexed-profunctors/distinfo      Thu Feb 24 00:57:45 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/24 00:57:45 pho Exp $
+
+BLAKE2s (indexed-profunctors-0.1.1.tar.gz) = 523bd6affd47fb99fda9e870da6eb87cc61aeb56dc82990f785108fe34c6fb35
+SHA512 (indexed-profunctors-0.1.1.tar.gz) = 8919f1daab0eadbcb33bfe54ed41a97eda0346f26de4f562fcdd3703b130c04fb48ccdc0cc0789db770e9367bc799b2a5eb14d58dbcd419e90958c19ebd774ca
+Size (indexed-profunctors-0.1.1.tar.gz) = 6206 bytes



Home | Main Index | Thread Index | Old Index