pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-fingertree: remove; It is already in the main pkgsrc tree
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Wed Feb 1 15:43:16 2023 +0900
Changeset: bd1ca42e6688bb9b0aaff563447e59b11772e5ac
Modified Files:
Makefile
yi/Makefile
yi/buildlink3.mk
Removed Files:
hs-fingertree/DESCR
hs-fingertree/Makefile
hs-fingertree/PLIST
hs-fingertree/buildlink3.mk
hs-fingertree/distinfo
Log Message:
hs-fingertree: remove; It is already in the main pkgsrc tree
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd1ca42e6688bb9b0aaff563447e59b11772e5ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-fingertree/DESCR | 11 -----------
hs-fingertree/Makefile | 12 ------------
hs-fingertree/PLIST | 12 ------------
hs-fingertree/buildlink3.mk | 13 -------------
hs-fingertree/distinfo | 5 -----
yi/Makefile | 2 +-
yi/buildlink3.mk | 2 +-
8 files changed, 2 insertions(+), 56 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index b2bd265b98..76352a7450 100644
--- a/Makefile
+++ b/Makefile
@@ -1604,7 +1604,6 @@ SUBDIR+= hs-explicit-exception
SUBDIR+= hs-explicit-iomodes
SUBDIR+= hs-failure
SUBDIR+= hs-fclabels
-SUBDIR+= hs-fingertree
SUBDIR+= hs-ghc-syb-utils
SUBDIR+= hs-gio
SUBDIR+= hs-glib
diff --git a/hs-fingertree/DESCR b/hs-fingertree/DESCR
deleted file mode 100644
index 2312d0af0c..0000000000
--- a/hs-fingertree/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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 --git a/hs-fingertree/Makefile b/hs-fingertree/Makefile
deleted file mode 100644
index 9111758ac5..0000000000
--- a/hs-fingertree/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/07/11 10:20:05 phonohawk Exp $
-#
-
-DISTNAME= fingertree-0.0.1.0
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Generic finger-tree structure, with example instances
-LICENSE= modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-fingertree/PLIST b/hs-fingertree/PLIST
deleted file mode 100644
index bd2dd52484..0000000000
--- a/hs-fingertree/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/11 10:20:05 phonohawk Exp $
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/FingerTree.hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/FingerTree.p_hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/IntervalMap/FingerTree.hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/IntervalMap/FingerTree.p_hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/PriorityQueue/FingerTree.hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/Data/PriorityQueue/FingerTree.p_hi
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/HSfingertree-${PKGVERSION}.o
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/libHSfingertree-${PKGVERSION}.a
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/libHSfingertree-${PKGVERSION}_p.a
-lib/fingertree-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/fingertree-${PKGVERSION}/LICENSE
diff --git a/hs-fingertree/buildlink3.mk b/hs-fingertree/buildlink3.mk
deleted file mode 100644
index c3b6eb080a..0000000000
--- a/hs-fingertree/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:10:12 szptvlfn 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?= ../../wip/hs-fingertree
-.endif # HS_FINGERTREE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-fingertree
diff --git a/hs-fingertree/distinfo b/hs-fingertree/distinfo
deleted file mode 100644
index a35809702c..0000000000
--- a/hs-fingertree/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/07/11 10:20:05 phonohawk Exp $
-
-RMD160 (fingertree-0.0.1.0.tar.gz) = 84fc80c6432892b01ba905d5c6af8c756ecfaf71
-SHA512 (fingertree-0.0.1.0.tar.gz) = e7b92634875c91b52d49a684414a1477c83346fc50b11a0e2acc88801b4934ad410996a666eebb56ef814624978feee8399f27a9540ff4a15e756cb806528c7f
-Size (fingertree-0.0.1.0.tar.gz) = 10068 bytes
diff --git a/yi/Makefile b/yi/Makefile
index b26e0c2db2..c8e2dae05a 100644
--- a/yi/Makefile
+++ b/yi/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= \
.include "../../wip/hs-derive/buildlink3.mk"
.include "../../devel/hs-dlist/buildlink3.mk"
.include "../../wip/hs-dyre/buildlink3.mk"
-.include "../../wip/hs-fingertree/buildlink3.mk"
+.include "../../devel/hs-fingertree/buildlink3.mk"
.include "../../devel/hs-ghc-paths/buildlink3.mk"
.include "../../devel/hs-hint/buildlink3.mk"
.include "../../wip/hs-monads-fd/buildlink3.mk"
diff --git a/yi/buildlink3.mk b/yi/buildlink3.mk
index c91b4ba56e..f722bfe454 100644
--- a/yi/buildlink3.mk
+++ b/yi/buildlink3.mk
@@ -17,7 +17,7 @@ BUILDLINK_PKGSRCDIR.yi?= ../../wip/yi
.include "../../wip/hs-derive/buildlink3.mk"
.include "../../devel/hs-dlist/buildlink3.mk"
.include "../../wip/hs-dyre/buildlink3.mk"
-.include "../../wip/hs-fingertree/buildlink3.mk"
+.include "../../devel/hs-fingertree/buildlink3.mk"
.include "../../devel/hs-ghc-paths/buildlink3.mk"
.include "../../devel/hs-hint/buildlink3.mk"
.include "../../wip/hs-monads-fd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index