pkgsrc-WIP-changes archive

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

hs-simple-sendfile: 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:26:54 2023 +0900
Changeset:	1565787a7558a5a0bf3c9aaaec68e5879bf8afe1

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

Log Message:
hs-simple-sendfile: 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=1565787a7558a5a0bf3c9aaaec68e5879bf8afe1

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

diffstat:
 Makefile                         |  1 -
 hs-simple-sendfile/DESCR         |  2 --
 hs-simple-sendfile/Makefile      | 14 --------------
 hs-simple-sendfile/PLIST         | 25 -------------------------
 hs-simple-sendfile/buildlink3.mk | 17 -----------------
 hs-simple-sendfile/distinfo      |  4 ----
 6 files changed, 63 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 17d23f161f..24e46f4ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -1664,7 +1664,6 @@ SUBDIR+=	hs-rosezipper1
 SUBDIR+=	hs-safer-file-handles
 SUBDIR+=	hs-semigroupoid-extras
 SUBDIR+=	hs-shake
-SUBDIR+=	hs-simple-sendfile
 SUBDIR+=	hs-storable-record
 SUBDIR+=	hs-storablevector
 SUBDIR+=	hs-stream-fusion
diff --git a/hs-simple-sendfile/DESCR b/hs-simple-sendfile/DESCR
deleted file mode 100644
index 1fb079eae8..0000000000
--- a/hs-simple-sendfile/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Cross platform library for the sendfile system call. This library tries to
-call minimum system calls which are the bottleneck of web servers.
diff --git a/hs-simple-sendfile/Makefile b/hs-simple-sendfile/Makefile
deleted file mode 100644
index d509ccb3fd..0000000000
--- a/hs-simple-sendfile/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/05/21 21:04:45 szptvlfn Exp $
-
-DISTNAME=	simple-sendfile-0.2.13
-CATEGORIES=	net
-
-MAINTAINER=	szptvlfn%NetBSD.org@localhost
-COMMENT=	Cross platform library for the sendfile system call
-LICENSE=	modified-bsd
-
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/hs-conduit/buildlink3.mk"
-.include "../../net/hs-network/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-simple-sendfile/PLIST b/hs-simple-sendfile/PLIST
deleted file mode 100644
index c11313d2da..0000000000
--- a/hs-simple-sendfile/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/04/21 09:11:38 szptvlfn Exp $
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/HSsimple-sendfile-${PKGVERSION}.o
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile.hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile.p_hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile/Fallback.hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile/Fallback.p_hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile/Types.hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/Network/Sendfile/Types.p_hi
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/libHSsimple-sendfile-${PKGVERSION}.a
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/libHSsimple-sendfile-${PKGVERSION}_p.a
-lib/simple-sendfile-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/simple-sendfile-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/Network-Sendfile.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/mini_Network-Sendfile.html
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/simple-sendfile.haddock
-${PLIST.doc}share/doc/simple-sendfile-${PKGVERSION}/html/synopsis.png
diff --git a/hs-simple-sendfile/buildlink3.mk b/hs-simple-sendfile/buildlink3.mk
deleted file mode 100644
index 3853910aa1..0000000000
--- a/hs-simple-sendfile/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2014/08/29 14:10:28 szptvlfn Exp $
-
-BUILDLINK_TREE+=	hs-simple-sendfile
-
-.if !defined(HS_SIMPLE_SENDFILE_BUILDLINK3_MK)
-HS_SIMPLE_SENDFILE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-simple-sendfile+=	hs-simple-sendfile>=0.2.13
-BUILDLINK_ABI_DEPENDS.hs-simple-sendfile+=	hs-simple-sendfile>=0.2.13
-BUILDLINK_PKGSRCDIR.hs-simple-sendfile?=	../../wip/hs-simple-sendfile
-
-.include "../../devel/hs-conduit/buildlink3.mk"
-.include "../../net/hs-network/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
-.endif	# HS_SIMPLE_SENDFILE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-hs-simple-sendfile
diff --git a/hs-simple-sendfile/distinfo b/hs-simple-sendfile/distinfo
deleted file mode 100644
index a42c684ed8..0000000000
--- a/hs-simple-sendfile/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/11/27 00:04:15 szptvlfn Exp $
-
-RMD160 (simple-sendfile-0.2.13.tar.gz) = 50bb27494e378775d39531e6b13e24c4c446eec4
-Size (simple-sendfile-0.2.13.tar.gz) = 7272 bytes


Home | Main Index | Thread Index | Old Index