pkgsrc-WIP-changes archive

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

hs-mmap4: remove; Nothing depends on it. There's no reason to keep the old version around



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Wed Feb 1 18:06:35 2023 +0900
Changeset:	94b296a6c4adb7b0b76c5e17ab232a1793ab5c80

Modified Files:
	Makefile
Removed Files:
	hs-mmap4/DESCR
	hs-mmap4/Makefile
	hs-mmap4/PLIST
	hs-mmap4/buildlink3.mk
	hs-mmap4/distinfo

Log Message:
hs-mmap4: remove; Nothing depends on it. There's no reason to keep the old version around

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94b296a6c4adb7b0b76c5e17ab232a1793ab5c80

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

diffstat:
 Makefile               |  1 -
 hs-mmap4/DESCR         |  4 ----
 hs-mmap4/Makefile      | 13 -------------
 hs-mmap4/PLIST         |  8 --------
 hs-mmap4/buildlink3.mk | 13 -------------
 hs-mmap4/distinfo      |  5 -----
 6 files changed, 44 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8af55a6570..d7f49637be 100644
--- a/Makefile
+++ b/Makefile
@@ -1636,7 +1636,6 @@ SUBDIR+=	hs-magic
 SUBDIR+=	hs-markov-chain
 SUBDIR+=	hs-midi
 SUBDIR+=	hs-mime
-SUBDIR+=	hs-mmap4
 SUBDIR+=	hs-monad-peel
 SUBDIR+=	hs-monads-fd
 SUBDIR+=	hs-monads-tf
diff --git a/hs-mmap4/DESCR b/hs-mmap4/DESCR
deleted file mode 100644
index ba5d5cd285..0000000000
--- a/hs-mmap4/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-mmap4/Makefile b/hs-mmap4/Makefile
deleted file mode 100644
index 1aeefa81be..0000000000
--- a/hs-mmap4/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/12 15:06:31 phonohawk Exp $
-#
-
-DISTNAME=	mmap-0.4.1
-PKGNAME=	hs-mmap4-0.4.1
-CATEGORIES=	devel
-
-MAINTAINER=	pho%cielonegro.org@localhost
-COMMENT=	Memory mapped files for POSIX and Windows (Old version)
-LICENSE=	modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-mmap4/PLIST b/hs-mmap4/PLIST
deleted file mode 100644
index 7d8c812be7..0000000000
--- a/hs-mmap4/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/12 15:06:31 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-mmap4/buildlink3.mk b/hs-mmap4/buildlink3.mk
deleted file mode 100644
index 98cd6d0903..0000000000
--- a/hs-mmap4/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:10:26 szptvlfn Exp $
-
-BUILDLINK_TREE+=	hs-mmap4
-
-.if !defined(HS_MMAP4_BUILDLINK3_MK)
-HS_MMAP4_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-mmap4+=	hs-mmap4>=0.4.1
-BUILDLINK_ABI_DEPENDS.hs-mmap4+=	hs-mmap4>=0.4.1
-BUILDLINK_PKGSRCDIR.hs-mmap4?=		../../wip/hs-mmap4
-.endif	# HS_MMAP4_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-hs-mmap4
diff --git a/hs-mmap4/distinfo b/hs-mmap4/distinfo
deleted file mode 100644
index 0a8db5e424..0000000000
--- a/hs-mmap4/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/12 15:06:31 phonohawk Exp $
-
-RMD160 (mmap-0.4.1.tar.gz) = abe23a765ce8835a64429ac265f1bb31e66b9457
-SHA512 (mmap-0.4.1.tar.gz) = 5db9edb4f2cf56c2d62618bfcd16e62a932731858a9a4332680c0d3c2acf63a616029525b3543db170caf30930a0a8accea061e5f91ce7c7249fa26f22c26b24
-Size (mmap-0.4.1.tar.gz) = 5956 bytes


Home | Main Index | Thread Index | Old Index