pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-fingertree



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index