pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-fingertree Import fingertree-0.1.4.2 from wip
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bc6c7b87612
branches: trunk
changeset: 409634:0bc6c7b87612
user: pho <pho%pkgsrc.org@localhost>
date: Sun Jan 19 13:10:49 2020 +0000
description:
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.
diffstat:
devel/hs-fingertree/DESCR | 11 +++++++++++
devel/hs-fingertree/Makefile | 11 +++++++++++
devel/hs-fingertree/buildlink3.mk | 13 +++++++++++++
devel/hs-fingertree/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 551e61f16d23 -r 0bc6c7b87612 devel/hs-fingertree/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fingertree/DESCR Sun Jan 19 13:10:49 2020 +0000
@@ -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.
diff -r 551e61f16d23 -r 0bc6c7b87612 devel/hs-fingertree/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fingertree/Makefile Sun Jan 19 13:10:49 2020 +0000
@@ -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@localhost
+COMMENT= Generic finger-tree structure, with example instances
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 551e61f16d23 -r 0bc6c7b87612 devel/hs-fingertree/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fingertree/buildlink3.mk Sun Jan 19 13:10:49 2020 +0000
@@ -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
diff -r 551e61f16d23 -r 0bc6c7b87612 devel/hs-fingertree/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fingertree/distinfo Sun Jan 19 13:10:49 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index