Received: by mail.netbsd.org (Postfix, from userid 605) id 0BC4084D60; Sun, 19 Jan 2020 13:10:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A26A84D27 for ; Sun, 19 Jan 2020 13:10:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id muR-2oTlE2_u for ; Sun, 19 Jan 2020 13:10:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 034EA84CE9 for ; Sun, 19 Jan 2020 13:10:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA2AEFBF4; Sun, 19 Jan 2020 13:10:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579439449145230" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 13:10:49 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-fingertree To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200119131049.EA2AEFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579439449145230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Jan 19 13:10:49 UTC 2020 Added Files: pkgsrc/devel/hs-fingertree: DESCR Makefile buildlink3.mk distinfo Log Message: Import fingertree-0.1.4.2 from wip A general sequence representation with arbitrary annotations, with example implementations of various collection types, as described in section 4 of Ralf Hinze and Ross Paterson, "Finger trees: a simple general-purpose data structure", Journal of Functional Programming 16:2 (2006) pp 197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html For a tuned sequence type, see Data.Sequence in the containers package, which is a specialization of this structure. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-fingertree/DESCR \ pkgsrc/devel/hs-fingertree/Makefile \ pkgsrc/devel/hs-fingertree/buildlink3.mk \ pkgsrc/devel/hs-fingertree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579439449145230 Content-Disposition: inline Content-Length: 2558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/hs-fingertree/DESCR diff -u /dev/null pkgsrc/devel/hs-fingertree/DESCR:1.1 --- /dev/null Sun Jan 19 13:10:49 2020 +++ pkgsrc/devel/hs-fingertree/DESCR Sun Jan 19 13:10:49 2020 @@ -0,0 +1,11 @@ +A general sequence representation with arbitrary annotations, with +example implementations of various collection types, as described in +section 4 of + + Ralf Hinze and Ross Paterson, "Finger trees: a simple + general-purpose data structure", Journal of Functional Programming + 16:2 (2006) pp + 197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html + +For a tuned sequence type, see Data.Sequence in the containers +package, which is a specialization of this structure. Index: pkgsrc/devel/hs-fingertree/Makefile diff -u /dev/null pkgsrc/devel/hs-fingertree/Makefile:1.1 --- /dev/null Sun Jan 19 13:10:49 2020 +++ pkgsrc/devel/hs-fingertree/Makefile Sun Jan 19 13:10:49 2020 @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 13:10:49 pho Exp $ + +DISTNAME= fingertree-0.1.4.2 +CATEGORIES= devel + +MAINTAINER= pho@cielonegro.org +COMMENT= Generic finger-tree structure, with example instances +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-fingertree/buildlink3.mk diff -u /dev/null pkgsrc/devel/hs-fingertree/buildlink3.mk:1.1 --- /dev/null Sun Jan 19 13:10:49 2020 +++ pkgsrc/devel/hs-fingertree/buildlink3.mk Sun Jan 19 13:10:49 2020 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 13:10:49 pho Exp $ + +BUILDLINK_TREE+= hs-fingertree + +.if !defined(HS_FINGERTREE_BUILDLINK3_MK) +HS_FINGERTREE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-fingertree+= hs-fingertree>=0.0.1 +BUILDLINK_ABI_DEPENDS.hs-fingertree+= hs-fingertree>=0.0.1.0 +BUILDLINK_PKGSRCDIR.hs-fingertree?= ../../devel/hs-fingertree +.endif # HS_FINGERTREE_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-fingertree Index: pkgsrc/devel/hs-fingertree/distinfo diff -u /dev/null pkgsrc/devel/hs-fingertree/distinfo:1.1 --- /dev/null Sun Jan 19 13:10:49 2020 +++ pkgsrc/devel/hs-fingertree/distinfo Sun Jan 19 13:10:49 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 13:10:49 pho Exp $ + +SHA1 (fingertree-0.1.4.2.tar.gz) = c303454517751f82b7402288b251f4fcfabe10ca +RMD160 (fingertree-0.1.4.2.tar.gz) = d755d3ea5f17cb5f9ccd4638316fdda24dba5a84 +SHA512 (fingertree-0.1.4.2.tar.gz) = 016a772830c0bb27ec15fa99c9dff280c210f288a1f2dc15828224a6a8cdad87ade816191320aa59c876eba6b33cdb47a778572e66a8f3c989984cea2f4970ac +Size (fingertree-0.1.4.2.tar.gz) = 18978 bytes --_----------=_1579439449145230--