Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 089DB1A9239 for ; Thu, 24 Feb 2022 00:57:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B54184F86; Thu, 24 Feb 2022 00:57:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74B4484F85 for ; Thu, 24 Feb 2022 00:57:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PhD8V8u3y09u for ; Thu, 24 Feb 2022 00:57:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D7DF84D10 for ; Thu, 24 Feb 2022 00:57:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96DD9FB24; Thu, 24 Feb 2022 00:57:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645664265185060" MIME-Version: 1.0 Date: Thu, 24 Feb 2022 00:57:45 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math/hs-indexed-profunctors To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220224005745.96DD9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645664265185060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1645664265185060 Content-Disposition: inline Content-Length: 4055 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1645664265185060--