pkgsrc-WIP-changes archive

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

hs-mmap: 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 18:04:47 2023 +0900
Changeset:	45d37aed3033a398e41713803d44ec62f9bf01bb

Modified Files:
	Makefile
	hs-hashed-storage/Makefile
	hs-hashed-storage/buildlink3.mk
Removed Files:
	hs-mmap/DESCR
	hs-mmap/Makefile
	hs-mmap/PLIST
	hs-mmap/buildlink3.mk
	hs-mmap/distinfo

Log Message:
hs-mmap: 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=45d37aed3033a398e41713803d44ec62f9bf01bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                        |  1 -
 hs-hashed-storage/Makefile      |  2 +-
 hs-hashed-storage/buildlink3.mk |  2 +-
 hs-mmap/DESCR                   |  4 ----
 hs-mmap/Makefile                | 12 ------------
 hs-mmap/PLIST                   |  8 --------
 hs-mmap/buildlink3.mk           | 13 -------------
 hs-mmap/distinfo                |  5 -----
 8 files changed, 2 insertions(+), 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7a53e2e8b8..8af55a6570 100644
--- a/Makefile
+++ b/Makefile
@@ -1636,7 +1636,6 @@ SUBDIR+=	hs-magic
 SUBDIR+=	hs-markov-chain
 SUBDIR+=	hs-midi
 SUBDIR+=	hs-mime
-SUBDIR+=	hs-mmap
 SUBDIR+=	hs-mmap4
 SUBDIR+=	hs-monad-peel
 SUBDIR+=	hs-monads-fd
diff --git a/hs-hashed-storage/Makefile b/hs-hashed-storage/Makefile
index f74c8bfb92..46046388d0 100644
--- a/hs-hashed-storage/Makefile
+++ b/hs-hashed-storage/Makefile
@@ -11,7 +11,7 @@ LICENSE=	modified-bsd
 .include "../../wip/mk/haskell.mk"
 .include "../../wip/hs-dataenc/buildlink3.mk"
 .include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../wip/hs-mmap/buildlink3.mk"
+.include "../../devel/hs-mmap/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../archivers/hs-zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/hs-hashed-storage/buildlink3.mk b/hs-hashed-storage/buildlink3.mk
index ec736d0e3f..3803749ea2 100644
--- a/hs-hashed-storage/buildlink3.mk
+++ b/hs-hashed-storage/buildlink3.mk
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.hs-hashed-storage?=		../../wip/hs-hashed-storage
 
 .include "../../wip/hs-dataenc/buildlink3.mk"
 .include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../wip/hs-mmap/buildlink3.mk"
+.include "../../devel/hs-mmap/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../archivers/hs-zlib/buildlink3.mk"
 .endif	# HS_HASHED_STORAGE_BUILDLINK3_MK
diff --git a/hs-mmap/DESCR b/hs-mmap/DESCR
deleted file mode 100644
index ba5d5cd285..0000000000
--- a/hs-mmap/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This library provides a wrapper to mmap(2) or MapViewOfFile, allowing
-files or devices to be lazily loaded into memory as strict or lazy
-ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory
-subsystem to do on-demand loading. Modifications are also supported.
diff --git a/hs-mmap/Makefile b/hs-mmap/Makefile
deleted file mode 100644
index af5aee4507..0000000000
--- a/hs-mmap/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2013/12/04 09:57:39 phonohawk Exp $
-#
-
-DISTNAME=	mmap-0.5.9
-CATEGORIES=	devel
-
-MAINTAINER=	pho%cielonegro.org@localhost
-COMMENT=	Memory mapped files for POSIX and Windows
-LICENSE=	modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-mmap/PLIST b/hs-mmap/PLIST
deleted file mode 100644
index 8ebf27c439..0000000000
--- a/hs-mmap/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/24 05:27:50 phonohawk Exp $
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/HSmmap-${PKGVERSION}.o
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/System/IO/MMap.hi
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/System/IO/MMap.p_hi
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/libHSmmap-${PKGVERSION}.a
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/libHSmmap-${PKGVERSION}_p.a
-lib/mmap-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/mmap-${PKGVERSION}/LICENSE
diff --git a/hs-mmap/buildlink3.mk b/hs-mmap/buildlink3.mk
deleted file mode 100644
index bbdfb801b7..0000000000
--- a/hs-mmap/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2014/08/29 14:10:26 szptvlfn Exp $
-
-BUILDLINK_TREE+=	hs-mmap
-
-.if !defined(HS_MMAP_BUILDLINK3_MK)
-HS_MMAP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-mmap+=	hs-mmap>=0.5.9
-BUILDLINK_ABI_DEPENDS.hs-mmap+=	hs-mmap>=0.5.9
-BUILDLINK_PKGSRCDIR.hs-mmap?=	../../wip/hs-mmap
-.endif	# HS_MMAP_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-hs-mmap
diff --git a/hs-mmap/distinfo b/hs-mmap/distinfo
deleted file mode 100644
index 02feb99f4c..0000000000
--- a/hs-mmap/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2013/12/04 09:57:39 phonohawk Exp $
-
-RMD160 (mmap-0.5.9.tar.gz) = 3d21d109d94ecb2aaf382176e144cc470b6fbd17
-SHA512 (mmap-0.5.9.tar.gz) = 3b9ac1150050ac9d8e7870610923c8303b5fc74a4fdd796d7b6b411e2ba836111ae8520e16ad345aaf93b4dbcd27abd4c359a89b27d854db8dbd252b90a5298d
-Size (mmap-0.5.9.tar.gz) = 11731 bytes


Home | Main Index | Thread Index | Old Index