pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-indexed-profunctors



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Feb 24 00:57:45 UTC 2022

Added Files:
        pkgsrc/math/hs-indexed-profunctors: DESCR Makefile PLIST buildlink3.mk
            distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-indexed-profunctors/DESCR \
    pkgsrc/math/hs-indexed-profunctors/Makefile \
    pkgsrc/math/hs-indexed-profunctors/PLIST \
    pkgsrc/math/hs-indexed-profunctors/buildlink3.mk \
    pkgsrc/math/hs-indexed-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-indexed-profunctors/DESCR
diff -u /dev/null pkgsrc/math/hs-indexed-profunctors/DESCR:1.1
--- /dev/null   Thu Feb 24 00:57:45 2022
+++ pkgsrc/math/hs-indexed-profunctors/DESCR    Thu Feb 24 00:57:45 2022
@@ -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.
Index: pkgsrc/math/hs-indexed-profunctors/Makefile
diff -u /dev/null pkgsrc/math/hs-indexed-profunctors/Makefile:1.1
--- /dev/null   Thu Feb 24 00:57:45 2022
+++ pkgsrc/math/hs-indexed-profunctors/Makefile Thu Feb 24 00:57:45 2022
@@ -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"
Index: pkgsrc/math/hs-indexed-profunctors/PLIST
diff -u /dev/null pkgsrc/math/hs-indexed-profunctors/PLIST:1.1
--- /dev/null   Thu Feb 24 00:57:45 2022
+++ pkgsrc/math/hs-indexed-profunctors/PLIST    Thu Feb 24 00:57:45 2022
@@ -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
Index: pkgsrc/math/hs-indexed-profunctors/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-indexed-profunctors/buildlink3.mk:1.1
--- /dev/null   Thu Feb 24 00:57:45 2022
+++ pkgsrc/math/hs-indexed-profunctors/buildlink3.mk    Thu Feb 24 00:57:45 2022
@@ -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
Index: pkgsrc/math/hs-indexed-profunctors/distinfo
diff -u /dev/null pkgsrc/math/hs-indexed-profunctors/distinfo:1.1
--- /dev/null   Thu Feb 24 00:57:45 2022
+++ pkgsrc/math/hs-indexed-profunctors/distinfo Thu Feb 24 00:57:45 2022
@@ -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